Quantcast
Channel: iPhone by Radix
Browsing all 31 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Writing your own SOAP based web service for iPhone

Part 1: Many of the times I have seen that in companies it is expected that the ios developer should know how to develop the web services for their iphone application and iPhone developers after doing...

View Article



Image may be NSFW.
Clik here to view.

Writing your own SOAP based web service for iPhone Part 2

In this tutorial we will have a look at the pending part for creating a web service.Summary from the past tutorial: We will be creating a web service in dot net that will be used to do some calculation...

View Article

Review guidelines from apple

Many a times new developers are not aware about a little secret regarding apple apps and that secret is regarding the apples review policy.Bottom line: It dosen't matter what your client feels abut the...

View Article

Image may be NSFW.
Clik here to view.

Post Image on friends facebook wall

In this post we shall learn how to post image data on facebook friends wall.In my last series of facebook i have explained how to post some text data on your friends wall, well posting an image on your...

View Article

Image may be NSFW.
Clik here to view.

Posting Data to Facebook from iOS 6

In this post we will learn how to post data on facebook using iOS 6.For this tutorial you will need Xcode 4.5.Apple has introduced a new framework called as the social framework with the help of which...

View Article


Image may be NSFW.
Clik here to view.

UIRefreshControl in iOS6

All our clients want to have a basic functionality when its regarding the data display in the table view and that is having a spinner at it’s top. To do this you have the EGORefreshDemo that is...

View Article

Image may be NSFW.
Clik here to view.

UIActivityViewController iOS 6

Sharing is indeed one of the important concepts when it comes to mobile computing people love to share about the recent events in their life. Apple in iOS6 has introduced a class which will help the...

View Article

Updates in iOS 6

A lot has happened in iOS 6 and apple has a document which you may read it from here. The above document will guide you out regarding the changes that has happened in iOS technology.Few of the changes...

View Article


What is a web service and what does it do.

First of all i apologize for writing this post so late i should have wrote it earlier when i wrote my first post of web service.Many Freshers who come in iOS development are keen to know what is a web...

View Article


Image may be NSFW.
Clik here to view.

Solution : Could not Instantiate class named NSLayoutConstraint

Finally I got a project which I can build now with Xcode 4.5 and their was a very interesting bug that I came across.The Bug Scenario: I made an app and as per the client request I wanted to make the...

View Article

Core Data or SQLITE what to choose ?

While I was new to the ios technology I always used to avoid sqlite because many of the syntax does not made any sense to me, so I switched to core data which was beautifully designed by apple and had...

View Article

Image may be NSFW.
Clik here to view.

Steps to create sqlite database for ios application

Most of the application in the ios requires server interaction but there can be times when you would like the application to store data locally. In such conditions you can use sqlite or core data.I...

View Article

Image may be NSFW.
Clik here to view.

Sqlite Database part 2 : Copying the database file from project bundle to...

Before reading this part kindly have a look at my first post for sqlite here.To handle the database there is an in-build library that comes with xcode which is called as libsqlite3.0dylib and if you...

View Article


Image may be NSFW.
Clik here to view.

Sqlite Database part 3 : Inserting Records in Database

Before beginning this post I hope that you have read my earlier two posts on sqlite, if not then please have a look at them first and then you may come here and if you have already done that then lets...

View Article

Sqlite Database part 4 : The Final Code

Before starting with this post i request you to read previous post related to sqliteHow to create Sqlite Database.How to copy database from bundle to document directoryHow to insert record in sqlite...

View Article


Image may be NSFW.
Clik here to view.

Understanding the concept of JSON

When you were a child you used to request chocolates from your dad and he used to buy it for you, really childhood memories are awesome.In todays session we are going to look closely at JSON, which...

View Article

Image may be NSFW.
Clik here to view.

New features of iOS 7

The new features introduced in the iOS 7 are as follows :1. Control Center : Control Center gives you quick access to the controls and apps you always seem to need right this second. Just swipe up from...

View Article


How to jailbreak iOS device

The author of this post is my friend Faisal Mohd, he is one "TECH GEEK" when it comes to Mobile Technologies and he came up with this article on how do you jailbreak the ios device so i would like to...

View Article

Convert NSData into Base 64 string for SOAP services

Currently i was working on a SOAP request and wanted to send a file on the server, i looked at the SOAP request and saw that one of the parameter in the SOAP service accepted base64 as parameter, so i...

View Article

Ping a particular host using objective c

Ping a host and check for reachabilitySo heres the code (Make sure you add the SystemConfiguration Framework in your project before you begin with this)- (BOOL)pinghosttoCheckNetworkStatus{    bool...

View Article
Browsing all 31 articles
Browse latest View live




Latest Images