-
Android Core
Android Location Based Services Application – GPS location
With the incorporation of GPS devices in smartphones, Location Based Services (LBS) have become pretty hot the past few years.…
Read More » -
Android Core
Android Tutorials at JavaCodeGeeks
Android is the new hot thing in the mobile world and generally in the software development world. After giving you…
Read More » -
Communications
XMPP IM with Smack for Java applications – Infrastructure for Instant Messaging
This tutorial is the third part of the “Setting up an infrastructure for Instant Messaging” article series. In my previous…
Read More » -
Core Java
Java Best Practices – String performance and Exact String Matching
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to talk…
Read More » -
Communications
Openfire server configuration – Infrastructure for Instant Messaging
This tutorial is the second part of the “Setting up an infrastructure for Instant Messaging” article series. After installing the…
Read More » -
Communications
Openfire server installation – Infrastructure for Instant Messaging
This tutorial is the first part of the “Setting up an infrastructure for Instant Messaging” article series. In this tutorial,…
Read More » -
Communications
Setting up an infrastructure for Instant Messaging – Article series
Instant messaging (IM) is nowadays one of the most used ways of communication and collaboration. In the next few articles…
Read More » -
Core Java
Java Best Practices – Vector vs ArrayList vs HashSet
Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to perform…
Read More » -
Enterprise Java
Sending e-mails in Java with Spring – GMail SMTP server example
For e-mail sending in Java, the JavaMail API is the standard solution. As the official web page states, “The JavaMail…
Read More »