Android Contact List
Description
An android application created using jetpack compose, room, kotlin and the mvm architecture
Goals of the Project
- - Solidify knowledge of data persistence(local database) with Room.
- - Understand State and Navigation in Android.
- - Practice newly acquired kotlin skills.
Challenges
Issued understanding what I was implementing due to documentation; I was making it work but wasn't understanding whats an entity, or dao was, I struggled understanding these things connected.
Accomplishments
- - Understanding how to use create and use local databases in the future.
- - Understanding how to use this data using the Viewmodel layer.
- - Learned the MVM Architecture and how to implement it into future projects.