Android ApplicationsAll the information you could ever want about Android Applications. Learn about apps and get help with them... all here! New apps can be found and announced in the Applications Announcements forum linked below.
New App and would like to hear some suggestions :)
Hey everybody,
I've started working on a new Android App Project - details are still secret though, sorry.
Actually it is already working for normal PC Browser, but it turned out, Android Browsers arent as handy as I thought. (Never had a Smartphone so far...)
The main problem is to create a method to pass the content or maybe even just the URL to an App or a Webservice. At the moment for PCs this is realized with a Javascript-Bookmarklet, but as far as I read, some Android Browser dont even support them - let alone the Bookmarking itself, that is horrifying to get working.
So I thought about adding a Button somewhere in the Browser - likely to the Adblock Button in the Firefox URL-Bar. But after all this seems to be really troubling aswell, the Browser wont like adding custom Buttons in there that much, and the varity of Browsers doesnt help that much either. We just need an Activitycall out of the Browser, cant be that difficult, can it?
Last opportunity seems to be developing a whole Browser, just to implement that Button - doesnt seem to be that handy. The vast majority wont install and use a completly different Browser for one single feature aswell.
After all the idea still worth troubling with it, I would love to hear some suggestions, maybe someone out there knows the problem and have been there already.
I've started working on a new Android App Project - details are still secret though, sorry.
Actually it is already working for normal PC Browser, but it turned out, Android Browsers arent as handy as I thought. (Never had a Smartphone so far...)
The main problem is to create a method to pass the content or maybe even just the URL to an App or a Webservice. At the moment for PCs this is realized with a Javascript-Bookmarklet, but as far as I read, some Android Browser dont even support them - let alone the Bookmarking itself, that is horrifying to get working.
So I thought about adding a Button somewhere in the Browser - likely to the Adblock Button in the Firefox URL-Bar. But after all this seems to be really troubling aswell, the Browser wont like adding custom Buttons in there that much, and the varity of Browsers doesnt help that much either. We just need an Activitycall out of the Browser, cant be that difficult, can it?
Last opportunity seems to be developing a whole Browser, just to implement that Button - doesnt seem to be that handy. The vast majority wont install and use a completly different Browser for one single feature aswell.
After all the idea still worth troubling with it, I would love to hear some suggestions, maybe someone out there knows the problem and have been there already.
Greetings,
mats
So your essentially trying to get a hyperlink/bookmark to launch an app from the webpage, unless I'm miss understanding? Seems that if your app is going to be web based it would be much easier to do the app in webview with a menu.
So your essentially trying to get a hyperlink/bookmark to launch an app from the webpage, unless I'm miss understanding? Seems that if your app is going to be web based it would be much easier to do the app in webview with a menu.
Ah, that WebView thing kinda look cool already, I was looking for somethink like this already.
And yeah, I could also develope it web based at all, but how do I call to that web-based App from within any page of any Browser? Theres still a lack of that one button - or sth like that - to start it, isnt it? Maybe that question is just dumb at all, as I'm not that familiar with it so far, but that doesnt solve the hyperlink/bookmark problem?
Ah, that WebView thing kinda look cool already, I was looking for somethink like this already.
And yeah, I could also develope it web based at all, but how do I call to that web-based App from within any page of any Browser? Theres still a lack of that one button - or sth like that - to start it, isnt it? Maybe that question is just dumb at all, as I'm not that familiar with it so far, but that doesnt solve the hyperlink/bookmark problem?