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
Can anyone suggest me of any step by step tutorials on how to make and Android LiveWallpaper. I am not able to find any good tutorials and I am sort of new to this.
Take a look at this article from Vogella:
http://www.vogella.de/articles/AndroidLiveWallpaper/article.html
Start at: 2. Android Wallpaper Example
Read the complete tutorial slowly and carefully (helps a lot).
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 have a problem and I need to identify all the instances of a particular object in an image(clould be from a stored image or from camera). I want to do this on windows, ios and android. Which is the best library/sdk or cloud based service that could help me out.
I tried few options like Vuphoria but it doesn't matches same object in one go across bigger image.
Any help will be appreciated
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
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?