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 3 of 3

Thread: Is there a way to convert Java GUI Prog.....?

  1. #1
    Junior Member
    Join Date
    Apr 2020
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Is there a way to convert Java GUI Prog.....?

    Is there any way to convert a Java GUI program into an android apk.
    I know Android studio uses Java codes but I have created my program in Netbeans and I wanted to convert the code in an Android apk without passing through Android Studio......Please help!

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Is there a way to convert Java GUI Prog.....?

    Android GUI is nothing like Java Swing GUI. I have had good luck copying non-GUI java code into Android apps but GUI takes a complete rewrite. I have not seen any conversion programs, but there is a lot of stuff out there. However I am skeptical.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Apr 2020
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is there a way to convert Java GUI Prog.....?

    Ok thanks for the reply....I will continue searching for a solution but if you ever get a solution then please do share with me. https://www.javaprogrammingforums.co...ilies/cool.png

Similar Threads

  1. Replies: 2
    Last Post: February 27th, 2014, 02:59 PM
  2. help java prog. adding do{ while()
    By darking123 in forum What's Wrong With My Code?
    Replies: 9
    Last Post: October 27th, 2012, 01:13 PM
  3. help java prog
    By darking123 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: October 23rd, 2012, 05:24 PM
  4. help java prog
    By darking123 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 18th, 2012, 10:38 PM