You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a scrollable list of elements is a common pattern in mobile application. Using RecyclerView we can list a large data sets or frequently changing one. `RecyclerView` is an advanced and flexible version of ListView, addressing serveral issues with existing listing views. Here we will build a simple application with `RecyclerView`
@@ -17,4 +17,4 @@ We will build a simple app that lists a hard-coded `Link` in a `RecyclerView`. T
17
17
18
18
Files we need for this app are shown in the image below.
0 commit comments