Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
seeking
Old
#1  
Senior Member - OP
Thanks Meter 3
Posts: 237
Join Date: Jan 2007
Default Visual Java IDE?

Hello, I was wondering if there was a sort of visual java programming ide, or pluggin for eclipse perhaps. Something along the lines of how visual basic is set up, where you drag a text box, or drag a button rather than having to straight code it all. Is there anything like that out there that would work with android?
 
tr1st4n
Old
#2  
Junior Member
Thanks Meter 0
Posts: 8
Join Date: Apr 2008
Something like droid draw? http://www.droiddraw.org/

Eclipse is just like visual studio, you just don't have event generators when you double click on stuff and the included XML designer is slightly buggy. good luck.
 
el_bhm
Old
#3  
el_bhm's Avatar
Senior Member
Thanks Meter 32
Posts: 135
Join Date: Jan 2011
ADT pluging has drag and drop capabilities but I stay away from it. Too many screens to support and do it properly via drag and drop.

Straight up java wise I am pretty sure one of the frameworks, either Swing or AWT, had a drag and drop UI.
Wildfire
Using: CM7.2
Testing: akop_light_vX

Code:
@version 1.0.0.4
Project project;
[...]
try{
Nerd.attemptJoke();
} catch (ThatisNotCannonException | ThatIsNotWolverineException | SwivleSwazleException | PizzaRollsException e) {
shout(Shout.LOUD, e);
} finally {
 super.stompFeet();
}
 
Awesoham
Old
#4  
Senior Member
Thanks Meter 18
Posts: 150
Join Date: Oct 2012
Location: Kolkata
Quote:
Originally Posted by el_bhm View Post
ADT pluging has drag and drop capabilities but I stay away from it. Too many screens to support and do it properly via drag and drop.

Straight up java wise I am pretty sure one of the frameworks, either Swing or AWT, had a drag and drop UI.
IDEA 12 has a nice UI designer.

[Your sig doesn't look like valid Java to me ]

Shadowgun: Deadzone Google+ Community
Shadowgun: Deadzone Weapon Stats
Thank me if it helped .. or if you feel nice
Nexus 7 - M-Kernel a32 - ParanoidAndroid 2.99 PIE beta 1

 
javabiker
Old
#5  
Junior Member
Thanks Meter 0
Posts: 6
Join Date: Oct 2012
Location: Jacksonville
Eclipse allows layouts to be developed by drag and drop, which helps in prototyping. Final touches best use hand coding, obviously.

Sent from my SAMSUNG-SGH-I777 using xda app-developers app
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...