Skip to content

Instantly share code, notes, and snippets.

@ch8n
Created July 29, 2021 11:32
Show Gist options
  • Save ch8n/f3aa649f5d2d455fc2cb690f7aec28a0 to your computer and use it in GitHub Desktop.
Save ch8n/f3aa649f5d2d455fc2cb690f7aec28a0 to your computer and use it in GitHub Desktop.
/**
* Layout Manager :
* - Position the Views
* - Scrolling Views
*/
class LayoutManager
/**
* Recycler View :
* - Coordinator of all component
* - Interaction with Elements
*/
class RecyclerView
/**
* Adapter :
* - Create View and ViewHolder
* - binding data to ViewHolder
* - Multiple View Types
* - Recycle Recovery
* - notify data change and out of sync
*/
class Adapter
/**
* Item Animator :
* - Animates the views
*/
class ItemAnimator
/**
* View Holder :
* - item interaction handler
*/
class ViewHolder()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment