How to make gallery as like turn paper in book? [closed] - android

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 !

Related

Is this a listview, and how to do this [closed]

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
Most of the tutorials i see available in the net is a twitter alike listview. Need help thanks.
I want to make my app similar to facebook newsfeed. wherein the text is above and image is below. Each post will also be putted in a box. Thanks.

UI like Cut the rope [closed]

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 want to have a menu like that in the "Cut the rope" that come down with a rope like
this
or like
this of course the last image
would you please help me?
or just say what I should google.
merci
The menu might be a simple Dialog or View that has an Animation. The rope is a number of Bitmaps that are shown one after another, which is another Animation.
I formatted all words you need to search for as code. I'm not sure if it is worth the work.

Create a background using some logic (not just an animated background)? [closed]

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.

How create a graph of battery? [closed]

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.

Pull down search mobile app requirement [closed]

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 just received a mobile app requirement storyboard where there is written pull down search on top of each screen with a dotted horizontal line at the top. Could anyone tell me what this means and help out?
You can use sliding drawer but if u want to use it from top to bottom. than you can use this library https://github.com/chemalarrea/DemoSlidingDrawer

Categories

Resources