Friday 28 June 2013

Use of IPhone URL Schemes

// Here is the example of how to Use of IPhone URL Schemes.

// How to use it ?

// IPhone URL Schemes is very easy and very helpful to use.

// This page centralizes code samples for URL schemes available in many iPhone applications, not only in Apple's but in many others. It also includes programming tips and references about implementing apps registering or consuming URL schemes. 

//Below link is very helpful to developer

 http://wiki.akosma.com/IPhone_URL_Schemes#SMS 

In example we can easily open below iPhone Application

            1)  Open Maps
            2)  Open SMS
            3)  Open Dialer
            4)  Open YouTube

            5)  Open App Store / Market
            6)  Open Skype
            7)  Open Gmail
            8)  Open Safari
            9)  Open Music
          10)  Open iBook


But for that we have application install in iPhone.

Otherwise it can not open.

Test that application in phone not a simulator because in simulator you get less idea compare to phone.

So check it in LIVE DEVICE.

Sample code for how to use  iPhone URL Schemes available on GIT : )

 https://github.com/dharmik/URLSchemes

i) snap :)


                                                       ii) snap :)
                                                                                                              iii) snap :)



Friday 21 June 2013

Use custom JSON file in ALLOY



// Here is sample code of how to use custom JSON file in alloy

// In this code there is simple map functionality is available in that map all the coordinates like

1) Longitude
2) Latitude
3) Name

All above parameter are coming from Custom JSON file.

So We can easily Create custom json file and also pin it to MAP.

Sample code is available on Git.

Here is LINK :)

https://github.com/dharmik/Custom-JSON-File

Snap-Shot :)

Tuesday 11 June 2013

Get Profile Detail With The Help Of Gravatar E-mail Address .

// With the help of Gravatar email address you can get its Profile Detail like
  • Name
  • Profile Pic
  • FamilyName
  • FullName
  • Location
 // So no need to take profile detail from user if user have gravatar account. :)

CODE :)
https://github.com/dharmik/Gravatar-ProfileDetails


Helpful Link :) 
https://en.gravatar.com/site/implement/profiles/json/