Pinned Repositories
AccountAuthenticator
ActionBarSherlock
Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
ActiveAndroid
Active record style SQLite persistence for Android
android-Camera2Basic
android-open-project-analysis
Analysis of android open source project, include usage and implementation
Android-ViewPagerIndicator
Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock. Originally based on Patrik Åkerfeldt's ViewFlow.
avenging
MVP - Android no Dagger or RxJava example
awesome-android-libraries
This is an alphabetical list of libraries for Android development, the majority being actively maintained.
VolleySample
ネットワーク処理を高速に、簡単に実装できる Volley ライブラリを使ったサンプルです。
hemf2010's Repositories
hemf2010/afinal
Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。详情请通过以下网址查看。
hemf2010/android
GitHub Android App
hemf2010/android-async-http
An Asynchronous HTTP Library for Android
hemf2010/android-crash
android程序崩溃异常处理框架
hemf2010/Android-ObservableScrollView
Android library to observe scroll events on scrollable views.
hemf2010/Android-Universal-Image-Loader
Powerful and flexible library for loading, caching and displaying images on Android.
hemf2010/android-viewpager-indicator
Android tab indicator with viewpager easy to use!
hemf2010/android-volley
volley
hemf2010/asmack
A build environment for the XMPP client library Smack on Android
hemf2010/async-http-client
Asynchronous Http and WebSocket Client library for Java
hemf2010/chromium_webview
Android WebView wrapper based on chromium
hemf2010/CN1FontBox
FontBox library port for Codename One
hemf2010/Conversations
Conversations is an open source XMPP/Jabber client for Android 4.0+ smart phones.
hemf2010/dagger
A fast dependency injector for Android and Java.
hemf2010/EventBus
Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
hemf2010/floating-action-button
Implementation of a circular button made of paper that lifts and emits ink reactions on press.
hemf2010/IconButton
A Button subclass for Android that provides better control over drawable positioning
hemf2010/IconTabPageIndicator
带图标文字的ViewPager导航指示器
hemf2010/image-loader
Library for async image loading and caching on Android
hemf2010/java-algorithm-helper
Java tool of AES, RSA, DESede, Base64, Hex and so on.
hemf2010/LollipopShowcase
A simple app to showcase Androids Material Design and some of the cool new cool stuff in Android Lollipop. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design, Toolbar
hemf2010/LoonAndroid
整个框架式不同于androidannotations,Roboguice等ioc框架,这是一个类似spring的实现方式。在整应用的生命周期中找到切入点,然后对activity的生命周期进行拦截,然后插入自己的功能。
hemf2010/material-design-icons
Material Design icons by Google
hemf2010/material-menu
Animation port of Android L drawer, back, dismiss and check icons
hemf2010/otto
An enhanced Guava-based event bus with emphasis on Android support.
hemf2010/PullToRefresh
根据Maxwin的XListView改造而来,完善下拉刷新上拉加载更多的功能并实现自动刷新以及自动加载等功能, 并增加对ScrollView的支持。 原XListView参考链接:https://github.com/Maxwin-z/XListView-Android
hemf2010/SEPTA-Android
md5
hemf2010/Surviving-with-android
Source code related to the posts in the blog
hemf2010/xhprof
XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.
hemf2010/xUtils
android orm, bitmap, http, view inject...