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
By in-app tutorial I mean this
Do those in-app tutorials have special technical term to use, so it's possible to filter all those unrelated results?
How to implement them? Tried looking it up in Google, but obviously got keyword collision leading to unrelated results.
You can get some useful results with the search terms "android app onboarding".
Btw. extensive in-app tutorials are probably not a good idea, especially when they are mandatory.
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
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 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
Does anyone know any good tutorials for VoIP apps on android? Browser functionality would also be good but not necessary. I'm mostly looking for a softphone and server side tutorial.
You are sadly not going to found a tutorials on VoIp but a good place to start is at http://developer.android.com/training/building-connectivity.html.
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
I'm looking to study source code from Strategy or RPG games in java. I was hoping to find more than one source on each genre as to study different approaches.
Does anyone know where I would be able to find any? I got an account on Safari Books Online, in hope that one of the books on android would cover the genre I was looking for, but they do not have any like that.
I would check out Andor's Trail on the Android Market. It's an RPG that is free to download and the source code is available here: http://code.google.com/p/andors-trail/
Good luck!
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 prototyping an application as a proof of concept which needs a chat feature, but I don't want to implement a full fledged chat. Is there "chat as a service" I can use along with android?
(Yes, I have been spoiled by twilio)
You probably want XMPP or something like it, here is an article that explains how to do it on Android: http://davanum.wordpress.com/2008/12/29/updated-xmpp-client-for-android/
You should probably click on the original article in that link so you can get a better backdrop.