Android, evolvability and Comcast
abe-winter.github.io
Android, evolvability and Comcast
1–10 of 71 posts
Re: Android, evolvability and Comcast
#2So here, for posterity, is the original post title, which made me chuckle:
If you like calling comcast you'll love android studioRe: Android, evolvability and Comcast
#3I hope Google gives Kotlin 1st class support in android studio and even pushes it as the default language as it is more pleasant to use in my experience.
Not sure single file creation of an Android app (with a user inferface) is possible/advisable though since the separation of view concerns and logic concerns can come in handy. Gradle can be confusing to a first time user but Android studio does provide a GUI for managing dependencies.
Re: Android, evolvability and Comcast
#4- Single file app: Check
- Super fast rebuild: Check
- Dynamic language (high reusability and one-liners): Check (Use ClojureScript to take this even further)
Re: Android, evolvability and Comcast
#5The solution is called React Native. - Single file app: Check - Super fast rebuild: Check - Dynamic language (high reusability and one-liners): Check (Use ClojureScript to take this even further)
Dynamic language is not necessary the best thing invented, if it were there wouldn't be any other kind of languages.
Re: Android, evolvability and Comcast
#6Re: Android, evolvability and Comcast
#7The solution is called React Native. - Single file app: Check - Super fast rebuild: Check - Dynamic language (high reusability and one-liners): Check (Use ClojureScript to take this even further)
Re: Android, evolvability and Comcast
#8Re: Android, evolvability and Comcast
#9Re: Android, evolvability and Comcast
#10>You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. You are of course free to develop applications for other platforms, including non-compatible implementations of Android, provided that this SDK is not used for that purpose.
Older versions of Android Studio were under the Apache License 2.0, but they seem to have changed that sometime in 2015.