
在子線程中使用Toast拋出異常,提示錯誤顯示:Can't create handler inside thread that has not ...
在android 中存儲數據時經常用SharedPreference, 并且在提交數據時一直用的是Editor的commit方法, 今天無意了看...
http://liuwangshu.cn/rn/primer/1-helloworld.html
在android手機上運行react-native項目時 報錯:unable to load script from assets 'index...
環境配置 一、在Eclipse的環境中配置同上篇文章,引入android.support.v7包進行使用。參照文章:RecyclerView的簡...
JDK 中除了默認的 Strong Reference 之外,還有三個其他的 Reference: WeakReference SoftRefe...
Android中事件傳遞機制的總結 http://www.cnblogs.com/smyhvae/p/4802274.html Android ...
主要有4種方式: 這4種方式正好對應于android系統中4種應用程序組件:Activity、Content Provider、Broadcas...
一、anr異常 1 概述 a)超過5秒,廣播是10秒。程序無響應對話框。 b)在主線程做了耗時操作。 c)Application Not Res...