Android app development is not difficult if you know how to code in Java. You can develop the apps using various frameworks out there or simply use android sdk tools with eclipse. Though frameworks online are restricted to the web apps, If you wish to develop app for the native system, you have to go with the android SDK instead of all those HTML5 and other respective frameworks out there. [Read more…]
Archives for September 2012
Ruby Conditional Statements and Loops
Conditional statements and loops are very important while learning any programming language. In this tutorial we will see how the statements and loops work for ruby. [Read more…]