How to write Android Programs in Python?

If android is just a Linux machine , then can we write apps for it using python or  c++ and have it installed on the android device and use it as any other app on the android device?

Akash Kava at Quora Visit the source

Was this solution helpful to you?

Other answers

You can write an application partially in C++ using NDK but ultimately you will have to write the UI code using Java which will use underlying DVM. Though now there exist a Native activity but it will still call DVM UI APIs under the wrapper. If you want to go purely native then probably you will have to design the whole UI Subsystem using OpenGL  which I think is not feasible.

Akbar Ahmad

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.