skip to Main Content

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?

2

Answers


  1. 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

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search