ckmah / DangoReader

A clean & modern app for reading manga.
http://www.dangoreader.moe
Apache License 2.0
7 stars 0 forks source link

optimize MangaItemActivity load, laggy when there are many chapters #14

Closed ckmah closed 8 years ago

akrolsmir commented 8 years ago

I think it might be related to how we inflate hundreds of views in MangaItemChapterFragment. We should try a recyclerview and see if we get performance gains.

ckmah commented 8 years ago

working out the last few bugs