Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Don't know if anyone can help me with this or if it's even possible. But I would like to open the standard maps application on a device from my own application showing the user's current location.
Any advice/tutorial where I can get information would be great.
Thanks in advance.
Shaw
Look at this site: http://developer.android.com/guide/appendix/g-app-intents.html.
There's a simillar question here: Launching Google Maps Directions via an intent on Android
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am trying to put an additional button on what's app. Is there any possible way to install add ons on the whats app and perform the functionality from custom built apps. I tried to google alot but could not find any appropriate way of doing so. I would really appreciate if any body can give me any direction on how can I do so? Following is the app which works just like the way I am trying to do in whatsapp.
https://play.google.com/store/apps/details?id=com.androidsx.smileys
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
What software is being used successfully to develop android apps and not get caught up in rights nightmares? I want to be able to sell/distribute freely.
Any input would be appreciated, thanks.
You can read the developer documents here: http://developer.android.com/tools/sdk/eclipse-adt.html
If you code the app all yourself you will not have any issues.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Ater watching this amazing presentation http://www.infoq.com/presentations/Riak-BucketDB-Mobile by Kresten Krab Thorup about using Riak in mobile i tried to find some information about Riak mobile client - BucketDB accross the internet or github but couldn't find anything.
Can someone clearify this for me? Where can I download BucketDB, read about it, etc?
I would suggest reaching out to Trifork, who wrote the code. I don't believe it has been open sourced.
You could also ask Kresten himself on Twitter: #drkrab.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Now Google translate API is a paid service. i am trying to create a language translator app for a text input data. Basically i need to translate an English text/sentence to Hindi. Without using Google API. Can anyone help on this?
you can try this, Microsoft has http://www.microsofttranslator.com/dev/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Are there any published examples impementing the Google Latitude API for Android? I've searched, and searched down a few rabbit holes to no avail. Has anyone successfully implemented the api in Android and willing to share some examples?
http://code.google.com/p/gdata-java-client/source/browse/#svn/branches/2/sample/latitude/latitude-sample and instructions can be found at http://code.google.com/p/gdata-java-client/source/browse/branches/2/sample/latitude/latitude-sample/instructions.html you will need to register with Google to get the authorisation key. That example is quite complex, hope it will help anyhow