Hello guys, I'm really new to Android Studio and K...
# android
j
Hello guys, I'm really new to Android Studio and Kotlin. Could anyone help me with some questions. I want to make an application from which you can download another application: An application manager in which I could download a To Do list if I want, or an Weather app. Anyone has any hints for me on how I should be doing this?
stackoverflow 8
l
I think downloading other applications is the job of the Google Play Store, right?
👍 4
😂 4
j
I want to download within the app an asset bundle, I want to access my To Do List from within my app
k
Then you are talking about downloading data which is really different. Retrofit is a great library for downloading data
j
Thank you for the hint