Playing console games is another great experience with the bigger screen of recent Apple iPhone 6 and iPhone 6 Plus you will even have a more improved gaming experience. Also like playing the console games on your iPhone, iPad or iPod the installation of PlayStation and the N64 Emulator is […]
How To
How to take a screenshot on your Android Wear
There can be many reasons you would want to capture screenshots of your wearable face. And also wearable like Android Wear have made the option available for this. But as it seems a simple task on paper the real user experience have been much different. There has been much hassle […]
Video shows how to crash your friends whatsApp remotely with a single message
A new bug has been reported in WhatsApp, a famous messaging app, which can let anyone crash WhatsApp application your mobile by just sending a message containing more than 2000 words all special characters. This bug was discovered by two teen Indian security researchers Indrajee Bhuyan and Saurav Kar. Read […]
WatchKit : How to make an Apple Watch app in 50 minutes
While Apple fans are waiting for Apple Watch to launch, iOS Developers have already started developing apps for Application watch with the help of WatchKit released recently by Apple. And not only the developers are in the race of making apps but different trainers have also introduced courses on Apple […]
How To Fetch and Parse JSON Data — iOS Development
In Previous Tutorials, Tutorial 4 and in Tutorial 5 when we need data we created out local NSArray and accessed it. But mostly in real life application, your data would be on some server and you would access it through web service it can be JSON,SOAP or XML. So, now […]
Apple Pay : How does it work
With the release of iOS 8.1 Apple officially launched its new payment feature of Apple Pay. Now the users of iPhone 6 and iPhone 6 Plus can use Apple Pay and make payments with their cell phones without using credit cards. Although only hand full of retailers are accepting Apple […]
How to increase the Battery Life on Apple iOS 8
You can increase the Battery Life on iOS8 Apple announced its iOS 8 with its new iPhone 6 and iPhone 6 plus. The both new smart phones are state of the art and the best of the Apple so far, with their great camera, smart and competing size and also […]
How to develope a Tableview – iOS Development with Xcode
Table View In Tutorial 3, We Added another View to Storyboard now come to Tableview. Table view one of the mostly used Tools during iOS development. As the name suggests Table view is used to show a listing of similar data in an organized manner.In blows screenshot you can see […]
iOS Development with Xcode – 3
Adding another View to Storyboard In Tutorial 2, We createt UI Objects by code and worked on UIButtons and labels now lets add another View to Storyboard. In real life application you would definitely need more than one View to make your application and in Xcode 5 its very easy […]
iOS Development with Xcode – 2
In Tutorial 1 of iOS Development with Xcode We covered some basic concepts and we Simply made a little Label and wrote our desired text Hello World in it. Now let Write something else in this Label by code. First enable split View in our Xcode as shown in the […]