How can i programme an android app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i programme an android app

13th Feb 2018, 5:08 AM
AMAN CHAUHAN
AMAN CHAUHAN - avatar
2 Answers
+ 1
Native Android involves Java and the Android SDK. As mentioned on your other question, you can use other languages that will convert to native Android using C# with Xamarin and JavaScript with React Native. You could also use some of the Cordova based frameworks to build hybrid apps using HTML, CSS, and JavaScript. These apps are not converted to native. Rather, they run in a shell that works like a browser client for client apps.
13th Feb 2018, 5:19 AM
David Carroll
David Carroll - avatar
+ 2
You can use java/kotlin, kotlin is rising in android atleat what I read, you can use reactnative/redux, also flutter/dart,iconic is also a option
17th Jan 2019, 7:26 PM
Markpeach96
Markpeach96 - avatar