曾经我们喜欢乔丹,是因为篮球;今天我们再一次爱上了乔丹,因为突然意识到Just DO IT这句话还有另外一层含义:just do information technology!可能也正是因为这句话,才让广大有志青年踏入IT行业,太伟大了,乔丹!科比退役了,不知道为什么,一看到科比就想起了乔丹!

BestArticle

  • Optimizing Android bytecode with ReDex This blog provides an overview of the Redex project.
  • Kotlin Post-1.0 Roadmap Kotlin的特性是在向F#在靠拢吗?
  • 2015中国移动应用性能管理白皮书 2015 年,可以说是移动应用生态系统发展史上的一座里程碑。从技术上看,不断增加的屏幕分辨率,64位处理器,到支持所有平台开发的HTML5技术逐步成熟,硬件性能的提升,新技术的出现都是影响移动应用发展的重要因素,每个方面都不容小觑。从类型上看,在线视频、在线音乐和交友类应用的订阅盈利模式大获成功;游戏、拼车和移动商务应用的下载量和使用量也都持续增长
  • Android 全局异常捕获之CrashHandler 使用Java的Thread的UncaughtExceptionHandler接口来捕获全局异常,这个方法,你应该用过吧!!

DevTools

  • ReDex ReDex is an Android bytecode (dex) optimizer originally developed at Facebook. It provides a framework for reading, writing, and analyzing .dex files, and a set of optimization passes that use this framework to improve the bytecode. An APK optimized by ReDex should be smaller and faster than its source.

FantasticLibs

  • TurboDex It is generally known that load an unoptimized Dex file at runtime in Android (especially in ART mode) would take a long time. When your App is using MultiDex or PluginFramework, You will find that this problem is hard to bear.
    TurboDex was born to solve this problem, Like to opens the god mode for AndroidVM, after using TurboDex, no matter how much Dex file your need to load, it will be finished in a very short time.

HotNews


评论

2016-04-25