<p>For lots of reasons which mostly have little to do with technology, Android development is tied to Eclipse. But Eclipse is not the only Java IDE. You can do Android using NetBeans and now there is a layout addon making it even easier to use.</p><p>NetBeans is open source but under the control of Oracle and, as Oracle and Google don't get on too well, Eclipse is the preferred IDE for Android development. NetBeans, however, has lots of nice features and many dedicated users. Eclipse supports Android by way of a number of plugins and NetBeans has a plug-in architecture too.</p><p>A community driven project - NBAndroid - has been working on making it possible to build Android projects using NetBeans. Until recently, however, you have had to build the UI in text using XML.</p><p>Now there is an early version of a layout preview addon. This isn't quite as good as an interactive designer, but at least it lets you see what your UI code creates quicker than having to do a complete run of the application. It is also a step on the road to a full designer.</p><p><a href="http://www.i-programmer.info/news/193-android/4938-netbeans-does-android.html">Keep reading...</a></p>