+ 1
What is the best environment and language for developing databased applications for Android
I have worked in multiple languages for developing desktop applications such as vb, c#, cpp. now I want to start programming applications for Android. what is your idea about environments and languages for this. thanks for attentions
3 Answers
+ 9
Kotlin.......Nowadays Android apps are designed through Kotlin......Apart from Kotlin u must have knowledge about java and JavaScript also.....And talking about IDE then fr me Android Studio 3.0 is best......
+ 2
Android Studio is the officially recommended IDE, as far as I know. It sucks in some ways (it's slow for example) but my guess is that it has the best support and most tutorials.
0
so, Android studio is #1 for this. but about language it's a bit harder to decide. I need to read and more about Kotlin. could we access Sql-based databases in this language? or what is best language for this purpose?