Giter Site home page Giter Site logo

caij.github.io's Introduction

caij.github.io's People

Contributors

caij avatar

Stargazers

 avatar

Watchers

 avatar  avatar

caij.github.io's Issues

个人经历 | Caij

https://fuckcode.xyz/about/experience.html

个人经历2014下半年渣本错过校招,开启实习。2014.12接触开源,认识Trinea(https://github.com/Trinea)和一群小伙伴,开始分析开源库之路。2015.01分析开源文章上线 codekk2015.03来到深圳,朋友内推一家社交创业公司,主要负责基础功能的开发,后期负责聊天和朋友圈的维护和优化。期间从同事那边学习到很多,包括App的基础架构,一些开源库的封装,调试工具

App Bundle预研 | Caij

https://fuckcode.xyz/2019/12/25/App%20Bundle%E9%A2%84%E7%A0%94.html

1 介绍Google引入新Android App Bundle应用文件格式。这种文件包括所有的应用程序的编译代码和资源,Google Play 根据用户的手机信息生成所需资源和SO的APK,用户只需要下载运行应用所需的资源。而且Android App Bundle提供功能动态加载的功能(类似插件化的概念),开发者可用将不重要或者独立的功能在用户需要的时候加载。

Handler 源码解析 | Caij

https://fuckcode.xyz/2014/12/26/Handler%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.html

1 介绍Handler在Android中起到至关重要的作用,系统本就是通过Handler的消息来驱动的,另外一个就是在Android系统中,只有主线程才能修改UI,而且存在ANR机制,所以耗时操作需要在子线程中运行,保证程序的流畅性,因此子线程中获取的数据传递给主线程更新UI,而线程通讯就是通过Handler来处理的。

VirtualAPK插件化简介和学习计划 | Caij

https://fuckcode.xyz/2017/09/12/VirtualAPK%E4%BB%8B%E7%BB%8D%E5%92%8C%E5%AD%A6%E4%B9%A0%E8%AE%A1%E5%88%92.html

VirtualAPK(下面简称VA)是滴滴开源的插件化项目,这里有VirtualAPK的详细介绍。插件化方面也一直没有大公司开源, DroidPlugin虽然功能强大,但是hook的东西比较多,而且宿主和插件互相独立,和平时的业务需求有较多差异。VirtualAPK介绍中也有几个开源库之前的简单对比。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.