steroid-team / app

Helping you organise your day with ease and privacy.
1 stars 2 forks source link

view: todo list integration in the Item View #48

Closed theo-damiani closed 3 years ago

theo-damiani commented 3 years ago

Hey!

I just refactor the work of Vincent and Noah, so it uses the to-do list class instead of creating an array list of tasks. For this, I define a custom BaseAdapter that takes care of displaying the right task in the ListView.

I also take the last pull request of Noah #43. So he can work on a good basis with the to-do list class.

[edit]: I deleted by inattention the check to re-use the convertView by inattention. I added it again in the last commit b28a81a.