Why KIVY is not recommended?

it is because all the android developers prefer to use java . most of the mobile software is developed using an android studio or kotlin which uses java. it is more portable and has more functionalities than kivy which is based on python. note that kivy doesn’t support python 3.8.

Read more

Is KIVY better than Django?

Both are worth learning . Django is used for making web apps (and web APIs) with python. Kivy is used for making mobile apps with python. Both are typically used for different reasons, you could even use them together (A kivy app with django as a backend).

Read more