Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 592 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 592 Bytes

DatabasesExample

kotlin example that help developers to understand the differences between Databse types and how to implement each one => (SQlite/Realm/Room) the example contains 3 seperated packeges (3 different examples) in one project the first one is an example for sqlite the other one is an example for realm and the last one is for Room

Technology used

  • Android
  • Kotlin
  • MVP
  • Recyclerview
  • SQlite
  • Realm
  • Room
  • Threads