随笔分类 -  android功能篇

anddroid一些常用功能实现
摘要:MainActivity.javapackage com.test.address;import java.io.IOException;import java.io.InputStream;import java.util.ArrayList;import java.util.List;impor... 阅读全文
posted @ 2015-07-30 19:19 2015android 阅读(437) 评论(1) 推荐(0)
摘要:主页面: ... 阅读全文
posted @ 2015-07-30 19:16 2015android 阅读(464) 评论(0) 推荐(0)
摘要:目录结构城市数据address.xml文件 ... 阅读全文
posted @ 2015-07-30 19:14 2015android 阅读(638) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-07-30 19:05 2015android 阅读(225) 评论(0) 推荐(0)
摘要:AndroidMainfest.xml View Code新闻列表布局activiti... 阅读全文
posted @ 2015-07-28 10:55 2015android 阅读(337) 评论(0) 推荐(0)
摘要:AndroidMainfest.xml。配置相关权限 View Codemain.xml, View C... 阅读全文
posted @ 2015-07-27 21:41 2015android 阅读(923) 评论(0) 推荐(0)
摘要:一、main.xml View Code二、activitypackage com.mytest.huilife;import java.util.Date;import com.amap.api.location.AMapLocation;import com.amap.api.locati... 阅读全文
posted @ 2015-07-25 23:11 2015android 阅读(3925) 评论(0) 推荐(0)
摘要:一、页面布局文件welcome.xml View Codewelcome_one.xml View Codewelcome_two.xml View Codewelcom_three.xml View CodeWelcomeActivi... 阅读全文
posted @ 2015-07-25 15:42 2015android 阅读(299) 评论(0) 推荐(0)
摘要:main.xml View CodeAndroidMainfest.xml ... 阅读全文
posted @ 2015-07-24 11:53 2015android 阅读(163) 评论(0) 推荐(0)
摘要:一、Picasso1、导入jar包到项目libs目录下。 (picasso-2.4.0.jar)2、调用api。示例 iv_img = (ImageView) this.findViewById(R.id.iv_img); Picasso.with(this) ... 阅读全文
posted @ 2015-07-23 13:33 2015android 阅读(2415) 评论(0) 推荐(0)