android-demo alternatives and similar packages
Based on the "Demo" category.
Alternatively, view android-demo alternatives based on common mentions on social networks and blogs.
-
u2020
A sample Android app which showcases advanced usage of Dagger among other open source libraries. -
Android-ItemTouchHelper-Demo
Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView. -
kotlin-sample-app
📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack. -
Android-LollipopShowcase
DISCONTINUED. A simple app to showcase some of the cool new cool stuff in Android L. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design, Toolbar -
AndroidPushNotificationsDemo
A example of an android app that receives push notifications using MQTT. -
Quality-Tools-for-Android
This is an Android sample app + tests that will be used to work on various project to increase the quality of the Android platform. -
ProgrammingAndroidExamples
This repo contains example code for O'Reilly's "Programming Android" by Zigured Mednieks, Laird Dornin, Blake Meike and Masumi Nakamura -
ProgrammingAndroid2Examples
This repo contains example code for O'Reilly's "Programming Android" by Zigured Mednieks, Laird Dornin, Blake Meike and Masumi Nakamura -
RoboDemo
RoboDemo is a ShowCase library for Android to demonstrate to users how a given Activity works. -
android_L_preview_example
This project is focused on the sample using the API's new preview version of Android-L, use of transitions, shadows etc... -
AndroidTVExplorer
A sample project which can be used as a base in order to develop Media Library applications for Android TV. Follow the series of blogs starting at http://www.malmstein.com/blog/2014/10/21/building-applications-for-android-tv/ in order to keep up to date with the process
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of android-demo or a related project?
README
android-demo
关于我,欢迎关注
微博:Trinea 主页:trinea.cn 邮箱:trinea.cn#gmail.com 微信:codek2
依赖:trinea-android-common android-auto-scroll-view-pager viewpager-indicator。
包括:网络缓存Demo,图片缓存Demo,图片SD卡缓存Demo,下拉刷新及滚动到底部加载更多listview Demo,自动滚动轮播循环ViewPager Demo,Android系统下载管理DownloadManager功能介绍及使用示例,ViewPager Multi Page,滚动到底部或顶部响应的ScrollView使用,Gallery滑动一页效果 Demo,SearchView Demo,ViewPager、Fragment使用,Service Demo,BroadcastReceiver Demo。
示例APK下载:
本地下载
1. 网络缓存
使用示例:Android网络缓存
适用:网络获取内容不大的应用,尤其是api接口数据,如新浪微博、twitter的timeline、微信公众账号发送的内容等等。
效果图:
2. 图片缓存
使用示例:图片缓存的使用
适用:获取图片较多且图片使用频繁的应用,包含二级缓存,如新浪微博、twitter、微信头像、美丽说、蘑菇街、花瓣、淘宝等等。
效果图:
3. 图片SD卡缓存
使用示例:图片SD卡缓存的使用
适用:应用中获取图片较多且图片较大的情况。需要二级缓存及ListView或GridView图片加载推荐使用上面的ImageCache。
效果图:
4. 下拉刷新及滚动到底部加载更多的Listview Demo
使用示例:下拉刷新及滚动到底部加载更多listview Demo
实现原理: http://trinea.iteye.com/blog/1562281。
效果图:
5. 自动滚动轮播循环的ViewPager Demo
使用示例:Android自动滚动 轮播循环的ViewPager。
效果图:
6. Android系统下载管理DownloadManager Demo
使用示例:Android系统下载管理DownloadManager功能介绍及使用示例
功能扩展:Android下载管理DownloadManager功能扩展和bug修改。
效果图:
7. viewpager实现画廊效果Demo
使用示例:ViewPager Multi Page。
效果图:
8. 滑动到底部或顶部响应的ScrollView Demo
使用及实现原理: 滚动到底部或顶部响应的ScrollView使用。
效果图:
9. Gallery滑动一页效果 Demo
使用示例:Gallery One Page。
效果图:
10. SearchView Demo
使用示例:SearchView Demo。
效果图:
11. ViewPager、Fragment Demo
使用示例:ViewPager、Fragment使用。
效果图:
12. Service Demo
使用示例:Service Demo