Answer the question
In order to leave comments, you need to log in
Which of the two languages is better for a helper application: Python or C++?
I know the Python programming language and the basics of C++ (I also know MySQL databases).
Recently there was an idea to create an assistant / reminder / diary with plans and similar interesting features. I want to write for Android, on my phone, so that such an application is always available.
What language is best for this? And is it possible to include artificial intelligence here, which will keep track of time and respond with a voice, or is it too fantastic?
Answer the question
In order to leave comments, you need to log in
For Android development: Java, Kotlin, Dart (Flutter), now Kotlin is in trend
You can move part of the logic to the NDK (C ++), but you still can’t do without Java or Kotlin. And for this task, it is clearly not needed.
To track time and voice acting, you need to know the corresponding Android API (a couple of hours of studying the documentation).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question