Study_Android_Demo icon indicating copy to clipboard operation
Study_Android_Demo copied to clipboard

Android之路的小Demo

trafficstars

Study_Android_Demo --- 总结学习安卓的小Demo

关于作者:RealMo

邮箱:[email protected]

Demo


AsyncTask的Demo---All Day08 Demo

BaseAdapter的Demo---Day09_BaseAdapter
解决ListView的item CheckBox错位Demo---Day11_ListView_checkbox
菜单、对话框的Demo---All Day11 Demo

动画Demo---All Day16 Demo
ViewPager Demo---Day18_ViewPager

ViewPager广告轮播Demo---Day18_Banner

通知Demo---Day22_notification

跨进程通信AIDl&Messenger Demo---All Day24 Demo

图片二次采样Demo---Day25_bigimgload

图片三级缓存Demo---Day25_imagecache

百度地图简单了解使用Demo---Day26_BaiduMap

自定义View Demo---Day27_customview

刷新框架Demo---Day29_listview_pulltorefresh&Day29_pulltorefreshtext

侧滑控件Demo---Day29_slidingmenu_demo&SlidingMenuLibrary

抓包http(糗事百科)的Demo---Day40_myjoke_fromhttp
OkHttp使用Demo---Day41_okhttp

Material Design库控件使用Demo---Day41_exer_material_design
EventBus简单使用Demo---Day42_eventbus

Picasso使用Demo---Day42_picasso

Volley使用Demo---Day42_volley

ActiveAndroid使用Demo---Day43_activeandroid

greenDao使用Demo---Day43_greendao

DataBinding使用Demo---Day43_databinding&Day43_databinding_listview

Camera使用Demo---Day43_camera

DataBinding使用Demo---Day43_databinding&Day43_databinding_listview

加速传感器实现摇一摇功能Demo---Day44_sensor

zxing生成二维码Demo---Day44_qrwriter
zxing扫描二维码Demo---Day44_qrreader&zxingLibrary
视频播放with ListView Demo---Day45_ListView_Video
使用即时通讯easemob---Day57_easemob
观察者模式更新其他界面ImageView的Demo---Day57_observer
观察者模式模拟下载,更新各界面进度Demo---Day58_observer_download
XUtils了解使用Demo---Day58_xutils
Html的js与android的交互Demo---Day58_webview_js
TextView的Html的Demo---Day58_textview_loadhtml
WebView加载本地的Html的Demo---Day58_webview_loadhtml
自定义控件音频条Demo---Day59_customview
Touch分发机制Demo---Day64_TouchEventDemo
ActivityLife Demo---Day71_ActivityLifeDemo
ScrollView嵌套ListView Demo---Day76_scrollview_with_listview
RecylcerView简单使用 Demo---RecylcerView_Demo
BufferKnife使用 Demo---BufferKnife_Demo
TextClock使用 Demo---demo_textclock
Chronometer使用 Demo---demo_chronometer
捕获未处理异常CrashHandlerDemo---demo_crashhandler
CardView Demo---cardview
更全面的Notification Demo---notificationdemo
Android Support Annotation Demo---annotationdemo
多渠道 Demo --- demo_productflavor
自定义注解 Demo --- CustomAnnotationDemo
视图切换ViewSwitcher 中 ImageSwitcher Demo --- Demo_ImageSwitcher
监听所有Activity生命周期变化 中 ActivityLifecycleCallbacks Demo --- ActivityLifecycleCallbacksDemo
共享元素动画Demo --- ShareElementDemo
生成快捷方式Demo --- ShortCutDemo
指纹识别验证Demo --- FingerPrintDemo
Android动画合集总结Demo --- Android-Animation-Set-Demo
Vector Drawable Demo --- VectorDemo
Thread Demo --- ThreadDemo
插件化 Demo --- PluginDemo


对于Android Studio开发的Demo有的是模块,有的是Project。而有些Demo使用的框架需要再设置整个项目的build.gradle文件,具体操作在Demo有注释说明。建议查看其框架的Github官网说明配置。


Thanks

Everyone who has contributed code and reported issues and pull requests!


TODO

This project continues to update.