Pinned Repositories
AdvanAndroid
android_design_patterns_analysis
Android源码设计模式分析项目
AndroLua
Lua 5.3.3 and LuaJava ported to Android
BinderSample
Android Binder Demo示例程序,分别从Android应用层(Java)、framework层(Java)、native层(C++)3个角度,通过example阐述如何创建和使用Android Binder IPC实例
CmakeLearn
gcc_obj_sample
GmSSL-OPTEE
支持国密SM2/SM3/SM4/SM9/SSL的密码工具箱
optee_example_gmssl
optee_os
Trusted side of the TEE
seL4
The seL4 microkernel
sunnybird's Repositories
sunnybird/SlidingMenu
An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
sunnybird/ThinkAndroid
ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架,其开发宗旨是简单、快速的进行 Android应用程序的开发,包含Android mvc、简易sqlite orm、ioc模块、封装Android httpclitent的http模块, 具有快速构建文件缓存功能,无需考虑缓存文件的格式,都可以非常轻松的实现缓存,它还基于文件缓存模块实现了图片缓存功能, 在android中加载的图片的时候,对oom的问题,和对加载图片错位的问题都轻易解决。他还包括了一个手机开发中经常应用的实用工具类, 如日志管理,配置文件管理,android下载器模块,网络切换检测等等工具。