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.
-
android-best-practices
Do's and Don'ts for Android development, by Futurice developers -
u2020
A sample Android app which showcases advanced usage of Dagger among other open source libraries. -
android-proguard-snippets
Proguard configurations for common Android libraries -
Android-Material-Examples
[Deprecated] Little bites of Material Design -
MovieGuide
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture -
Android-ItemTouchHelper-Demo
Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView. -
CardSlidePanel
enable users to slide card to the left or right smoothly and continuously -
socket.io-android-chat
A simple chat demo for socket.io and Android -
BlurEffectForAndroidDesign
Sample to show how to implement blur graphical tricks -
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-basic-samples
Google Play game services - Android samples -
Android-LollipopShowcase
A simple app to showcase some of the cool new cool stuff in Android L. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design, Toolbar -
rx-android-architecture
RxJava architecture library for Android -
AndroidPushNotificationsDemo
A example of an android app that receives push notifications using MQTT. -
Android-WizardPager
Android pager-style wizard flow sample code -
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. -
AndroidDemoProjects
Collection of Small Android Projects -
MaterialTransitions
Sample material transition animations for Android -
android-layout-samples
Explorations around Android custom layouts -
android-support-23.2-sample
Sample Project for Android Support Library 23.2 -
Watch
A project which demonstrate how to develop a custom client on android for dribbble.com -
GraphView-Demos
Examples for my Android GraphView library -
Android-AOPExample
This is a simple example of Aspect Oriented Programming in Android -
hellomap-android
Quick start with the Google Maps Android API -
android-movies-demo
Sample application demonstrating Android design and animation -
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 -
LearningAndroidYamba
This is the code that goes along with Learning Android book. -
u2020-mvp
[DEPRECATED] Port of Jake Wharton's U2020 sample app with use of MVP and Dagger 2 -
ViewPagerHeaderScrollDemo
ViewPagerHeaderScrollDemo -
maven-android-plugin-samples
DEPRECATED! Usage examples for Android Maven Plugin -
googletv-android-samples
Source for many GoogleTV Example applications. -
Material-Animation-Samples
Samples in Material Animation (Deprecated) -
RoboDemo
RoboDemo is a ShowCase library for Android to demonstrate to users how a given Activity works. -
Android-Notification-Example
A simple sample showing the different types of notifications on Andoid -
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... -
ToolbarMenudrawer
TOOLBARMENUDRAWER 2.0: http://goo.gl/J77i3z -
RoomDb-Sample
A simple notes app to demo Room + LiveData implementation in Android -
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 -
PlayPauseDrawable
This is a sample Play & Pause Drawable with morphing animation for Android -
Curve Bottom Bar
Create curve bottom navigation using this library -
Inshorts
A demo app news app for a hackathon - includes MVP architecture example -
CustomFontView
Custom View classes for TextView, EditText & Buttons - to set custom fonts -
GameOfThronesTrivia
An open source app that is refactored to demo ViewModel and LiveData -
Trailers
An open source app that is refactored to demo MVVM architecture
Appwrite - The Open Source Firebase alternative introduces iOS support
* 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