By Unknown Thursday, January 1, 2015 iOS Control How to use Web View to work with static HTML content From developer.apple.com: " A web view object displays web-based content. It is an instance of the UIWebView class that enables you t...
By Unknown Thursday, May 9, 2013 Android ebook Some ebooks to develope android application with some difference ways. There are many types of Android application and of course we are have many ways to develope them. This topic is created to share some ebooks...
By Unknown Monday, April 1, 2013 Android Control How to use preferences in android From Developer.android.com: “ android.preference package provides classes that manage application preferences and implement the preferences ...
By Unknown Thursday, March 28, 2013 Android Control How to create custom Date Time Picker in Android By the original SDK, you can choose the time and date for your app by using DatePicker, TimePicker and Date - TimePickerDialog but there is...