Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.33 KB

README.md

File metadata and controls

44 lines (33 loc) · 2.33 KB

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