Programming Android apps in jython
Asked 07 September, 2021
Viewed 1.5K times
  • 50
Votes

The other day I came across a Python implementation called Jython.
With Jython you can write Java applications with Python and compile them to pure Java.

I was wondering: Android programming is done with Java.
So, is it possible to make Android apps with Jython?

7 Answer