- Rewrite
ViewHolder
andAdapter
to smarter versions ✔️ - Working with data locally after everything is downloaded (no need to call API all the time, as there is just nearly 700 items)
- Set searchbar filter and
AsyncTask
cancel()
at text change in searchbar ✔️ - Screen rotation OFF (to get rid of
AsyncTask
memory leaks problems) ✔️ onDestroy()
cancelsAsyncTask
(memory management again) ✔️- Smart data binding to
RecyclerView
- Bind data to adapter in waves - after 20 items are parsed by API wrapper library, not at once after everything is parsed ✔️
- Run the app and don't wait until introductory data loading is finished ✔️
Loader
when loading ❌ (simulated by bottom red TextView on MainActivity) ✔️
- Download and show image in
CharacterViewHolder
✔️ - Better implementation of
onDestroy()
- Support screen rotation
- Application saves states between rotations
- Finish filter buttons functionality (now they just change colors)
- Everything else non-algorithmical, non-low-level aware
ViewHolder onClickListener
with intent to detailed description activity- better and nicer UI
- different resolution screens compatibility
- ...
-
Notifications
You must be signed in to change notification settings - Fork 0
alfonzii/rick-and-morty-android-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published