My first android app
Today I’ve completed developing my very own android app. It’s a converter for currencies, distances, weights, temperature; For currencies it retrieves the exchange rate from a web server at runtime and calculates the result.
Managing application configurations using the Java Properties Class
Using java.util.Properties class a developer can manage application configurations. The Properties class extends the java.util.HashTable class, which manages key/value pairs of both the Object class. The properties class maintain similar key/value pairs of Strings. The keys represent the ‘name of the property’ whereas the value represent the ‘value of the property’. The Properties class provide [...]
Concurrent Versions System
Concurrent Versions System aka CVS is an open source version control system. It basically keeps track of all changes in a set of files. It is a must have, if more than one developers work on an application. The CVS consists of a Server and a client machine, although both can be on the same [...]
Synchronize Contacts between iPhone, Windows Mobile, Symbian 60 phones & Google
A step by step guide to synchronize contacts between your mobile phone (iPhone, Windows Mobile, Symbian -Nokia) and Google. Just sync your contacts to google to store them for life, even if you lose your mobile phone you won’t lose your contacts. Also transfer contacts from one phone to another by synchronizing with Google.