ViewFlipper with loading image from URL in Android - android

I am totally new to android and I am trying to develop a screen that is similar to flipkart.
Something like this:
Is there any API's that can help me with this? Or should I develop it from scratch using ViewFlipper?
I have all this image online and can get the links for both Slideshow and product?
It would be great if someone can guide me to right API on this?
Thanks!

Related

360 Image Viewer with motion & touch in Android

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

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

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.

Slideshow Viewing app in Android

I have just now started with android. I am done with Simple Hello World projects and JSON based small projects.
I am planning to create a app to view slideshow of images.
Example : Folder will contain 4 to 5 images.
My app shld read the folder and display the images inside it as slideshow.
It would be of great help if anyone could guide or advice me, what all are the concepts to start with to proceed with this app.
I highly recommend checking out this guide from the google developer website.
http://developer.android.com/training/animation/screen-slide.html
Instead of a textview use an imageview on the fragment.

How to replicate Facebook Album Gallery (android)

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!

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.

Categories

Resources