
android基础
join_323
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
editView
android:id="@+id/etext_phone" android:layout_width="match_parent" android:layout_height="40dp" android:cursorVisible="true" android:textCursorDrawab原创 2016-05-18 09:40:11 · 356 阅读 · 0 评论 -
android note
1,定义key为一个public型的常量,通常使用应用程序包名作为前缀来定义键是很好的做法,这样在应用程序与其他应用程序进行交互时仍可以确保键是唯一的。 public final static String EXTRA_MESSAGE = "com.mycompany.myfirstapp.MESSAGE";2,原创 2016-07-16 18:34:49 · 327 阅读 · 0 评论