https://kotlinlang.org logo
Title
p

Praveen Raikar

01/07/2020, 10:42 AM
Hi ...regarding building an android sdk, Is there any specific architecture need to follow or can I use mvvm?
:google: 2
c

czuckie

01/07/2020, 10:46 AM
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

dawidhyzy

01/07/2020, 10:52 AM
Check channel topic first ☝️
p

Praveen Raikar

01/07/2020, 10:55 AM
@czuckie I'am creating a UI framework
z

zhuinden

01/07/2020, 1:01 PM
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