All Projects → LaurenceYang → Android_article

LaurenceYang / Android_article

Licence: apache-2.0
Android热更新、异步并发、性能优化、编译打包、适配相关等文档 by yang。huh...The palest ink is better than the best memory.

Projects that are alternatives of or similar to Android article

React Adaptive Hooks
Deliver experiences best suited to a user's device and network constraints
Stars: ✭ 4,750 (+2524.31%)
Mutual labels:  network, performance
Hiper
🚀 A statistical analysis tool for performance testing
Stars: ✭ 2,667 (+1373.48%)
Mutual labels:  network, performance
Cifsd
cifsd kernel server(SMB/CIFS server)
Stars: ✭ 76 (-58.01%)
Mutual labels:  network, performance
Linux Network Performance Parameters
Learn where some of the network sysctl variables fit into the Linux/Kernel network flow
Stars: ✭ 3,112 (+1619.34%)
Mutual labels:  network, performance
Powershell ipv4networkscanner
Powerful asynchronus IPv4 network scanner for PowerShell
Stars: ✭ 161 (-11.05%)
Mutual labels:  network, performance
Marmot
Marmot workflow execution engine
Stars: ✭ 174 (-3.87%)
Mutual labels:  network
Vue Grid Canvas
A vue component, it can generate a similar excel form for you
Stars: ✭ 179 (-1.1%)
Mutual labels:  performance
Tracy
C++ frame profiler
Stars: ✭ 3,115 (+1620.99%)
Mutual labels:  performance
Netdev
Asynchronous multi-vendor library for interacting with network devices
Stars: ✭ 172 (-4.97%)
Mutual labels:  network
Piano Rs
A multiplayer piano using UDP sockets that can be played using computer keyboard, in the terminal
Stars: ✭ 180 (-0.55%)
Mutual labels:  network
Hxphotopicker
图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iCloud online, browse the web image function
Stars: ✭ 2,363 (+1205.52%)
Mutual labels:  network
Torchfunc
PyTorch functions and utilities to make your life easier
Stars: ✭ 177 (-2.21%)
Mutual labels:  performance
Discovery
Discoveries on Sustainable Loading research
Stars: ✭ 174 (-3.87%)
Mutual labels:  performance
Rubyspeed
Compile ruby functions to C
Stars: ✭ 180 (-0.55%)
Mutual labels:  performance
React Native Performance Monitor
React Native Performance Monitor - Realtime graphing of React Native render performance
Stars: ✭ 174 (-3.87%)
Mutual labels:  performance
Lighthouse Check Action
GitHub Action for running @GoogleChromeLabs Lighthouse audits with all the bells and whistles 🔔 Multiple audits, Slack notifications, and more!
Stars: ✭ 175 (-3.31%)
Mutual labels:  performance
Extcore
An extended core library for F#.
Stars: ✭ 172 (-4.97%)
Mutual labels:  performance
Performance Plugin
Performance Test Running and Reporting for Jenkins CI
Stars: ✭ 176 (-2.76%)
Mutual labels:  performance
Blockcanaryex
make performance bottleneck detection easily when app blocked
Stars: ✭ 2,123 (+1072.93%)
Mutual labels:  performance
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+1187.85%)
Mutual labels:  network

Android articles

Android articles by yang.满满的都是干货。 More...>>>

Kotlin

[开源项目]awesome-kotlin

热更新

[原]热更新开源项目Tinker源码解析之Dex热更新

[原]热更新开源项目Tinker源码解析之资源热更新

[原]热更新开源项目Tinker源码解析之Library热更新

[原]Android热更新开源项目Tinker集成实践总结

[原][开源项目]DexDiff格式解析工具

异步并发

[原]JAVA并发库concurrent包之ThreadPoolExecutor

[原]Android AsyncTask源码分析

[原]Android litesuites之异步并发类库android-lite-go

[转]Android异步消息处理机制

[原]换个角度看Android异步通信原理

[转]给 Android 开发者的 RxJava 详解

动态组件化(Dynamic Bundle)框架

[开源项目]atlas

网络请求

[标准]HTTP协议(RFC2616)

[原]HTTP详解

[原][开源项目]网络通信组件EasyHttp

动画库

[开源项目]lottie-android

数据库

[开源项目]GreenDao

图片加载

[原]Fresco是如何"偷"内存减少OOM的

[原][开源项目][Deprecated]Fresco容量删减版本

编译打包

[原]Android混淆工具AndResGuard解析

[原]Android打包工具packer-ng-plugin解析

[原]Android热更新-资源混淆-编译-多渠道打包流程的整合

[转]极简上传library到JCenter

[转]Android 平台上的秒级编译方案Freeline

性能优化

[google发布]Android性能优化宝典视频

[google发布]Android性能优化宝典译文

[原]APK大小优化

[原]OOM优化

[原]UI优化

[原]网络请求优化

适配相关

[原]Android6.0适配

[转]Android7.0适配

[官方]Android7.0特性(混合编译,编译/AOT/JIT)

[官方]Dalvik与ART

架构设计

[googlesamples]android-architecture

[googlesamples]mvp

[googlesamples]mvvm

NDK

[googlesamples]android-ndk

源码分析

HashMap源码分析

HashMap为什么线程不安全

ConcurrentHashMap源码分析

LinkedHashMap源码分析

LruCache源码分析

Java多线程操作

synchronized实现原理

ThreadLocal内存泄漏分析

设计模式

[Book]GOF的设计模式:可复用面向对象软件的基础

[标准]Design Patterns in Java Tutorial

[GitBook]设计模式Java版

[IBM developerWork]Java 设计模式与建模专题

[开源项目]Android源码设计模式分析项目

Gradle构建插件

[原]Gradle知识体系

[转]构建插件Demo

[转]理解Gradle体系

算法相关

[原]拓扑排序

[原]数据结构之查找算法总结笔记

编程规范

[标准]Java开发手册(阿里巴巴首次向JAVA业界开放)

React Native

[官方]RN

JAVA高级

[转]深入理解JAVA范型

[IBM]AOP 的利器:ASM 3.0 介绍


个人公众号:程序猿说事儿

微信号:ProgrammerTalk

微信公众号

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].