rohitksingh / Woof

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Woof - Learn Android Fragments the right way

woof3

woof3

Implementations

You can find following implementation in this project.

  • Fragment communication via interface
  • Reusing fragment by getSupportFragmentManager().findFragmentByTag(TAG)
  • Which lifecycle method should have API call so that it is called just once
  • How to save RecylcerView instance in Fragment -> Scroll position is saved by default, you are responsible for content
  • Pagination in RecyclerView
  • Rest Calls (Volley)
  • Image Rendering (Glide)
  • JSON Parsing



About author

This Repository is developed and maintained by

Rohit Singh