Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 709 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 709 Bytes

First Android app with details about countries

This was my first Android project where I learnt the basics of the Android environment.

What can the app do?

  • Fetch data about countries all around the world
  • The countries are sorted by their continents
  • You can add a country to your favourites
  • Saves the data in room database
  • See on google maps where the slected country is
  • You can create a user profile
  • Options for resetting passwords

What I learnt from this app?

  • Concepts about developing an Android app such as: Activities, the android lifecycle, firebase, room database, fragments, alert dialogs.
  • I improved my Java coding abilities.
  • I learnt the basics of android design