These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

need help with how to write an app

Author
Rialen
Modular Design
#1 - 2014-04-06 01:08:07 UTC
Hello,

What I've done so far is created a simple app with a button that launches the eve api support page. Once users login to the api page, they can click install.

What I am trying to figure out is how to capture the data when they click on install. I am just starting to learn android application development (using eclipse and java) so am not very good with it but I suspect this has something to do with the broadcast receiver? Can someone point me in the right direction please.

Thanks.
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2014-04-06 17:47:19 UTC
What you need to do is set up a custom protocol handler for eve:// urls.

That's something I can't help with, as I've barely touched on android development.

http://snipplr.com/view/49930/ may be of interest.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Rialen
Modular Design
#3 - 2014-04-09 02:20:42 UTC
Steve Ronuken wrote:
What you need to do is set up a custom protocol handler for eve:// urls.

That's something I can't help with, as I've barely touched on android development.

http://snipplr.com/view/49930/ may be of interest.



Thank you. I will take a look at it.