Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I wish create a graph of battery usage in my application..How can i do it? I only want a simple graph not a complicated thing. I've seen about this site http://www.achartengine.org/ but i don't understand how use it.
The last time I needed to draw a graph, I used the GraphView library:
https://github.com/jjoe64/GraphView
It's easy to use and you have a demo application here:
https://github.com/jjoe64/GraphView-Demos
Try it out and report.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
How do I automatically categorise an android application ? I need to write a code to do it.
There exists an api & android application CatApplus http://forum.xda-developers.com/showthread.php?t=1419810.
But it is not freely available.
Can anyone suggest any alternative or any other way to solve this problem ?
You can use this api to get apps category then you categorize them the way you like.
Android-market-api
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Hello every I am working on android application where i need to implement captcha with my android application I want to create captcha which we are using in web applications. I found some answer about simple-captcha and j-captcha, but how to use it with android applications, I not find any tutorial which is use full for in this case.
Any idea or solution for this?
thanks in advance
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I'm planning to make a Android Widget with some countdown based on current date, but would be perfect if I could do that as a Background instead.
I googled a little and didn't found any information on this matter.
Thanks!
There is an excellent tutorial on CodeProject that demonstrates exactly how to do this.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am new to Android. I am trying to make gallery view just like turning pages in a book. So kindly give me some suggestions.
What you are looking for is called a page curl or flip animation. There are plenty of open source libraries to implement this. You can try any of these:
android-page-curl
Android-Flip
page-curl-harism
3d-flip
Good luck !
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions must demonstrate a minimal understanding of the problem being solved. Tell us what you've tried to do, why it didn't work, and how it should work. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Can someone guide me how to create a live wallpaper in Android. And also, is there a process to use the photos within the gif and implement them into a live wallpaper? Because that's exactly what I am looking for
If you want to explore more, and use a template for it. You should check andEngine template for creating livewallpaper,
http://www.andengine.org/forums/tutorials/live-wallpaper-template-t258.html