KotonoSora / todolist

1 stars 0 forks source link

basic feature show list todo #1

Closed KotonoSora closed 2 years ago

KotonoSora commented 2 years ago
KotonoSora commented 2 years ago

Default base code not support full feature in android and kotlin Convert dependencies older version to androidx Config keystore for build release version

KotonoSora commented 2 years ago

Create recyclerview using viewmodel, databinding and livedata

Create layout recyclerview and item_view Create TodoAdapter extends ListAdapter Create TodoViewModel using LiveData Binding layout, adapter, viewmodel in MainActivity

KotonoSora commented 2 years ago

Make unit test recyclerview and viewmodel

Create android test for todoviewmodel Create android test for scroll to position on recyclerview