+ 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.
5 odpowiedzi
+ 12
C++ and python are a good start but the courses provided by sololearn are not enough.
+ 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.
+ 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.
+ 2
I doubt it.
+ 1
No