Pinned Repositories
afinal
Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。详情请通过以下网址查看。
android-layout-samples
Explorations around Android custom layouts
android-open-project
Collect and classify android open source projects, 交流 QQ 群:(入群理由必须填写群简介问题答案) 214742675
Android-PullToRefresh
DEPRECATED
android-stackblur
Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.
android-transcoder
MP4 video transcode using Android MediaCodec API, pure Java (not LGPL nor patent issue!). Supports API >= 18.
Android-Universal-Image-Loader
Powerful and flexible library for loading, caching and displaying images on Android.
Android-ViewPagerIndicator
Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock. Originally based on Patrik Åkerfeldt's ViewFlow.
AndroidDevTools
收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。
NoobDemo
some demo
willisdai's Repositories
willisdai/NoobDemo
some demo
willisdai/afinal
Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。详情请通过以下网址查看。
willisdai/android-layout-samples
Explorations around Android custom layouts
willisdai/android-open-project
Collect and classify android open source projects, 交流 QQ 群:(入群理由必须填写群简介问题答案) 214742675
willisdai/Android-PullToRefresh
DEPRECATED
willisdai/android-stackblur
Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.
willisdai/android-transcoder
MP4 video transcode using Android MediaCodec API, pure Java (not LGPL nor patent issue!). Supports API >= 18.
willisdai/Android-Universal-Image-Loader
Powerful and flexible library for loading, caching and displaying images on Android.
willisdai/Android-ViewPagerIndicator
Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock. Originally based on Patrik Åkerfeldt's ViewFlow.
willisdai/AndroidDevTools
收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。
willisdai/AndroidStaggeredGrid
An Android staggered grid view which supports multiple columns with rows of varying sizes.
willisdai/drag-sort-listview
Android ListView with drag and drop reordering.
willisdai/engine
The Flutter engine
willisdai/HowToCook
程序员在家做饭方法指南。Programmer's guide about how to cook at home (Chinese).
willisdai/pcm-encoder
Simple PCM to MP4 encoder
willisdai/PhotoView
Implementation of ImageView for Android that supports zooming, by various touch gestures.
willisdai/PinterestLikeAdapterView
An Android multi column list view like Pinterest.
willisdai/smoothie
Easy async loading for Android's ListView/GridView
willisdai/SoundTouch_AndroidStudio
SoundTouch 是一个音频变速变调处理库,可以直接对PCM编码音频进行实时处理或文件处理。当前项目是从SoundTouch official site中下载,转移到Android Studio中使用的库。
willisdai/stagefright-plugins
Stagefright Plugins for Android
willisdai/StaggeredGridView
A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.
willisdai/StaggeredGridViewDemo
A demo of StaggeredGridView
willisdai/VideoCompressor
A High-performance video compressor for Android using Hardware decoding and encoding API(MediaCodec).
willisdai/VirtualXposed
A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.
willisdai/Worth-Reading-the-Android-technical-articles
值得阅读的android技术文章
willisdai/X264Android
x264 for android
willisdai/xUtils
android orm, bitmap, http, view inject...