Pinned Repositories
AndResGuard
proguard resource for Android by wechat team
android
:phone: The ownCloud Android App
Android-advanced-blueprint
Android进阶蓝图,各种新技术的体验demo,快速上手Data Binding,Data Binding Compiler V2,Android Architecture,Room等Android的黑科技
Android-BLE
AndroidBLE蓝牙框架,包括扫描、连接、设置通知、发送数据、读取、接收数据和OTA升级以及各种直观的回调,近乎一行代码植入项目,可扩展配置蓝牙相关操作。
Android-BLE-Library
A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
Android-CircleDialog
仿IOS圆角对话框、进度条、列表框、输入框,popup,支持横竖屏切换
Android-CircleMenu
自定义ViewGroup实现的圆形旋转菜单,支持跟随手指旋转以及快速旋转。
Android-CleanArchitecture
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
android-keeplive
Improve the android service process priority
TuSuHai's Repositories
TuSuHai/GoogleLibraryVersionQuerier
一款Android Studio插件,帮助你快速添加Google依赖库和查询历史版本
TuSuHai/RIBs
Uber's cross-platform mobile architecture framework.
TuSuHai/QuickDevFramework
An android development library based on android basic architecture
TuSuHai/shimmer-android
An easy, flexible way to add a shimmering effect to any view in an Android app.
TuSuHai/MMKV
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows and POSIX.
TuSuHai/RoundedImageView
A fast ImageView that supports rounded corners, ovals, and circles.
TuSuHai/Android-CleanArchitecture
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
TuSuHai/flutter_dojo
A beautiful design and useful project for Building a flutter knowledge architecture
TuSuHai/QuickMultidex
一种在Dalvik虚拟机上多Dex首次加载的优化方案,支持4.1~4.4
TuSuHai/SmartRefreshLayout
🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
TuSuHai/Log4a
:octocat:Log4a is an mmap based, high-performance, highly available Android log collection library / Log4a 是一个基于 mmap, 高性能、高可用的 Android 日志收集框架
TuSuHai/MVPArms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
TuSuHai/subsampling-scale-image-view
Android library (AAR). Highly configurable, easily extendable deep zoom view for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc.
TuSuHai/Yuan-SxMusic
随心音乐,一款音乐播放器 APP 。数据爬取 QQ 音乐网页端,实现歌曲查询和播放,歌词显示及其歌曲下载等功能
TuSuHai/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
TuSuHai/BridgeWebView
H5和Android通信框架,让H5和Android相互调用更加简单。
TuSuHai/Awesome-Android-Notebook
:computer: A complete plan for better android developers.(continuous updating ...)
TuSuHai/FMap
宇行地图:高仿高德地图Android客户端(持续更新中...)
TuSuHai/LDialog
android 万能Dialog, 定制属于你自己的dialog, 学习成本低
TuSuHai/SmartSwipe
An android library to make swipe more easier and more powerful. Android各种侧滑,有这一个就够了
TuSuHai/GitHubDaily
GitHubDaily 分享内容定期整理与分类。欢迎推荐、自荐项目,让更多人知道你的项目。
TuSuHai/GSYRickText
类似微博的emoji表情、@人、话题等的EdiText,优化了编辑框中的光标点击和删除处理。TextView支持emoji表情、话题、链接、电话和@某人特殊显示的文本。
TuSuHai/ViewPagerIndicator
Indicator 取代 tabhost,实现网易顶部tab,新浪微博主页底部tab,引导页,无限轮播banner等效果,高度自定义tab和特效,LazyFragment
TuSuHai/ImmersionBar
android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62
TuSuHai/AndroidUtilCode
:fire: Android developers should collect the following utils(updating).
TuSuHai/Python-100-Days
Python - 100天从新手到大师
TuSuHai/Android-advanced-blueprint
Android进阶蓝图,各种新技术的体验demo,快速上手Data Binding,Data Binding Compiler V2,Android Architecture,Room等Android的黑科技
TuSuHai/StatusBarUtil
A util for setting status bar style on Android App.
TuSuHai/AndroidSlidingUpPanel
This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.
TuSuHai/Yuan-LrcView
简约风的自定义View歌词控件,解析标准歌词字符串,将一次大的滑动分成了若干次小的滑动,并在一个时间段完成,最后利用scrollTo实现了歌词的弹性滑动。