Search code examples
androidandroid-recyclerviewandroid-volleyandroid-cardview

How To Implement RecyclerView With Two Or More Different Card View With Data Fetch By Volley?


How To Implement RecyclerView With Two Or More Different Card View With Data Fetch By Volley Like 1 : Discounted Products Have Separate View and 2 : Non Discounted Product Have Separate View

Anyone Please Give Me Suggestion With Example I Want to Load Products From MySql Table

Like :

See Image This Contain 2 Different Views


Solution

  • this can be the same card view layout you can just change what's shown as you're inflating it (visible/gone)