What is React native? React Native is used to create native apps with JavaScript, whereas your application is fully native but user interface design and logic was written in JavaScript using React.js and it is a open-source framework like phonegap. In the PhoneGap and Apache Cordova used DOM for rendering, it is the main reason for slow … [Continue reading...]
UIAlertController iOS 8 using Swift
UIAlertController introduced with iOS 8 with the replacement of UIAlertView and UIActionSheet, yes this two methods are deprecated in iOS 8 UIAlertController object used to display alerts and actions sheets to the user, Switching between an alert or action sheet is done by setting the preferred style when creating the controller. If you are a … [Continue reading...]
iOS UIPickerView Example using Swift
UIPickerView Example Introduction In the Previous example we have learned about how to implement iOS DatePicker Example using swift. UIDatePicker is the Custom subclass of UIPickerView .In this tutorial we will see about how to implement UIPickerView Example using swift. UIPickerView object is used to show the one or more set of values … [Continue reading...]
iOS DatePicker tutorial (UIDatePicker) using Swift
iOS DatePicker control introduction In the Previous tutorial we have created UISegmentedControl example, now in this project going to implement about how to create a "iOS DatePicker" example using swift. UIDatePicker object using to select the specific date and time. If you are a documentation lover, you can read the UIDatePicker apple … [Continue reading...]
UISegmentedControl example using swift in ios
UISegmentedControl example introduction In the previous tutorial i have explained about working with UISwitch, in this "UISegmentedControl Example" tutorial going to explain about creating UISegmentedControl. The iOS segmented control is a UI component that is used to display, in a compact UI with serious of segment options for the user to … [Continue reading...]
UIWebView example using swift in ios
In the Previous ios webview example I have explained about creating ios webview using objective-c, but this tutorial we are going to learn about creating and implementing the uiwebview example using swift programming language. UIWebView object is used the load and display the web content into your application, safari browser is the primary … [Continue reading...]
ionic framework and cordova or phonegap – getting started
What is ionic framework ? ionic framework is a open source html5 framework for developing highly interactive apps using mobile optimized html5, css and js components, build with Sass and optimized for Angular JS. ionic is mainly focused look and feel UI interaction of the app it closely resembles native mobile counter parts, and … [Continue reading...]
UISwitch Tutorial using swift in iOS8
UISwitch Tutorial introduction The iOS switch control is like a real time electronic switch . UISwitch class is used to create and manage on/off state of the buttons, this UISwitch on/off state is represented by boolean object, you can see the example of uiswitch in ios settings app like Auto-Capitalization, Auto-Correction, … [Continue reading...]
Multi-Device Hybrid apps using visual studio Cordova – Getting Started
Microsoft announced to adding support for popular Apache Cordova framework from visual studio so user can easily build application for iOS, android, windows phone and windows platforms, this makes every hybrid application developers to be happy. I hope most of them already known about the Apache Cordova, still you not heard about Apache Cordova, … [Continue reading...]
UIWebView example (iOS webview) using objective c
Some applications need to display online web content, for iOS development that needs "UIWebView" to display online sites as well as local html files.In this tutorial we will see how to create "uiwebview example" using objective-c. Open XCode, create a single view application using File --> New --> Project, select as universal … [Continue reading...]
visual studio cordova plugins for cross-platform mobile apps
As per present market, mobile application development is hot trend in the software industry.Growing number of mobile phone and tablets is the proof that this field will reach the top position in the software development. But mobile development having different platforms like iOS, Android, windows, etc. Customer eager to develop their business … [Continue reading...]
Recent Comments