上面的5种反编译相关的工具都是开源的。
最开始反编译工具是
dex2jar
可以将dex
转化成jar
包,然后可以将jar
通过jd-gui
来转换。
发现这个过程需要两步才能完成,后来直接使用jadx
将apk
1、视频是怎么创建的
2、视频怎么播放的
3、数据库升级策略
4、APP路线图
APP
|——HTPP请求
|——JSON
|——GSON
|——SQLite数据库存储
|——升级策略
|——图片加载
|——缓存机制
|——编码压缩
|——解码图片,参数的含义等
|——内存管理
|——RxJava响应式编程
|——注解自动生成代码
|——Android的Gradle配置说明
|——Gradle 3.0.0新依赖配置
|——Canvas画图API
|——Matrix用于图像变换
|——自定义Android View
|——多媒体技术
|——视频推流技术
|——视频录制
|——视频编辑处理技术
|——Material的新功能设计、动画设计
You’ll find this post in your _posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.
To add new posts, simply add a file in the _posts
directory that follows the convention YYYY-MM-DD-name-of-post.ext
and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
Jekyll also offers powerful support for code snippets: