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
The quora app for android works smoothly and displays a classic tabbed+swipe interface. I need a help in implementing an app like it.
check this out, i've played with this in the past and it works well:
https://github.com/JakeWharton/Android-ViewPagerIndicator
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
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 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
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
I want to pull my main activity right/left and show other layout there.
How this can be achieved? Thanks.
Providing screenshot from VK app.
Another option would be to use the SlidingMenu open source library: https://github.com/jfeinstein10/SlidingMenu