`
文章列表
http://orgcent.com/android-wifi-mac-ip-address/ 原来以为没有开启wifi功能是不能够获取wifi网卡mac地址的,在真机测试后发现能够获取到Mac地址只是获取的ip为0,当然wifi未连接状态下是肯定没有IP分配的。具体看看下面: AndroidManifest.xml代码: 1 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> Java代码: //在wifi未开启状态下,仍然可以获取MAC地址,但是IP地址必须在已连接 ...
http://android-zhang.iteye.com/blog/1388640 2种方法 1.Serializable 2.Parcelable 感觉Serializable比Parcelable更简单,方便 传递ArrayList实现Parcelable更简单 传递: Intent mIntent = new Intent(this,ObjectTranDemo1.class); Bundle mBundle = new Bundle(); mBundle.putSerializable(SER_KEY,mPerson); ...
http://ipjmc.iteye.com/blog/1455049
http://blog.csdn.net/aomandeshangxiao/article/details/7163457 http://www.eoeandroid.com/forum.php?mod=viewthread&tid=117731 学习一下 ExpandableListView箭头右边显示方法 http://605137536.iteye.com/blog/1194721
http://blog.csdn.net/evoshark/article/details/8448311 http://blog.csdn.net/com360/article/details/6663586
http://shufeipenglove-163-com.iteye.com/blog/1664674
http://blog.csdn.net/mantianku/article/details/7884332 stackflow: http://stackoverflow.com/questions/12382989/android-4-0-enable-flash-in-webview
http://stackoverflow.com/questions/10512282/android-eventhub-removemessagesint-what-107-is-not-supported-before-the-we
http://dengyin2000.iteye.com/blog/1235515 http://blog.sina.com.cn/s/blog_724cc9a601018cn7.html
Google Maps Android API V2 http://blog.sina.com.cn/s/blog_4ed320a9010182du.html Android開發筆記-Google Maps Android API v2 http://www.moke.tw/wordpress/computer/advanced/410 http://blog.csdn.net/ilittleone/article/details/8307980 问题: http://stackoverflow.com/questions/13733581/android-2-3-and-goo ...
http://blog.csdn.net/ilittleone/article/details/7467245
http://www.mikebai.com/html/2012-03/939.html android4.0中HttpURLConnection抛异常java.io.FileNotFoundException 作者: 今日评论:0 条 [字体:大 中 小] 最近把机器刷到4.0了 跑了一下自己的app,发现下载xml文件部分抛出异常:java.io.FileNotFoundException: http://www.jpfocus.com/xxxx.xml 可是在2.3的系统却可以正常下载 我的代码: URL url = new URL(urlstr); HttpURLConnec ...
网络虽连,但是网络不通 断开重连
Android杂谈--内存泄露(1)--contentView缓存使用与ListView优化 http://www.cnblogs.com/loulijun/archive/2012/04/10/2437888.html android GC内存泄露问题 http://www.cnblogs.com/devinzhang/archive/2012/01/28/2330738.html
不能以内部类的形式,使用parseObject方法,会报:com.alibaba.fastjson.JSONException: create instance error =========================================================================== http://www.cnblogs.com/zhenmingliu/archive/2011/12/29/2305775.html http://871421448.iteye.com/blog/1581876 http://blog.sina.com.cn/ ...
Global site tag (gtag.js) - Google Analytics