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?
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 9 years ago.
Improve this question
I need some antivirus apps which are open sources on Android platform.
Thanks!
You might take a look at android-av (https://github.com/zaventh/android-av). It's a proof-of-concept framework for Android security. It's the only solution I was able to find.
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
I need some controls to do an app like the image. Which library can I use?
First could be something like this: https://github.com/umano/AndroidSlidingUpPanel
Second could be something like this: https://github.com/47deg/android-swipelistview
Also have a look at DevAppsDirect which has a lot of demos of different opensource projects.
Hope this helps.
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 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).