从相册中选择图片进行压缩并用ImageView展示出来 代码段

xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"

jopen 2015-05-07   973   0
Java   Android  

ImageSwitcher实现引导页效果 代码段

> android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"

dfd7 2015-12-06   761   0
Android  

AsyncTask异步实现文件下载 代码段

android开发的都知道,我们在主线程中不能进行耗时太久的操作,否则就可能报ANR,所有耗时的操作都要异步进行。android中的异步方法 也很多,可以用Handler,可以用Thread及Run

cmn6 2015-03-06   5169   0
Android  

StackView堆视图实现叠放效果 代码段

android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"

dfd7 2015-12-06   872   0
Android  

安卓联系人简易工具类 代码段

Map; import android.content.ContentResolver; import android.content.ContentUris; import android.content.ContentValues;

lai123 2016-01-30   2361   0
Java  

Activity切换淡入淡出效果 代码段

encoding="utf-8"?> android="http://schemas.android.com/apk/res/android" >