Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 546 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 546 Bytes

Travelmantics

Andela Learning Community 4.0 phase 1 Android Challenge 2

* An android application that shows users Travel deals in a RecyclerView. Users of the app are divided into two, an Admin who has write permissions to the online database containing the Travel deals and a normal user who only has read access to the database.

* The database used is Firebase Cloud Firestore.

* The app has been developed following the MVVM architecture, material design and makes use of DataBinding.