15- RecyclerView Part 2

Опубликовано: 15 Июль 2026
на канале: Programming With Ahmed
62
like

Please find the cod on Github
https://github.com/programmingwithahm...

Task Description
show RecyclerView contains list of Posts
Read the posts from the assets folder (convert json data to Kotlin list of objects)
-If user click on post item open new screen with the selected post
(You should sent the object from activity to another)
The post details screen will contain (Image then title then body)

You can find the json file in the above project (in the assets folder)