Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MostafaGazar/soas
Native Android "sample of all samples" for beginners and experienced, 14+, with focus on lollipop and Material
https://github.com/MostafaGazar/soas
Last synced: 9 days ago
JSON representation
Native Android "sample of all samples" for beginners and experienced, 14+, with focus on lollipop and Material
- Host: GitHub
- URL: https://github.com/MostafaGazar/soas
- Owner: MostafaGazar
- License: apache-2.0
- Created: 2014-12-08T20:48:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T18:27:46.000Z (about 9 years ago)
- Last Synced: 2024-08-02T09:28:59.461Z (3 months ago)
- Language: Java
- Homepage:
- Size: 5.93 MB
- Stars: 676
- Watchers: 44
- Forks: 96
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
soas (Sample Of All Samples) - [Try APK][0]
----Native Android samples for beginners and experienced, 14+, with focus on Lollipop and Material.
[![Build Status](https://travis-ci.org/MostafaGazar/soas.svg)](https://travis-ci.org/MostafaGazar/soas)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-soas-brightgreen.svg?style=flat)](https://android-arsenal.com/details/3/1305)
[![Android Weekly](http://img.shields.io/badge/Android%20Weekly-%23134-2CB3E5.svg?style=flat)](http://androidweekly.net/issues/issue-134)**Here's what the project touches so far:**
- Toolbar
- Drawer (following the updated Material Design Guidelines)
- Volley (with forced caching option, it caches regardless of server response headers, Memory and Disk)
- Download images using volley (with Memory and Disk caching)
- Json (using Gson)
- ListView with a custom Adapter (based on BaseAdapter)
- SwipeToReferesh (using SwipeRefreshLayout)
- Endless Adapter (using a custom OnScrollListener)
- Fragment (ListFragment and Fragment)
- Headless Fragment (maintain data on config changed)
- Landscape, 7'' and 10'' tablets specific layouts
- Custom Views
- Palette
- Themes
- Styles
- Gradle
- Gradle product flavors
- Espresso tests
- Travis CI, Continuous DeploymentWith your help we can build a sample app that touches most components of the Android framework, helpful for beginners and experienced, simply a reference project. Your pull-requests are appreciated.
**You can help with:**
- List filter
- RTL
- More tests
- Receiver (Check [Emailer - ConnectivityReceiver.java][1])
- Service
- Loader
- CursorAdapter
- Event Bus
- Recycler
- C2DM
- JNI
- HMAC
- SSL
- Bluetooth (check [iRacerController - Deployer.java][2])
- Scheduling tasks (Check [Emailer - Scheduler.java][3])
- Material Dialog (like a rate me dialog, https://github.com/afollestad/material-dialogs)
- Different buttons (http://www.google.com/design/spec/components/buttons.html)
- _Anything else you think worth adding_
- _Or email me with what you think should be added_**Credits:**
- Santosh Dhakal - [email protected], AccountManager
- Your name!###Screenshots:###
![p1](https://raw.githubusercontent.com/MostafaGazar/soas/master/screens/1.png)
![p2](https://raw.githubusercontent.com/MostafaGazar/soas/master/screens/2.png)
![p3](https://raw.githubusercontent.com/MostafaGazar/soas/master/screens/3.png)
![p4](https://raw.githubusercontent.com/MostafaGazar/soas/master/screens/4.png)
![p5](https://raw.githubusercontent.com/MostafaGazar/soas/master/screens/5.png)**Useful materials (To start developing for native Android or update your knowledge):**
- https://developer.android.com/guide/index.html
- http://www.google.com/design/spec/material-design/introduction.html
- http://www.vogella.com/tutorials/android.html
- https://github.com/codepath/android_guides/wiki
- https://github.com/futurice/android-best-practices
- http://restcookbook.com/Basics/loggingin/###Notes:###
![pFragment](https://dl.dropboxusercontent.com/u/31123652/Android/android_fragment.jpg)
![pService](https://dl.dropboxusercontent.com/u/31123652/Android/android_service.jpg)
![pConcurrency](https://dl.dropboxusercontent.com/u/31123652/Android/android_concurrency.jpg)**Developed by:**
Mostafa Gazar - [email protected][0]: https://github.com/MostafaGazar/soas/blob/master/debug/app_recent.apk?raw=true
[1]: https://github.com/MostafaGazar/Emailer/blob/master/src/com/meg7/emailer/receiver/ConnectivityReceiver.java
[2]: https://github.com/MostafaGazar/iRacerController/blob/master/source/src/main/java/com/meg7/controller/Deployer.java
[3]: https://github.com/MostafaGazar/Emailer/blob/master/src/com/meg7/emailer/util/Scheduler.java