Home > database >  Is there a way to use python in android applications programming?
Is there a way to use python in android applications programming?

Time:02-10

I am working on an application that uses eye-tracking technology to detect eye movements.. what I want to ask, is there any way to use python to develop Android application? or integrate it with android studio?

and what is best language to develop an application with an eye tracking feature?

CodePudding user response:

You can use a few languages. Kotlin - to create UI C - to create native lib If you want to detect something you can use tenderflow

CodePudding user response:

Try these platforms for Python Android Development:

  1. QPython
  2. PySide

It is possible to develop Android apps using Python, but won't recommend it as it won’t be as efficient as Android apps that are developed by using Java or Kotlin.

  • Related