最近遇到一次adb启动不起来的情况,报错信息:1.在输入"adb devices" 或 "adb shell"时提示: List of devices attached da...
最近遇到一次adb启动不起来的情况,报错信息:1.在输入"adb devices" 或 "adb shell"时提示: List of devices attached da...
前言: 产品最近需要做用户的行为分析,虽然跟客户端没什么关系,但是产品设计出来一个界面,更好的通过用户的行为分析来给他制定她感兴趣的的书籍新闻等.... 原型图片 需求: 一...
1). FileProvider Android 7.0的新特性规定,对于android 7.0应用(仅仅对于android 7.0版本的sdk而言,若是编译版本低于25仍然...
前言 因为APP设计的原因,Recyclerview是我在Android中最常用的组件,我们公司的APP几乎每一个页面都会包含至少一个Recyclerview,本篇文章主要介...
前言 RecyclerView这个控件几乎所有的Android开发者都使用过(甚至不用加几乎),它是真的很好用,完美取代了ListView和GridView,而Recycle...
调试Annotation Processor编译时注解器 这篇文章的目的是解释如何在Android Studio(或IntelliJ)下调试注解处理器Module。来了解你的...
概述 Intent是用于和其他应用组件通信的消息对象,通常有三种用途:启动Activity、启动Service、发送Broadcast Intent类型 显式Intent 隐...
https://github.com/taoqx/JetpackExample技术点: MVVM DataBinding LiveData 协程 Paging Room Na...
https://developer.android.com/guide/navigation
https://developer.android.com/topic/libraries/architecture
https://developer.android.com/guide/topics/graphics Drawables 从资源文件中获取Drawableval image...
https://developer.android.com/training/best-background 后台处理指南 面临的挑战后台任务消耗设备的有限资源,如RAM和电...
参考:https://developer.android.com/training/animation/screen-slide-2
参考:https://github.com/rubensousa/ViewPagerCards原理: 实现ViewPager.PageTransformer,接管ViewPa...
GapBottomNavigtionView 百度的: 我的: 项目地址:https://github.com/ZYF99/UIKit/tree/1.3[https://gi...