Athkar-App
Display a list of Athkar using RecyclerView
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