Want to achieve: a chatbot that returns weather forecast as a RecyclerView inside that chat item (which is in the outer RecyclerView) when the user inputs the word ‘weather’. I want the weather info to be the actual chat item. I have MessageAdapter and WeatherAdapter which deal with messages and weather forecast info respectively and I have difficulty handling the
Tag: android-adapter
Create Base Adapters For All Recycler View Adapters
How can i perform on click of every item selection using holder in child class extending with it. Answer