Android JNI 中的线程操作[https://link.zhihu.com/?target=https%3A//glumes.com/post/android/and...
Android JNI 中的线程操作[https://link.zhihu.com/?target=https%3A//glumes.com/post/android/and...
[commit(), commitNow()和commitAllowingStateLoss()] 关于FragmentTransaction的各种提交方法: commit(...
https://developer.android.com/topic/libraries/architecture/adding-components#workmanage...
Android studio logcat添加新的过滤规则,在log tag一项填入^(?!.(*)).$,红色为你想过滤掉不想显示的tag,确定。输出的log是除了刚刚过滤...
keytool -list -printcert -jarfile app-release-sign.apk 查看 使用jarsigner签名:jarsigner -verb...
Gradle For Android(1)--使用AndroidStudio开始Gradle[https://www.jianshu.com/p/91f14b1a86b7]G...
retrofit https
epoll 或者 kqueue 的原理是什么?深入理解IO复用之epoll
并发
Android 之 VSYNC、 ChoreographerAndroid 渲染机制, ChoreographerViewTreeObserver View 绘制流程
请问 pcm 转成aac后,速率很快,是什么原因?
Android 音视频之音频AAC编码AAC介绍 介绍AAC,全称Advanced Audio Coding,是一种专为声音数据设计的文件压缩格式。他的目的是为了取代MP3格式,与MP3不同,它采用了全新的算法进...
转自 1前言 本文为译文,译文地址:https://proandroiddev.com/beyond-basic-rxjava-error-handling-b0875d38...