here it is <https://github.com/Odaym/Kleverbot>
# android
o
s
repository.talkToBot(“CC3enJ_PpO4o01bcYzIWb3Q8zYA”, messageET.text.toString()) you shouldn’t keep your API key in activity. You can store it into your build.gradle file (or another place)
Also consider using RecyclerView for your messages
o
the UI has zero work done on it, I’m looking for issues that have to do with Kotlin, how the repository is done, is it even correct, because im looking to make this MVP as well after this part is done
k
try MVVM; it is a good way to change ui without modifying too much logic code