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.
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
I have seen a couple of these dialogs in different applications and wonder if there are some libraries I don't know about. Anyone knows libraries which provide these? They are really cool.
P.S. These three screenshots are taken from Expense Manager and Timely Alarm Clock.
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
Can anyone suggest me some link or tutorial from where i can learn how to write test cases for the apps i develop? I have tried those calculator app and its test cases. other than those.
The best place I know of is junit.org. What could be better? What didn't you get out of the ones you tried?
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.