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
- Host: GitHub
- URL: https://github.com/georgeerol/androidexamples
- Owner: georgeerol
- Created: 2017-03-04T22:23:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T22:53:03.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T18:30:28.700Z (about 1 year ago)
- Topics: android, android-alarm, android-camera, android-example, android-fragments, android-service, android-storage, intent, toast
- Language: Java
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#  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)