An open API service indexing awesome lists of open source software.

https://github.com/georgeerol/androidexamples

Android Examples covers basic concepts of Android Technology
https://github.com/georgeerol/androidexamples

android android-alarm android-camera android-example android-fragments android-service android-storage intent toast

Last synced: 7 months ago
JSON representation

Android Examples covers basic concepts of Android Technology

Awesome Lists containing this project

README

          

# ![Android Examples Logo](https://github.com/fouliex/AndroidExamples/blob/master/Resources/images/AndroidExamplesLogo.jpg) Android Examples(In Progress)

This repo covers basic and some advanced concepts of Android technology.

## Android Widgets
This section provides a lot of simplified example of `Android Widgets` such as `Button`, `EditText`,`Toast` etc.
* [**Button**](https://github.com/fouliex/AndroidExamples/tree/master/1.AndroidWidgets/AndroidButton)
* [**Toast**](https://github.com/fouliex/AndroidExamples/tree/master/1.AndroidWidgets/AndroidToast)
* Custom Toast
* ToggleButton
* CheckBox
* AlertDialog

_To Be Continued_...

## Activity and Intents
This section provides information on how an activity works, it's life cycle,what's an implicit or explicit intent and how to send information from one activity to another.
* [**Activity LifeCycle**](https://github.com/fouliex/AndroidExamples/tree/master/2.AndroidActivityAndIntents/AndroidActivity)
* [**Implicit Intent**](https://github.com/fouliex/AndroidExamples/tree/master/2.AndroidActivityAndIntents/AndroidIntents)
* [**Explicit Intent**](https://github.com/fouliex/AndroidExamples/tree/master/2.AndroidActivityAndIntents/AndroidIntents)
* StactActivityForResult

## Android Fragment
* [**Android Fragment**](https://github.com/fouliex/AndroidExamples/tree/master/3.AndroidFragments/AndroidFragment)

## Android Menu
* [**Context Menu**](https://github.com/fouliex/AndroidExamples/tree/master/4.AndroidMenu/ContextMenu)
* [**Option Menu**](https://github.com/fouliex/AndroidExamples/tree/master/4.AndroidMenu/OptionMenu)

## Android Service
* [**Android Service**](https://github.com/fouliex/AndroidExamples/tree/master/5.AndroidService/AndroidService)

## Android Alarm
* [**Android Alarm**](https://github.com/fouliex/AndroidExamples/tree/master/6.AndroidAlarm/AndroidAlarm)

## Android Storage
* [**Android External Storage**](https://github.com/fouliex/AndroidExamples/tree/master/7.AndroidStorage/AndroidExternalStorage)
* [**Android Internal Storage**](https://github.com/fouliex/AndroidExamples/tree/master/7.AndroidStorage/AndroidInternalStorage)
* Android Preferences

## Android Camera
* [**Android Camera**](https://github.com/fouliex/AndroidExamples/tree/master/10.AndroidCamera/AndroidCamera)
* [**Android Video**](https://github.com/fouliex/AndroidExamples/tree/master/10.AndroidCamera/AndroidVideo)