0
What steps should I take?
I agreed to help this guy create an app for his mens boutique company. I don't have too much experience in developing mobile apps but I just started getting deeply immersed in python. What are some suggestions of how to go about doing this efficiently and what all should I know or keep in mind about completing this project?
4 Réponses
+ 3
Java is needed by you.
+ 2
Google uses Java as the main language for developing Android apps.
+ 1
Java is a good choice:
It is platform independent.
It is fast enough for this kind of app. (Not fast, but good enough)
It’s a relatively easy language. (Not as easy as Python)
It’s syntax is similar to most languages, so if u want to learn a fast language like C++, it won’t be too hard.
0
Python will be useless in mobile apps. The languages are Swift or Objective-C on iOS, and the all powerful Java on Android. I don’t know what is used on Windows Phones.