Skip to content

Android Examples covers basic concepts of Android Technology

Notifications You must be signed in to change notification settings

georgeerol/AndroidExamples

Repository files navigation

Android Examples Logo 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
  • Toast
  • 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.

Android Fragment

Android Menu

Android Service

Android Alarm

Android Storage

Android Camera