SergAndroid / rs.android.task.4

Simple task, working with storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task 4: Working with storage

alt text

The task is to create Database of cats/dogs/auto(anything you want)

  1. You should show all items form your database in the recycler view on the main screen
  2. After clicking "Add" button user should be redirected to "Add item screen" where he could add new item to the database
  3. On the main screen user can click "Filter" button and go the the filter screen which is implemented using "PrefereneFragment"!
  4. You should also add Update and Delete functionality!
  5. The app should provide two implementations(first for Cursors and second for Room), and should be able to change implementation in runtime(by button click, settings, etc.)

On the image you can see the mockups of all screens, it's not the exact design, so feel free to play with design and items :)

About

Simple task, working with storage.