Project-2-RecyclerView-App

Description

Create an app that displays a list of data using RecyclerView library. Use local data uploaded inside your android studio files. Such as images and strings.

Steps

  • Add RecyclerView library in Gradle file
  • Add RecyclerView element in your Activity Main layout file
  • Design item layout
  • Create Adapter class
  • Create ViewHolder class
  • Create Model class
  • Create Data source class
  • Link adapter and RecyclerView in Activity Main

Resources

  1. Data Class
  2. RecyclerView
  3. ViewHolder
  4. Adapter
  5. Add RecyclerView dependencies to Gradle

Sample Project

Athkar App

GitHub

View Github