iPad 2 Rumours/Predictions

In this video from Gadgetmac we give you all the rumours and our predictions for the next generation iPad which is due to be released in April 2011.

In the video we talk about specifications of cameras, FaceTime, Screen Resolution, USB Slots and SD Card Slots as well as much more!

Enjoy the video and post below with your predictions for the next generation iPad.

1 Comment
Share

iPhone SDK Tutorial: UITableView

In this iPhone SDK Tutorial from Gadgetmac we take a look at the UITableView. The UITableView is an extremely useful feature in the iPhone SDK and is used in many iPhone Applications.

In this tutorial I show you how to set up the TableView and add cell titles, disclosure indicator as well as add an action to each cell which in this tutorial is to go to another view.

I hope it helps you out and thanks for watching!

0 Comments
Share

iPhone 5 Realistic Predictions

In this video from Gadgetmac we give you our realistic predictions for the next Generation iPhone. First off we don't actually know what it will be called, possibly the 5, 4G or even 4Gs. 
In the video, we take a look at new features such as iOS 5, a new 64GB model as well as an even higher resolution display. We also feel the next generation iPhone will have a better quality camera and even a larger screen.
Hope you enjoy the video from Gadgetmac.
0 Comments
Share

iPhone SDK Tutorial: App Icons

In this iPhone SDK Tutorial from GadgetMac we take a look at adding icons to your App. The icon of an iPhone/iPad Application is very important as it is the first thing the customer sees when they are thinking of downloading your App.

We start off by making the 512x512.png and 57x57.png in the photo editing program, Gimp. Then we import them into our project where we display them in our App.

I hope the tutorial helps you out and come back to GadgetMac for more iPhone SDK Tutorials.

0 Comments
Share

iPhone SDK Tutorial: Rotation

In this iPhone SDK Tutorial from Gadgetmac we learn how to add Rotation features to your iPhone or iPad Application. Many Apps use different orientations, some are just portrait or landscape however many do both. In this tutorial we show you how to use all 3.

The code is extremely simple and we use the shouldAutorotateToInterfaceOrientation method.

I hope you find the tutorial useful and come back to Gadgetmac for more!

0 Comments
Share

iPhone SDK Tutorial: UIAlertView

In this iPhone SDK Tutorial by Gadgetmac, we take a look at the UIAlertView. The UIAlertView is a pop-up that offers a title, message and a range of buttons. It can also be customised to offer images, videos and a different colour scheme. The UIAlertView is a very useful feature and is therefore used in a range of different Apps. 

The Code for the UIAlertView is very simple and because it is already built into the iPhone SDK, interface builder is not required. You can put the code in nearly any method depending on when you would like the UIAlertView to appear. In this tutorial I put it in the viewDidLoad as I wanted the UIAlertView to appear when the view loaded.

0 Comments
Share