This site requires JavaScript, please enable it in your browser!
Greenfoot back
-nic-
-nic- wrote ...

2012/6/30

APP'S

-nic- -nic-

2012/6/30

#
I would like to no if it possible to create a android app using the exported .jar. If not is it possible to use the code i have wrote to make a app?
MatheMagician MatheMagician

2012/6/30

#
I am fairly certain no, but just wait until one of the developer's answers.
MatheMagician MatheMagician

2012/6/30

#
I could be wrong.
-nic- -nic-

2012/6/30

#
ok thx:(
MatheMagician MatheMagician

2012/6/30

#
I looked back at the forums and i found this http://www.greenfoot.org/topics/find/4405#post_4405 I think that makes your first answer a definite no and your second answer you would have to recreate about half of your code. Believe me I feel for you, I wanted to program android on greenfoot to:<
nccb nccb

2012/7/1

#
There are two main issues in terms of Greenfoot->Android. One is technical: We would need to port across the Greenfoot libraries to Android. That's a bit of a work, but it's doable. The other is an interface/API issue: all the desktop Greenfoot scenarios are written to use mouse and keyboard. On a phone, you instead have touch. So you'd need to write your scenarios differently to take different input -- or in fact, really, you end up making different scenarios on different devices (Fruit Ninja doesn't make much sense with mouse and keyboard; things like FPS games make no sense with touch). That would mean adding to the Greenfoot API to support touch, and the whole thing just becomes a bit of a headache. I'm not ruling it out, but there are several reasons why we haven't done it yet.
-nic- -nic-

2012/7/1

#
i have made the game reactions in mind of android the pixel count is the same as a sony experia x10 i havent used the keyboard just mouse and i kept it simple.. ill look at the link mathe said but ill try other routes thanks though.
You need to login to post a reply.