XML Parsing using NSXMLParser in Swift

Posted on Leave a commentPosted in iOS

For your reference, you can download the complete Xcode project from GitHub. Steps: (1) Create Swift Project (2) Declare Variables in ViewController.swift file : Now, declare some variables which we want to parse from XML file or Used in our Project. For variable declare in Swift Programming write below code : (3) Implement NSXMLParser Delegate […]

App Verification from website

Posted on 1 CommentPosted in Android

We can share the app using website link and now we also check theĀ app installed from sameĀ link. In addition to using intent filters to declare an association between your app and a website, your manifest must also include an additional declaration for requesting automatic verification. When this declaration is present, the Android system attempts to […]

Latest Version Swift 3.0

Posted on Leave a commentPosted in iOS

Apple has released latest version of Swift, the programming language use to create OS X and iOS apps. Swift 3.0 is now available as part of the Xcode 8 beta. New Features All function parameter have labels by defaults. Attribute arguments use a colon. Switch case with multiple patterns have new functionality. Line control statements […]