nitramdemente / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

Request: Callback #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by ksm...@gmail.com on 7 Dec 2010 at 10:10

GoogleCodeExporter commented 8 years ago
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

Original comment by danielsk...@gmail.com on 9 Dec 2010 at 12:47

GoogleCodeExporter commented 8 years ago
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?

Original comment by daniele.gobbetti on 10 Dec 2010 at 10:53