Learn from Marcus Ng. You can check the full tutorial on Youtube.
Thanks Marcus, that's really awesome work.
- Handle logic
- Add login/register UI
- Connect to Firebase
-
Back button in navigation bar doesn't work.
-
Can't set favourite icon by
isLiked
property. It leads to a weird bugs, display a solid color screen.
Reason:
isLiked
was missing in constructor, just provided default value forisLiked
.