Archive | Java RSS feed for this section
Java basics : if else while do for

Java basics : if else while do for

if, probably one of the most typed things in programming. It is basically a question.

For example, is bob a mango?

Continue Reading

Android tutorial 1 – Basic Button

Last time I posted, it was with the iphone tutorial on how to make a iPhone app that changes a text field to a value once a button is pressed. Well I am here once more, but this time it is with Android!

Continue Reading
Time zone conversion in java

Time zone conversion in java

Welcome lonely wanderer, you have stumbled upon the knowledge for timezone handling in the Java catacombs. This has been tried and tested and works on Android to so hopefully this will help you with the tricky task of server datetime -> local device datetime.

Continue Reading

Java Basics: Programming & developement Lesson 1

So you want to learn a new programming language, improve upon on or want to work in a more constructive way. What do you do? How do you begin? Most projects fail due to lack of foresight and design, they skip out of the design phase a little too quickly, for large projects to even [...]

Continue Reading