随迹
主页
(current)
分类
标签
关于
登录
Search
Android开发之:Scroller的使用详解二(侧滑删除按钮的实现)
我们在前面Scroller的使用详解一中学习了Scroller的基本使用,当时的demo的滚动是跳跃式的,并没有实现我们预期中的平滑滚动,在...
2017-06-01
移动开发
Android开发之:Scorller的使用详解一
Scorller类官方介绍Thisclassencapsulatesscrolling.Youcanusescrollers(Scrolle...
2017-06-01
移动开发
Android开发之数据和文件存储
简介Androidusesafilesystemthat'ssimilartodisk-basedfilesystemsonotherpla...
2017-06-01
移动开发
google官方教程学习之UI性能优化(AnalyzingUIPerformancewithSystrace)
Whiledevelopingyourapplication,youshouldcheckthatuserinteractionsarebu...
2017-06-01
移动开发
Android开发只給ImageView设置select选择器无效的问题
<?xmlversion="1.0"encoding="utf-8"?><selectorxmlns:android="http://sch...
2017-06-01
移动开发
Android开发之应用安全性配置之protectionLevel
android:protectionLevel权限等级在设计到app安全方面,如果你使用了BroadcastReceiver,为了安全不希望...
2017-06-01
移动开发
'Android开发之应用安全性配置之android:exported'
android:exportedAndroid四大组件Activity,Service,Provider,Receiver四大组件中都具有该...
2017-06-01
移动开发
AndroidStudio开发之AndroidManifest.xml文件中内容被覆盖问题解决方法
<application...tools:replace="android:icon,android:theme,android:allow...
2017-06-01
移动开发
'Failure[INSTALL_FAILED_NO_MATCHING_ABIS]'
genymotion安装apk失败:Failure[INSTALL_FAILED_NO_MATCHING_ABIS]下载GenyMotion...
2017-06-01
移动开发
Android性能优化之GC学习篇
memory、GC、PerformanceGC(GarbageCollection):垃圾回收是jvm提供的一种垃圾回收机制,回收的是无任何...
2017-06-01
移动开发
Recyclerview学习系类之ItemDecoration(一)
Google官方解释AnItemDecorationallowstheapplicationtoaddaspecialdrawingandl...
2017-06-01
移动开发
BaseRecyclerViewAdapterHelper开源项目之点击事件源码学习
##version:2.8.5今天我们主要来分析BaseRecyclerViewAdapterHelper为view提供监听点击事件能力的相...
2017-06-01
移动开发
4
5
6
7
8
9
10
11
12
13