Hi ...regarding building an android sdk, Is there...
# android
p
Hi ...regarding building an android sdk, Is there any specific architecture need to follow or can I use mvvm?
google 2
c
without any details it’s difficult to give you any answer other than “sure, why not”
if you’re creating a UI framework, then MVVM might be good, if you’re writing a networking framework, probably not
👍 1
d
Check channel topic first ☝️
p
@czuckie I'am creating a UI framework
z
i think it is more important for a ui framework to be as plug and play as possible, and therefore i'd just use views + listener interfaces as much as possible -- no viewmodel no magic
👍 5