void onCreate(Bundle savedInstanceState) {public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWi ...
Android 的文件存储
选择内存储还是外存储 所有安卓设备都有两个存储区域,内存储和外存储。以前的安卓设备都有提供一个内置的存储(内存储),和一个可插拔的存储(外存储),例如SD卡。但是现在的许多设备是不支持外置存储卡的,而是把内置的存储分成两个区域,相当于内存储和存储。所以不管设备是否支持外置存储卡,它都有内存储和外存储 ...
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml
Do the following: Close the sdk manager and eclipse. Go to the folder where you have stored your adt. In that adt folder you’ll find a folder known ...
RecyclerView.ItemDecoration实现StrickyHeader、粘性头部、悬停头部
参考 RecyclerView探索之通过ItemDecoration实现StickyHeader效果这篇文章真是完美,写得非常清晰,一步步实现下来,看完真是茅塞顿开,以前一直以为这个知识点很难的。 Android 从零开始实现RecyclerView分组及粘性头部效果这篇文章貌似更牛逼,但是没深入去 ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...