• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps java source code to apk (possible?)

Nitish159

Lurker
I had a nokia 5233 with me before I bought an android and I liked an app very much (and I can't find a similar app in the play store). I have got the java source code of the app and now I want to know that is it possible to create an android app with that source code?
And if it is possible, than how?
 
I've moved this to the Application Development forum where you should get more help.:)
 
Most, of the Java code should work with Android, however anything related to the UI will not. There may also be a few classes that are not included in the Android sdk that you will need to adapt to their Android counterparts.
 
Back
Top Bottom