Android 使用Listview的优化 Android
Listview是Android中很重要的一个组件,在开发过程中使用到的Listview能站到30%,在新手开发过程中,往往会忽略对Listview的优化,在上一个项目的开发中,确实用到了很多Listview,但是没有这些Listview做...
                                标签:	android
                            Android相关网站 Android
Study ·Android Blog Open Source Project ·GitHub ·eoe Android 精品项目 ·开源项目总汇 ·开源库获取途径 ·Micode Bugs ·StackOver Flow Relevant...
                                标签:	android
                            android 按钮置灰效果 Android
通过设置可点击  和颜色实现package com.yqy.yqy_button;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.View;
                                标签:	android
                            android 获取手机信息工具类 Android
package com.yqy.yqy_listviewheadview; import android.content.Context;
import android.telephony.TelephonyManager;
import ...
                                标签:	android
                            android使用红杏代理更新sdk Android
打开eclipse设置界面双击http,弹出对话框,输入Host:hx.gy,Port:1080打开Android SDK Manager,然后打开设置界面,在mac上使用cmd + ,快捷键打开
                                标签:	android
                            Google Volley使用之基础 Android
开源项目链接Volley Android Developer文档Volley主页:https://android.googlesource.com/platform/frameworks/volleyVolley仓库:git clone https://android.googlesource.com/platform
                                标签:	android
                            Android 网络通信框架Volley简介(Google IO 2013) Android
Volley主页 https://android.googlesource.com/platform/frameworks/volley http://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded1. 什么是Volley在这之前,我们
                                标签:	android
                            反编译Android APK Android
反编译APK,主要是为了学习其它APK中优秀的设计部分。我们在编程的时候,有时候看到其它APK中不错的东西,想知道它的做法,就可以去反编译它来学习其中的内容。 反编译需要的工具: 1、apktool:主要用于反编译APK中的资源文件。 2、...
                                标签:	android
                            Android权限大全 Android
转载自:http://www.cnblogs.com/classic/archive/2011/06/20/2085055.html 访问登记属性 android.permission.ACCESS_CHECKIN_PROPERTIES ,...
                                标签:	android
                            Android实时获取网络信号 Android
转载自:http://blog.csdn.net/zd_1471278687/article/details/12158367先来了解下Android如何获取wifi的信息: WifiManager wifi_service = (WifiManager)getSystemService(WIFI_SERVIC
                                标签:	android