Android custom component development with java

Asked By 10 points N/A Posted on -
qa-featured

Hi there,

I have been working with Java for over 10 years now. I have worked on many mobile platforms and the recent buzz in the development world is android custom component development.

I have heard that the core kernel of android is C and along with its components is also written in C. I really want to dab in the android custom component development scene. So can anyone point me to a tool that will convert Java codes to native C?

Thank you.

SHARE
Answered By 35 points N/A #168209

Android custom component development with java

qa-featured

Hello,

I found a project which is currently in development so you can use it only for testing. Although there is no tool which will convert Java to C on the level where you can read code with no problems. If there is one tool, then those codes would be unreadable for programmers. I don't think there is no better solution than to do it yourself. You can write an application in Java and, using some online tools for comparing source code, convert it manually.

Regards.

Related Questions