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?
-
-
Answer:
Yes, check out NDK at http://developer.android.com/tools/sdk/ndk/overview.html
Akash Kava at Quora Visit the source
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:
- How to update Android OS on a device through an App?Best solution by Stack Overflow
- How to verify a JWT using python PyJWT with public key?Best solution by Stack Overflow
- How can I access my localhost from my Android device?Best solution by Stack Overflow
- How can I capture the raw audio stream on an android device?Best solution by stackoverflow.com
- how can I write this shell script in python?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.