List/Grid Tag Archives: Eclipse

Eclipse Memory Analyzer (MAT)
In times past, when it came to tracking down sporadic memory problems in a complex Java application, it required using a commercial product such as JProbe or a lot of painful and ...

What to do with IDE project files
Each IDE generates its specific project/config/build files. Eclipse generates .project and .classpath, and also the .settings directory. IntelliJ IDEA has its .iml files. And it is ...

Eclipse: How attach Java source
In Eclipse, when you press Ctrl button and click on any Class names, the IDE will take you to the source file for that class. This is the normal behavior for the classes you have ...

Android Full App, Part 7: Using options menus and customized dialogs for user interaction
This is the seventh part of the “Android Full Application Tutorial” series. The complete application aims to provide an easy way of performing movies/actors searching over the internet. ...

JAX–WS with Spring and Maven Tutorial
Spring framework provides remoting support for web services via JAX–WS, in fact, as stated in Spring reference documentation, there are three ways of exposing Spring POJO services ...

Android Full App, Part 6: Customized list view for data presentation
This is the sixth part of the “Android Full Application Tutorial” series. The complete application aims to provide an easy way of performing movies/actors searching over the internet. ...

Android Full App, Part 5: Launching new activities with intents
This is the fifth part of the “Android Full Application Tutorial” series. The complete application aims to provide an easy way of performing movies/actors searching over the internet. ...

Android Full App, Part 4: Performing the API request asynchronously from the main activity
This is the fourth part of the “Android Full Application Tutorial” series. The complete application aims to provide an easy way of performing movies/actors searching over the internet. ...

Android Full App, Part 3: Parsing the XML response
This is the third part of the “Android Full Application Tutorial” series. The complete application aims to provide an easy way of performing movies/actors searching over the internet. ...

Android Full App, Part 2: Using the HTTP API
This is the second part of the “Android Full Application Tutorial” series. The complete application aims to provide an easy way of performing movies/actors searching over the internet. ...

