Custom 3D Views for Android - android

I am about to start working on a new android app . The app is concerned with showing Images at most of the instances . I want to know if there are any cool custom views available for Presenting images more beautifully . The GridView and the Gallery views are too simple . Some 3D view will be great . Actually i am inspired form the Gallery3D app . . are there any free libraries available for this . Thank You

Do you know the ios cover flow? There is an Android Project, that implements the same. Take a look at this.

Related

How to have an free flowing overlay structure in my android activity which is scrollable in every direction?

I am building an android app. I am new to this, I found out an interesting activity UI development, But I don't know how to describe that property properly in android terms-(I SINCERELY APOLOGIZE FOR THAT ).I am adding a video, Please consider it.Free Flowing multi-directional Smooth scrollable android overlay UI (Please turn on the subtitles on)
How to have that kind of UI overlay suppose I want to display a large image or file with multiple clickable buttons on it[I have already tried various Image loading libraries to load big size images and to make that Multidirectional scrollable].But that's not the exact thing which I want (like you can see the above mentioned reference).
So how can I execute that?
Thank you In advance for considering your time.

How to have two layer tabs in android?

I want to implement two layers of tabs like the image below.
With the use of support library I have been able to make a single layer tab set for all android versions. But since I am new to android and I don't have a good grasp on this I don't know how to make it for two layers.
I need to support Android 2.2 and above.
image from:
Scrollable tabs style in Android
Any help will save some lives here :)
Thanks in advance.
ps: please remember I'm a beginner in Android and explanations may need to go in details :S

Drag and Drop images from one gallery to another Android

I have a requirement in my app to drag images from one Gallery to another Gallery. Is that possible to implement? Can someone provide me with some sample code. Also I am trying to implement this in android 2.x so i cannot use the OnDragListener or other classes used for dragging in android 3.x . Thanks for help!

Android UI layout: How to create a "stacked" gallery

I've followed the tutorial at http://developer.android.com/guide/tutorials/views/hello-gallery.html
to create a basic gallery. My ultimate goal is to use a gallery as the main menu for my app but I want the images to be stacked and scrollable. I've downloaded the code for the gallery 3d app but its just too much to analyze. Eventually thats what I'll do if I dont find an easier route. Any pointers?
Android Docs provided you a way to Arrange images like a stack. Take a look at this sample:
Images as Stack

Android Development

Is it possible for a program to mimic the Android Homepage? Can widgets, contacts, and canvases all interact at the appropriate FPS? Is it possible for an app to make calls and IMs? Or are the ISOs used to make the original too different from Java to mimic correctly?
To a large extent yes . For a start have a look at the home app sample provided by google . http://developer.android.com/resources/samples/Home/index.html .
Once you get your home app working perfectly you can add modules which practically do everything , but a better design strategy is to split the modules which do different work , so you calling module can be a different app.
I dont think there should be a fps issue if you have good code :) .

Categories

Resources