Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 548 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 548 Bytes

Journal App

This is a simple Journal app built for the purpose of the Android developer 7 days of code Challenge. #7DaysofCodeChallenge

Apk File

The apk is available on the root directory of the repository. It's named JournalApp-<buildTypeName>-<versionName>.apk

Architecture

For this challenge, I use architecture component. ViewModel, Room. ViewModel on the presentation layer and Room for local storage. We also use Firebase for authentication and synchronizing date to RealTime Database

Authors

  • Souleymane Sidibe