Skip to content

Feature: Add Room DB to a module in the Project to store questions and answers. #127

@Tc2r1

Description

@Tc2r1

Setup Local storage in one of the modules inside the project by using Room db.

Most Android applications require local data storage. In the past years, we have achieved this through the use of SQLite databases. Room is a persistent library that is part of the Android jetpack. It is built on top of SQLite. The room persistent library has many advantages over raw SQLite.





🎃🎃LEVEL 2 CONTRIBUTIONS🎃🎃 - RESOLVE A SMALL "ISSUE" TICKET!

  1. Find an issue and ask for rights/claim to work on it.
  2. A Maintainer will grant said permissions.
  3. Fork the repo and create a branch to save your work to.
  4. Resolve the issue
  5. Pull latest changes from master branch into your branch and resolve all merge conflicts.
  6. Create a PR!
  7. Your PR will be reviewed, after resolving all request, your PR will be accepted
  8. Open Contributors.md file and add your name and relevant information.
  9. CELEBRATE GOOD TIMES COME ON!!
  10. RINSE REPEAT! You're a fireball!



### Describe alternatives you've considered

Additional context

Android Developer Docs on Room
Room Tutorial

Metadata

Metadata

Assignees

Labels

AndroidOperating SystemJavaProgramming LanguageKotlinProgramming LanguageenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions