Creating apps for different operating system is not a reliability so for reducing developr work for all devices, the phonegap framework comes into picture with a highly responsive for all devices, write program in Javascript/Jquery and give a build in any platform. So here i am going to demonstrate the "HOW TO GENERATE IOS BUILD USING PHONEGAP IN XCODE". Download latest zip file from the below linkhttp://phonegap.com/install/and save into your desktop(or anywhere).before cre...
Read More
Memory Management iOS In this blog we will walk through very important thing which all iOS developer should always need to take care while developing apps for same.We will see few topics related to this thing which is below :- What is the term memory management? What may happen if we don't do memory management in iOS apps? Why do we need to do memory management? How to do memory management,i.e what all posibilities are there through which we can take care of memory i...
Read More
When we have some binary data that need to send across network, we generally don't do it by just streaming the bits and bytes over the wire in a raw format. Why ?Because some media are made for streaming text. You never know some protocols may interpret your binary data as control characters (like a modem), or your binary data could be screwed up because the underlying protocol might think that you've entered a special character combination (like how FTP translates line endings).So ...
Read More
Have you heard of QR Codes yet? Here is a quick introduction:- QR is short for Quick Response . It is used to take a piece of information from a transitory media and put it in to your cell phone.It is more useful because it can store much more data, including url links, geo coordinates, and text.There are number of way to genarate QR Code in iOS.Here is one of them:- Process of libqrencode integration-You can get libqrencode library from this link:-https://github.com/JohnSlaughter/Mac...
Read More
What is network reachability? Now, you are all set to program your app on the ios device? Here is one last thing which you also need to consider before you start digging it out. Network reachability, have you heard of this term? If not, here is a simple description of what it is. Your application depends on a few external components which are available on the network and can be utilised to grab data, services or any revelant information which are very essential components for your application to...
Read More