Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: What steps are needed to upload a Java game to tablet/phone (android)??

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question What steps are needed to upload a Java game to tablet/phone (android)??

    Hey,
    I'm a 3rd year student and need to know what steps are involved in implementing a game to a tablet/phone (android touch screen). The idea is to create a touch screen pool game in 2D. To fulfil the implementation it must be functioning on a touch screen device.
    My question is relating to all the steps to fulfil the implementation and has nothing to do with the game as such.
    I've built a game in Eclipse using the java files and it also runs on the Netbeans IDE. I've read about many problems in this area so before I take on the challenge I need to know if it's feasible and achieveable for my project.
    Thanking You,
    Schkan


  2. #2
    Super Moderator pbrockway2's Avatar
    Join Date
    Jan 2012
    Posts
    987
    Thanks
    6
    Thanked 206 Times in 182 Posts

    Default Re: What steps are needed to upload a Java game to tablet/phone (android)??

    Have a look at Android Developers (especially the "Developers" tab) You can download the SDK and there are tutorials, guides, javadocs: the usual suspects.

    As far as getting your program to run on your phone, it's as "easy" as plugging the phone into your computer and hitting "run" in Eclipse. Of course existing code won't be suitable for the platform, but it is a starting point.

    Barbara Hecker has various sets of videos available on Youtube and at least one series deals with installation of the Android SDK/Eclipse and emulators and is uptodate. I wouldn't ordinarily try and learn a technology from videos, but these are comprehensive, accurate and evidently the product of some thought.

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Location
    Texas
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: What steps are needed to upload a Java game to tablet/phone (android)??

    Download astro filemanager onto the tablet if you can access the internal memory copy the .apk file somewhere you can locate it easily. I have a folder off of root called TESTAPK so I can find them. Navigate to the apk from astro and touch it - install your app and enjoy.

  4. #4

    Default Re: What steps are needed to upload a Java game to tablet/phone (android)??

    You can run java apps in android, but you need to convert them in apk. Android doesn't provide full java functionality.

  5. #5

    Default Re: What steps are needed to upload a Java game to tablet/phone (android)??

    I agree with "bparker" for running java application on Android, first you need to convert them into apk.

Similar Threads

  1. hire a java android game wheel of fortune
    By jerry_Fuzzlee in forum Paid Java Projects
    Replies: 0
    Last Post: November 19th, 2012, 07:47 AM
  2. Upload live android webcam video to RTP/RTSP Server
    By Pantu in forum Android Development
    Replies: 0
    Last Post: November 1st, 2012, 05:11 AM
  3. i like to play this game with my phone and i wanted to make a program to help me
    By Imreallyawesome in forum What's Wrong With My Code?
    Replies: 25
    Last Post: August 12th, 2011, 07:34 PM
  4. hey - Mobile phone drinking game
    By pazzy in forum Java ME (Mobile Edition)
    Replies: 9
    Last Post: August 4th, 2009, 09:41 AM
  5. [SOLVED] How to start writing java mobile application?
    By Koâk in forum Java ME (Mobile Edition)
    Replies: 15
    Last Post: July 30th, 2009, 01:52 AM

Tags for this Thread