https://kotlinlang.org logo
#android
Title
# android
j

Johnny

12/08/2017, 12:58 PM
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

louiscad

12/08/2017, 1:44 PM
I think downloading other applications is the job of the Google Play Store, right?
👍 4
😂 4
j

Johnny

12/08/2017, 1:45 PM
I want to download within the app an asset bundle, I want to access my To Do List from within my app
k

kevindmoore

12/10/2017, 5:36 AM
Then you are talking about downloading data which is really different. Retrofit is a great library for downloading data
j

Johnny

12/11/2017, 8:08 AM
Thank you for the hint