Are the courses of C++ and Python in Sololearn enough to make a simple Android application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Are the courses of C++ and Python in Sololearn enough to make a simple Android application?

The application will have few images and will take input from the user also it will contain some ads of Google Adsense.

30th Jun 2019, 2:56 PM
Debasish Sarma
Debasish Sarma - avatar
5 Answers
+ 12
C++ and python are a good start but the courses provided by sololearn are not enough.
1st Jul 2019, 6:34 AM
Manoj
Manoj - avatar
+ 5
You can run nongraphical python codes with the Android versions of Python, namely QPython3 and Pydroid3. If that's enough for your needs, you can make simple programs that run on your smartphone with what you learn in the Python tutorial here.
30th Jun 2019, 3:14 PM
HonFu
HonFu - avatar
+ 4
No, probably not. But they are an excellent starting point to get comfortable with the language, which is necessary for any real project. For android you will have to learn additional things from different sources. Android Studio, (used for android apps) doesn't support python. For using python you'll have to use other frameworks like Kivy, or you could write it on a JVM (Java Virtual Machine). C++ for android: https://medium.com/androiddevelopers/getting-started-with-c-and-android-native-activities-2213b402ffff Python on a JVM: https://stackoverflow.com/questions/49955489/android-app-completely-in-python Kivy: https://kivy.org/doc/stable/gettingstarted/intro.html Hope this helps.
30th Jun 2019, 3:03 PM
Paul Grasser
Paul Grasser - avatar
+ 2
I doubt it.
2nd Jul 2019, 2:20 AM
Sonic
Sonic - avatar
+ 1
No
1st Jul 2019, 6:01 PM
Suraj Chari