Opening yelp deep link from android app -


i using following code , not opening yelp app:

    string uristring = "yelp://biz/" + "some name";      startactivity(new intent(intent.action_view, uri.parse(uristring)));  

instead says

could not execute method of activity !

any pointers?

the answer being, call http url of yelp page, ask whether open in yelp app if pre-installed. else , open in browser.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -