How to make Android App from existing JAva Code? -


i have multiplayer chess program , wanted know if there easy way make app it. if worth android sdks on eclipse, have code whole thing again or can use java code making app?

it depends on libraries you're using in game , support in android.

if use java existing implementation, you'll hopefully, have write ui bits, , erst of logic should work.

if desktop app you're trying port, may have performance issues (given you're running on mobile device now), there changes necessary.

if you're using graphics libraries, check support on android. libraries have reputation of having issues on android.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -