码迷,mamicode.com
首页 >  
搜索关键字:mars    ( 682个结果
ANDROID_MARS学习笔记_S01原始版_009_SQLite
一、代码1.xml(1)activity_main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 an
分类:移动开发   时间:2016-02-14 14:12:02    阅读次数:276
ANDROID_MARS学习笔记_S01原始版_008_Handler(异步消息处理机制)
一、代码1.xml(1)main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:ori
分类:移动开发   时间:2016-02-13 19:33:09    阅读次数:301
ANDROID_MARS学习笔记_S01原始版_007_Handler及线程的简单使用
一、运行结果 一、代码1.xml(1)activity_main.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.androi
分类:移动开发   时间:2016-02-13 19:32:02    阅读次数:261
ANDROID_MARS学习笔记_S01原始版_005_ProgressBar
一、代码 1.xml(1)main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:or
分类:移动开发   时间:2016-02-13 18:18:11    阅读次数:253
ANDROID_MARS学习笔记_S01原始版_006_ListView
一、代码1.xml(1)main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:ori
分类:移动开发   时间:2016-02-13 18:15:06    阅读次数:224
ANDROID_MARS学习笔记_S01原始版_005_RadioGroup\CheckBox\Toast
一、代码 1.xml(1)radio.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:o
分类:移动开发   时间:2016-02-13 16:57:31    阅读次数:235
ANDROID_MARS学习笔记_S01原始版_004_TableLayout
1.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="fill_
分类:移动开发   时间:2016-02-13 14:35:06    阅读次数:186
Atitit eclipse新特性总结3.1---4.4  4.5
Atitit eclipse新特性总结3.1---4.4 4.5 1. Eclipse 4.4 Luna正式发布了。1 1.1. 新版本的Eclipse默认对Java8提供支持1 1.2. 内存分析器。1 1.3. Other1 2. 代号 Mars 的 Eclipse 4.5 版本发布了,2 2.
分类:系统相关   时间:2016-02-12 22:04:32    阅读次数:621
ANDROID_MARS学习笔记_S02_004_ExpandableListActivity
1.main.xml 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 android:lay
分类:移动开发   时间:2016-02-12 18:39:52    阅读次数:294
ANDROID_MARS学习笔记_S02_005_AppWidget1
一、AppWidget介绍 1.Widget的定义创建流程 (1)在res新建xml文件夹,新建appwidget-provider.xml,为widget提供元数据 (2)在res/layout文件夹下定义widget的样式 (3)在src新建类,extends AppWidgetProvider
分类:移动开发   时间:2016-02-12 18:39:49    阅读次数:359
682条   上一页 1 ... 45 46 47 48 49 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!