my app is sideloaded which means it is not on google play store. when it comes to update, it requires users to manually download the apk and replace the previous.
is it possible that I can have majority of my code on my server and have app to pull then update itself? app would only have limited code in order to pull source code from server and all the necessary settings/permissions in manifest. this way I'll not need to send out a new apk too often.
i found similar example here and someone mentioned about dalvik, but I have no clue how those work...Can someone please tell me if this is doable? and with some examples.
Thanks