• 2016/06/-14.jpg

    Ajax country, state, city dropdown using php & mysql

    Friday, June 24, 2016

    First you need to create database with three table as country, state and city. state table has relation with country table and city table has relation with state table. Country State City tabel CREATE...

  • 2016/06/-43.jpg

    Capture Signature Android

    Friday, June 10, 2016

    In this tutorial, You can draw signature in your android device. I am providing a SignatureView class which helps you to draw signature and capture image. 1. Create class “SignatureView.java” public...

  • 2016/06/sliding-menu-140.jpg

    Sliding Menu

    Friday, June 10, 2016

     Create Android Application Project  In your activity_main.xml file, Add LinearLayout with following content First Child of the linear layout is for menu. You can change the width of menu...

  • 2016/06/internationalization-localizing-an-ios-app-105.jpg

    Localizing an iOS App

    Thursday, June 09, 2016

    Basically Internationalization is the process of translating an iOS application in different languages. It is a two step process. First you have to prepare your app by separation all user-facing text that...

  • 2016/06/-121.jpg

    Display Route between 2 points on Map

    Tuesday, June 07, 2016

    It was not possible to determine route between two points before iOS7. But iOS7 has come with enhanced feature to allow user to determine route between two points. iOS7 has come with the classes MKDirections,...

  • 2016/06/locate-user-on-map-77.jpg

    Locate user on map

    Tuesday, June 07, 2016

    The main purpose of this tutorial is to describe how to find user’s current location and locate it on the map with pin. Apple provides MapKit API to deal with built-in maps and pin a location. Lets...

Let's Think together, Say Something !