abhi007tyagi / Android_Dialogflow_Chatbot_Library

Android Library to easily integrate Dialogflow based chatbots into an existing application with Chat screen.
Other
12 stars 6 forks source link

MVVM with livedata #8

Open 4nakin opened 3 years ago

4nakin commented 3 years ago

Can you make a version of this library with MVVM + Livedata pattern?

abhi007tyagi commented 3 years ago

@4nakin I had the same thoughts today :) I am still learning MVVM and other latest jetpack components.

4nakin commented 3 years ago

@abhi007tyagi one more question, is it possible to replace scrollview in ChatbotActivity with RecyclerView for better performance when the chat history getting larger. Could you push an update ?

abhi007tyagi commented 3 years ago

@4nakin that is a good idea. But it will require some major change. You can do it at your end. and create a merge request. If it worked, I will add it.