I
I
Irina2019-06-06 14:38:20
Python
Irina, 2019-06-06 14:38:20

Is it possible to write a decent Android application in Python?

I'm learning Python on my own. There are several telegram bots that are used by hundreds of people every day. It's time to move to a new level :-)
I met kivy .
Can you tell me how realistic it is to create a quality Android application in Python with kivy? Or is it better to learn another language for these purposes? Recommend to a beginner developer :-)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Eugene Wolf, 2019-06-06
@Wolfnsex

Can you tell me how realistic it is to create a quality Android application in Python with kivy?
It all depends on how quality is measured.
Or is it better to learn another language for these purposes? Recommend to a beginner developer :-)
Taking into account the fact that the main (I would even say "native") language of Android is Java, I think that programs in any other language are unlikely to be as high quality as programs written in Java. And not because Python is somehow "worse", but because it is not supported by the platform (at least I have never heard of such support) "out of the box" and all programs written in this way will either be translated into Java code, or work through some kind of "laying", which in both cases does not add "quality" to them.

A
Andrey Smirnov, 2019-06-06
@GameDev_Easy

For Android, there are two options - Java and Kotlin.
Java is a classic,
Kotlin is a new [budding] language

P
peshenka, 2019-06-06
@peshenka

Can. The framework is solid, it is a pity that it is not very popular.
And his dock is very good

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question