互联网广告投放,目前技术已经成熟,大部分的技术架构都相似。
而移动端,作为新的互联网渠道,广告投放也纷纷趋向这个新战场。
互联网pc上,使用cookie作为标示,记录用户上网行为信息,来分析人群定向和精准投放。而移动端使用什么作为用户标识呢?
目前,移动端使用的用户唯一标示很多:
android有android id和device id
iphone的UDID、openUDID和...
分类:
移动开发 时间:
2015-02-05 16:23:52
阅读次数:
189
以对话框的形式弹出日期设置: 首先在xml中创建一个EditText输入框: android:id="@+id/et_time" android:layout_width="wrap_content" android:layout_height="wrap_content" //设置输...
分类:
移动开发 时间:
2015-02-05 10:49:03
阅读次数:
228
1、simple_list_item_1:每一个item都是一个普通的TextViewandroid:id="@android:id/text1" 2、simple_list_item_2:每一个item包含两个TextViewandroid:id="@android:id/text1" and.....
分类:
移动开发 时间:
2015-02-04 12:26:31
阅读次数:
154
<TextView
????????android:layout_width="wrap_content"
????????android:layout_height="wrap_content"
????????android:text="@string/hello_world"
????????android:id="@+i...
分类:
编程语言 时间:
2015-02-01 23:24:46
阅读次数:
367
android:id:为菜单项指定一个唯一表实。android:title:指定菜单项的标题。android:icon:指定菜单项的图标。android:alphabeticShortcut:为菜单项指定字符快捷键。android:numericShortcut:为菜单项指定数字快捷键。androi...
分类:
其他好文 时间:
2015-01-25 23:51:53
阅读次数:
174
LinearLayout和RelativeLayout转自:http://blog.csdn.net/w176236767/article/details/6605848共有属性:java代码中通过btn1关联次控件android:id="@+id/btn1"控件宽度android:layout_w...
分类:
其他好文 时间:
2015-01-23 15:58:46
阅读次数:
148
1.anroid:id的作用?android:id是作为控件的唯一标示符。可以使用与releativelayout中,也可以再Activity中通过findviewbyid来获得指定的控件。2.android:padding 和android:layout_margin的区别。padding是内部,...
分类:
移动开发 时间:
2015-01-22 19:41:31
阅读次数:
138
小编一直任务将web和android组件结合起来做应用可以事半功倍,html5一来就更有说服力了,特别是对于以前从事web开发的兄弟来说
1. webview加入布局文件:
http://schemas.android.com/apk/res/android"
android:id="@+id/allPage"
android:layout_width="fill_parent"
...
分类:
移动开发 时间:
2015-01-19 17:20:52
阅读次数:
329
(1)布局文件没有做更改
(2)在res--menu目录下的main.xml文件中代码如下:
<item
android:id="...
分类:
移动开发 时间:
2015-01-17 13:57:26
阅读次数:
141
LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
ListView android:id="@+id/android:list"
android:la...
分类:
移动开发 时间:
2015-01-09 14:20:11
阅读次数:
226