Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 650 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 650 Bytes

Overview:

In this project, I use some techniques at entry level in Android application development. This is suitable for students and people who is new to Android.

With this project, you would know how to:

  • Pass object data between screens
  • Save and load object data from application to local storage
  • Basic UI elements
  • Implement the search feature

What I learned:

  • Intent
  • Shared prereferences
  • Filter in ListView
  • Context menu
  • Android Basic

How to build:

Clone this repository into your local and open with Android Studio.