Skip to content

Latest commit

 

History

History
43 lines (42 loc) · 1.26 KB

README.md

File metadata and controls

43 lines (42 loc) · 1.26 KB

Android-CommonUtils

Common utilities used for android development

├── Anaglytics
│   └── GoogleAnalyticAPI Demo
├── Cache
│   ├── ImageCache
│   ├── LRUCache
│   └── Preference
├── Hardware
│   ├── EnvInformation
│   └── BatteryMonitor
├── Concurrency
│   ├── CommonLoop
│   ├── UILoop
│   └── FileLoop
├── Network
│   └── (TODO) Network Task Executor, for both concurrent and serial, based on volley
├── Misc
│   ├── ImageProcessor
│   ├── NotifcationCenter
│   ├── Log
│   ├── CrashReporter
│   ├── ToastManager
│   ├── PerformanceTicker
│   ├── CommonLoop
│   ├── ResourceManager
│   ├── Dip2PixConverter
│   └── FileManager
├── UI 
│   ├── RecycleView (Working on)
│        ├── GridLayout
│        ├── ListViewLayout
│        ├── StaggeringGridLayout
│   ├── ListView
│   ├── EmojiKeyboard
│   ├── ReloadableView (Related to network plugins)
│   └── Popup
├── Demo 
│   ├── Home (Based on Navigation Drawer & GZListView)
│   ├── File Browser (Based on GZFileManager & GZRecycleView)