sealor / BirthdayReminder

Android App Birthday Reminder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change the ListView to the RecylerView

amarradi opened this issue · comments

The advantage of recyclerView is that the performance is much better. I have an address book with about 700 entries and about 400 birth dates. This makes the BirthdayReminder even faster.

You can read the Link, it explaind the RecyclerView. I added this view in the PalatschinkenCounter for the Recipe.

https://levelup.gitconnected.com/android-recycler-view-b1bc493cac53