Pinned Repositories
AAudioDemo
ADBWiFiConnect
A simple quality of life project, making it easier to remote connect your daily developer phone so it isn't necessary to have the device connected via USB.
android-architecture-components
Samples for Android Architecture Components.
android-network-discovery
Android network tool: Discover hosts and scan their ports, in your Wifi/3G network.
android-sunflower
A gardening app illustrating Android development best practices with Android Jetpack.
android-UniversalMusicPlayer
This sample shows how to implement an audio media app that works across multiple form factors and provide a consistent user experience on Android phones, tablets, Auto, Wear and Cast devices
AndroidInterview
android 面试资料
AndroidInterview-Q-A
The top Internet companies android interview questions and answers
avstudy
CuzySDK-Android-Studio
CuzySDK是一个为移动开发者提供的淘宝客模块的平台。官方提供的SDK是基于AsyncTask + Http,这些库大部分方法都被标志为deprecated,于是用android studio volley 改写一个非官方版本,希望对淘宝客感兴趣的参与进来
fredzzt's Repositories
fredzzt/AAudioDemo
fredzzt/ADBWiFiConnect
A simple quality of life project, making it easier to remote connect your daily developer phone so it isn't necessary to have the device connected via USB.
fredzzt/android-architecture-components
Samples for Android Architecture Components.
fredzzt/android-sunflower
A gardening app illustrating Android development best practices with Android Jetpack.
fredzzt/android-UniversalMusicPlayer
This sample shows how to implement an audio media app that works across multiple form factors and provide a consistent user experience on Android phones, tablets, Auto, Wear and Cast devices
fredzzt/AndroidInterview
android 面试资料
fredzzt/AndroidInterview-Q-A
The top Internet companies android interview questions and answers
fredzzt/avstudy
fredzzt/ETC2TextureLoader
Simple implementation showing how to load the ETC2 texture compression format
fredzzt/fredzzt.github.io
fredzzt/fresco
An Android library for managing images and the memory they use.
fredzzt/Fresco-Source-Analysis
中文的Fresco源码解读
fredzzt/glide
An image loading and caching library for Android focused on smooth scrolling
fredzzt/greenDAO
greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
fredzzt/HjavaBlog
Blog
fredzzt/HowToLiveLonger
程序员延寿指南 | A programmer's guide to live longer
fredzzt/iosched
The Google I/O 2017 Android App
fredzzt/labuladong-fucking-algorithm
fredzzt/LettersIndexPinnedHeaderListView
A ListView with pinned section headers for Android
fredzzt/McImage
Android Gradle Plugin -- Auto Check big image and compress image in building.
fredzzt/ndk-samples
Android NDK samples with Android Studio
fredzzt/Nothing
app of Nothing
fredzzt/okhttpAnalysis
Analyse okhttp
fredzzt/OkHttpSourceAnalysis
okhttp 源码分析
fredzzt/PhotoViewAnalysis
Implementation of ImageView for Android that supports zooming, by various touch gestures.
fredzzt/pichost
my pichost
fredzzt/RecyclerViewCacheDemo
An example for using RecyclerView.ViewCacheExtension to make RecyclerView more smooth.
fredzzt/RxJavaAnalysis
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
fredzzt/tinker
Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
fredzzt/Volley
Volley框架,添加注释,方便解读和学习