Need help to find some kind of slider image like this? - android

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.

Related

Implementing Auto Rotating and User Controlled Carousel in ANDROID

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

Android application tutorials activity

The following is my instructions page for the application that is being worked upon. For now I am just display this image via the ImageView using the scaleXY property to make it pan out throughout the screen. I do know that this is a very lame approach to making a tutorials page ... So can someone please tell me how can I correctly implement this tutorials page in my application ? Thanks in advanced.
This here looks like it can help you.
You're current method works, but I think you'll find this alternative much more preferable.
The ShowcaseView library is designed to highlight and showcase specific parts of apps to the user with a distinctive and attractive overlay. This library is great for pointing out points of interest for users, gestures, or obscure but useful items.
https://github.com/Espiandev/ShowcaseView

How to do "android drawing pattern to unlock" using COCOS2D API

I want to do a task which is very similar to "Android Drawing Pattern to Unlock", where in there will be circular images in a GridView and straight lines connecting the images will be drawn dynamically based on user touch. Please suggest me preferably with code snippets.TIA.
Actully, you didn't write your code into the question .so I think you are developing Android Application with COCOS2D first time.
Here is some awesome example links that may Help you to learn this.
1)COCOS2D Basic Game
2)COCOS2D MUltiplatform
If you want help regarding code please post your code here.

Android Gallery View Semi Circle Theme

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.

Must be OpenGL?

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.

Categories

Resources