omg-android icon indicating copy to clipboard operation
omg-android copied to clipboard

A sample project to introduce the basics of Android app development

hello-android-demo

A sample project to introduce the basics of Android app development.

The accompanying tutorial is available here. It takes you through:

  • Installing the Android Studio IDE for the first time
  • Understanding basic Android concepts like Activities, Intents, etc.
  • Constructing app layouts.
  • Easily using the best third-party libraries.
  • Making network calls to search an online database of books.
  • Displaying a table of information and a detail view.