Android中JNI的基本使用(只试用于NDK-r8版本以上,不支持之前版本) Android
Android中JNI的基本使用android中jni是为了能够用java代码调用C/C++代码从而提升程序运行的效率的一种机制。所以当程序对运行效率要求比较高的时
标签: android
Android控件整理 Android
安卓基本控件:TextViewButtonEditTextRadioGroupCheckBoxSpinnerImageViewImageButtonTimePickerDatePicker安卓相对复杂控件:ScrollViewListViewDialog-AlertDialo
标签: android
Andorid wifi简记 Android
网上的一个wifi管理类
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.util.Iterator;
import java.util.List;
import android.content.Context;
import android.net.wi
标签: android
安卓LISTVIEW Android
适配器
Adapter告诉你的LISTVIEW中放啥?是怎么样的
`android
package com.example.Adaper;
import java.util.ArrayList;
import android.content.Context;
import android.view.LayoutInfla
标签: android
android加密工具类 Android
加密方式工具类转载请保留http://blog.csdn.net/jmheart,jmhart整理发布package com.framework.util;
import java.io.UnsupportedEncodingException;
import java.security.Key;
import j
标签: android
安卓网络管理类 Android
<span style="color: rgb(85, 85, 85); font-family: 'microsoft yahei'; font-size: 15px; line-height: 35px;">转载请保留http://blog.csdn.net/jmheart,</span><a targe
标签: android
安卓文件图片存储工具类 Android
转载请保留http://blog.csdn.net/jmheart,jmhart整理发布package com.androidliujielibs.tools;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
impo
标签: android
activity堆栈式管理 Android
转载请保留http://blog.csdn.net/jmheart,jmhart整理发布activity堆栈式管理工具类。很好很强大。package net.oschina.app;
import java.util.Stack;
import android.app.Activity;
标签: android
Services 翻译第二集 Android
原文地址:http://blog.csdn.net/wcs542882916android官方原文地址http://developer.android.com/guide/components/services.htmlThe Basics基础Should you use a service or
标签: android
Android GradientDrawable高级应用 以后完全用不上美工了 Android
先看截图 1图为自定义的Textview 2、3图为点击效果具体实现如下:1. 定义自定义控件属性 <declare-styleable name="ShapeTextview"> <attr n
标签: android