I have been searching for AutoRotating-UserControlled Carousel frm a while.
I came across alot of tutorials and also referred sources frm Github, but found nothing relevant.
The closest relevance was from here
But this tutorial didnt give a smooth auto-rotating and user controlled carousel.
Being a new user I dnt have enough reputation to upload screenshot of the required thing, so pls download and run the source frm the above link and i hope u will understand my doubt .
thanks
pals
I think you can do this by using
1) here is library for rotating menu https://github.com/dmitry-zaitsev/CircleLayout
2) use carousel view and set z depth according to your requirement http://www.codeproject.com/Articles/146145/Android-3D-Carousel
3) follow this creating a Circular view in android
and refer this How to make rotating menu
Related
I am implementing a concept to show an image in 360 view such as available in Facebook Android Application.
For that, I have explore so many tutorials & Github repositories.
Please help any work around If anybody has done in Android.
Thanks.
The links I have explored till now.
ProgrammedImageView
Panorama360
MD360Player4Android
panorama-view
i'm still finding a library for this kind of slider in ios and android. It will save my days if someone share the source code or library for this.
When i try to slide left for right, new image will show up, but the image in nearby will be in another angle .
Some one please help me ?
For iOS good option is iCarousel. It can be downloaded here https://github.com/nicklockwood/iCarousel . Display type cylinder seems very similar to presented image.
I'm not very familiar with Android, but this can be helpful:
https://github.com/Azoft/CarouselLayoutManager
Or something from this link: Coverflow Carousel effect same as iPhone/iPad in android .
Generally, search for "carousel" for iOS and Android will give you many answers that can be useful.
I was wondering how can I replicate the sideways gallery like the facebook mobile app but being able to scroll down the feed anytime I want.
I was thinking about "listening" for side-swypes and replacing the current ImageView but that doesn't sound like an elegant solution.
I searched for awhile and didn't find any library worth using
Is there any library or do you have any idea how to do it?
You could use the ViewPager component.
Reference: http://developer.android.com/reference/android/support/v4/view/ViewPager.html
Here are some tutorial that can help you get started:
1) http://androidtrainningcenter.blogspot.sg/2012/10/viewpager-example-in-android.html
2) http://manishkpr.webheavens.com/android-viewpager-as-image-slide-gallery-swipe-gallery/
Take a look at: similar question!
Hi friends i am planned to work on user interface part, i wanted to make my own user interface for my gallery application. for example gallery view should be in semi circular view. can any one suggest me on this
Thanks in advance
Do you want something like this!!
you can find it in this link
sorry but the link is in french language but you can find sources in the bottom of the page Mirror links
You should start by learning more about the Gallery in general. This link would make a good start.
Understand that code, go through the tutorials and begin experimenting on making incremental changes and seeing if they work.
Using this knowledge and prototype code start thinking about how you might go about creating your custom semi-circle gallery. Experiment and try some different things.
When/if you run into any issues or specific problems, post your question on a new thread and I'm sure you will find people willing to help you out.
I'm new to android and I need to do a project like this : I have 22 images that represent a person which is rotating. When the user touch the right side of an other image the image is changing (the person is rotating to right). The same thing is for left side.
My question is: I must use OpenGL? I made some example with openGL but I don't see if for my project it is necessary. I was thinking that maybe it is enough to change the background image at every touch.
What do you guide me to do?
Thanks in advance
I know this isn't exactly the same thing but this tutorial by the excellent guys at Sony Ericsson show how to make a nice looking 3D list without OpenGL - http://developer.sonyericsson.com/wp/2010/05/20/android-tutorial-making-your-own-3d-list-part-1/
Maybe you could use some of the techniques in this tutorial to achieve what you want?
The OpenGL may be useful to do your project
you can see the Example Code project here code.google.com
And The Blog url that has explained nicely to work with OpenGL has many part of the Tutorial
May be looking at this you can get idea how to go ahead.