android中查看项目数字证书的两种方法
方法一:在Eclipse中选择winows -> preferance -> android -> build
找不到数字证书说明没有创建,需要采用创建数字证书的方法进行创建。
方法一:在Eclipse中选择winows -> preferance -> android -> build
找不到数字证书说明没有创建,需要采用创建数字证书的方法进行创建。
1. Parcelable接口Interface for classes whose instances can be written to and restored from a Parcel。 Classes implementing the Parcelable interface m...
方法一的Activity package com.app.test02; import android.app.Activity; import android.os.Bundle; import android.view.Gravity; import android.v...
ImageView的scaleType的属性有好几种,分别是matrix(默认)、center、centerCrop、centerInside、fitCenter、fitEnd、fitStart、fitXY android:sca...
首先 下载 Android-PullToRefresh-master 下载地址 https://github.com/chrisbanes/Android-PullToRefresh 下载之...
本篇博客要给大家分享的一个关于Android应用换肤的Demo,大家可以到我的github去下载demo,以后博文涉及到的代码均会上传到github中统一管理。 github地址:https://github.com/devilWwj/Android-skin-upda...
item高度自适应public class MyAdapter extends BaseAdapter { GridView mGv;&n...