-
Android Core
Android Fragment Lifecycle – multiple screen support
Fragment lifecycle is an important aspect to take into account before using fragments. Every developer, that wants to develop an…
Read More » -
Android Core
Fragment in Android: Tutorial with Example using WebView
In this post we want to explain how to use fragment in Android with a real example. In the last…
Read More » -
Core Java
Java Security Tutorial – Step by Step guide to create SSL connection and certificates
In our series of articles on applying JEE security we present you another detailed tutorial on how to create a…
Read More » -
Agile
5 Common User Story Mistakes
User stories are a simple, yet effective way to communicate how a user or customer employs a product. But writing…
Read More » -
Core Java
GC Memory Visualizer Tutorial – Part1
As you may have read from past articles, one of the key Java programmer skills to acquire is your ability…
Read More » -
Enterprise Java
MOXy is the New Default JSON-Binding Provider in GlassFish 4
GlassFish 4 is now available offering the complete Java EE 7 (JSR-342) platform. EclipseLink made some major contributions to this…
Read More » -
Enterprise Java
Java testing with Selenium and dynamic ids in html
One of the cool aspects of Selenium, is that not only can you record yourself using a site, you can…
Read More » -
Enterprise Java
Taming the JMX on WebLogic Server
Let assume couple things first: I assume you have heard of Java’s JMX features and familiar what it does (expose…
Read More » -
Enterprise Java
Parsing ESPN API using Java and Google GSON
For my first post, I’ll explain how to parse the ESPN API. The API documentation can be found at http://developer.espn.com/docs.…
Read More »