Hey guys, Today I want to discuss an issue that I have been recently facing, and how to solve it….
Read MoreJava
My programming blog Java tutorials
Java Helper Class: BMI calculator, lb to kg converter, kg to lb converter, feet to cm converter, cm to feet converter
Hey Guy’s, Long time no seen. Today I want to share with you Java helper class that I have designed…
Read MoreHow to setup ADT (Android Development Tools) on 64bit Fedora 17 ?
Quick Intro Yesterday I was excited to receive a task to install ADT for Eclipse and Android SDK on my…
Read MoreSWT: GTK_INCLUDE_INFERIORS worst enemy (Sash Widget)
Good day my fellow Developers and Engineers, In my previous post I’ve written about INCLUDE_INFERIORS in Tracker Widget. Today I’ve…
Read MoreJava: How to split Java String with delimeter comma, space, new line, tab ? [SOLVED]
Sometimes it is very important to split a string on a comma n t etc. This piece of code will…
Read MoreJava: How to find Longest String in ArrayList ? [FUNCTION]
While I was playing with Java code, I have coded a class that has method that finds longest String in…
Read MoreJava : How to swap two objects [Problem Solved]
As you might knowJava does not support pointers, thus swapping things around could create problems. In this post I will…
Read More