My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 65: Request: Callback
2 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by ksm...@gmail.com, Dec 7, 2010
This is a request for an enhancement:

I'm thinking of using mixare as a part of a location based game. I'm trying to avoid using the sourcecode to develop my enhancement myself, because i think other deveopers could use them as well.

In the json format there are the following parameters:

"has_detail_page": "1",
"webpage": "http%3A%2F%2Fwww.suedtirolerland.it%2Fapi%2Fmap%2FgetMarkerTplM%2F%3Fmarker_id%3D2827%26project_id%3D15%26lang_id%3D9"

I would like to have some feature where i can tell mixare to send a callback to my launcher application instead of opening a webpage. There is a way to do this, but this is some kind of dirty. I can use some kind of pseudo protocol like myapp://url.goes.here/infoaboutpoi and then associate this protocol with my app. But going myapp -> mixare -> browser -> myapp seems to me like too much of a workaround.


Dec 8, 2010
#1 danielsk...@gmail.com
HI ksmwsk,

Is it possible for you to enhanced this myapp protocol work around(even if it is dirty) , I'am stuck 
I've what to use android owm browser to stream video.. instead of mixare own viewer 

best 
Daniel
Dec 10, 2010
Project Member #2 daniele.gobbetti
I think the most clean way to do it is:
- your launcher app register itself as an intent receiver
- we find a way to specify the intent in the "webpage" field (of course it could not be called "webpage" anymore ;-) )

What do you think?
Labels: -Type-Defect Type-Enhancement

Powered by Google Project Hosting