project imageBack Button
Back Button
Android Contact List
project image

Description

An android application created using jetpack compose, room, kotlin and the mvm architecture

Goals of the Project

  1. - Solidify knowledge of data persistence(local database) with Room.
  2. - Understand State and Navigation in Android.
  3. - 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

  1. - Understanding how to use create and use local databases in the future.
  2. - Understanding how to use this data using the Viewmodel layer.
  3. - Learned the MVM Architecture and how to implement it into future projects.