We are going to create a basic iOS 7 application which will give us the basics that every iOS developer needs to know. In our app the first page will have 2 buttons “ Fire” and “Water”. On click of…
Diving into the iOS world!
Now developing an iOS app is not hard. In fact, there are numerous tools that make developing your own iOS app easy and fun. Armed with a little knowledge and these tools, you too can learn to code iOS apps.…
XE4-True Native development
On 22nd April 2013 Embarcadero releases “Rad Studio XE4” claiming it could create true native apps for Windows, Mac and iOS thus one to target PC, MAC, tablets and Smartphone devices. True native apps provide more control, tighter security and…
Java – The Basics
Java When we hear it first thing that comes into our mind is Platform Independence and Object oriented programming. So now let us see what is actually present in java programs (Structure). package PackageName; import Statements; class classname { variable…