Pinned Repositories
android-architecture
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
android-mvp-architecture
This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView
android-open-project
Collect and classify android open source projects 微信公众号:codekk
groovy
learn groovy
mavenjavastudy
maven java study
MultiModuleReycler
company module
mvvm_practice
MVVM practice
myokhttp
person study
OTExtension
C++ OT extension implementation
PythonStudy
my private python study
houziershi's Repositories
houziershi/android-sunflower
A gardening app illustrating Android development best practices with Android Jetpack.
houziershi/TensorFlow-From-Zero-To-One
记录自己学习TensorFlow的笔记和代码
houziershi/RxJava2-Android-Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
houziershi/MyMavenStudy
my maven study
houziershi/MyJitpack
jitpack study
houziershi/coolweatherjetpack
酷欧天气的Jetpack版本实现,采用了MVVM架构。
houziershi/Readokhttp
个人源码阅读
houziershi/okhttp
An HTTP+HTTP/2 client for Android and Java applications.
houziershi/kotlin-examples
Various examples for Kotlin
houziershi/kotlin-android-examples
:muscle: [Examples] Isolated applications purely on Kotlin, for all android devs out there
houziershi/groovy
learn groovy
houziershi/leetcode-2
Python & JAVA Solutions for Leetcode
houziershi/algorithms-3
Bug-tracking for Jeff's algorithms book, notes, etc.
houziershi/JavaStudy
java study
houziershi/JIMU
一种简单有效的android组件化方案,支持组件的代码资源隔离、单独调试、集成调试、组件交互、UI跳转、生命周期等完整功能。
houziershi/myokhttp
person study
houziershi/Spittr
spring learn: chapter 05
houziershi/FoldText_Java
houziershi/knight
spring book chapter_01
houziershi/InteractiveChart-AS-master
InteractiveLineGraphView learn
houziershi/awesome-algorithm
Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现
houziershi/AndroidAutoSize
A low-cost Android screen adaptation solution (今日头条屏幕适配方案终极版,一个极低成本的 Android 屏幕适配方案).
houziershi/deepLearning
Udacity Project
houziershi/SpringDemo
study spring
houziershi/opengapps
The main repository of the Open GApps Project
houziershi/Stark
Stark is a hot-fix framework for Android. It supports swapping new implementations of classes without restarting a running Android application, and updated Android resources (icons, layout, etc) while only restarting the Android Activity. Most importantly, there is no private API invoked in Stark.
houziershi/DelegationAdapter
一种优雅的方式来使用RecyclerView
houziershi/android_permission_aspectjx
A AOP library that process Android M permissions with aspectjx.
houziershi/CompontentDemo
组件化Demo,通过gradle脚本,实现module在编译期隔离,运行期按需加载,实现组件间解耦,高效单独调试
houziershi/AdapterDelegates
"Favor composition over inheritance" for RecyclerView Adapters