2013年2月27日

Android IM(即时聊天UI设计)

摘要: 我先上效果图吧1,manifest 我这里把默认弹出的软键盘关了android:windowSoftInputMode="adjustUnspecified|stateHidden";AndroidManifest.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="com.test.te 阅读全文

posted @ 2013-02-27 14:12 alexfqyp 阅读(1898) 评论(4) 推荐(0)

android SD卡读写操作(以txt文本为例)

摘要: 1, 首先对manifest注册SD卡读写权限 要说明一下,我这里没有用MainActivity.class作为软件入口AndroidManifest.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="com.tes.textsd" 4 android:versionCode="1&qu 阅读全文

posted @ 2013-02-27 10:11 alexfqyp 阅读(2766) 评论(0) 推荐(0)

导航