What are the programming languages that I need to know in order to develop an interactive mobile application like sololearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are the programming languages that I need to know in order to develop an interactive mobile application like sololearn?

27th Aug 2017, 7:31 PM
Iheke Chinecherem
4 Answers
+ 21
Java, XML, SQL + Web Languages
27th Aug 2017, 7:35 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 7
You can pretty much do it in any language but you going to suffer from pain with some of them since some people didnt create/release android development kits for certain languages. (Or i didnt search hard enough) So simpler ones: Java (and kotlin) since you have android studio C#/F#/C++ as you have Xamarin (in visual studios) And some other languages that already have a android development kit released. You need XML to design your U.I, but thats prob the easiest to learn.
27th Aug 2017, 9:39 PM
Wen Qin
Wen Qin - avatar
+ 4
To add to prev answers. You can make such app even with C++ using Qt framework with a great UI markup language - QML. Very similar to JavaScript an IMO more sane then css plus html or xml.
27th Aug 2017, 10:32 PM
Edwin J
Edwin J - avatar
+ 4
Each language has a particular framework that supports that. Search for each.
31st Aug 2017, 3:41 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar