+0°
2016年04月20日
⁄ android
⁄ 共 268字
http://www.jianshu.com/p/aba734d5b5cd
http://www.jianshu.com/p/4aaf242adf5a
http://jingyan.baidu.com/article/4665065824775ff549e5f8a0.html?st=2&os=0&bd_page_type=1&net_type=2
JNI:使用RegisterNatives方法传递和使用Java自定义类
http://blog.csdn.net/qiuxiaolong007/article/details/7860610
阅读全文
+0°
+0°
+0°
+0°
package com.laileyou.fmscms.activity;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.view.animation.AlphaAnimation;
import android.v...
阅读全文
+0°
2016年03月21日
⁄ android
⁄ 共 11641字
转载地址:http://blog.csdn.net/wangbofei/article/details/8266553
参考博客地址:
http://hubingforever.blog.163.com/blog/static/171040579201342982553107/
http://blog.csdn.net/wotoumingzxy/article/details/8279646
http://www.cnblogs.com/sunzn/archive/2013/03/06/2946952.html
http://blog.csdn.net/atrueman123/article/details/6281658
一、理论知识
ProGuard 是一款免费的Java类文...
阅读全文
+0°
+0°