Tagged Questions
0
votes
1answer
46 views
Changing Images continously with button click Android
I hereby thanks to you all who helps me out.
I am trying to make an app which has 10 pictures in it,
only one imageview on the main layout and one button.
when i pressed the button, image changes ...
1
vote
0answers
42 views
Android - Dynamically change Item of Custom List View like slideshow effect
I have one custom list view in which four items used, an imageview and three textviews. and I have five image uri for every imageview of the list and I want to change image dynamically within some ...
0
votes
0answers
15 views
Recording a video while showing a slideshow in android?
I want to develop an application where we show users sets of images in form of a slideshow and capture their expression changes by recording a video at the same time using the front facing camera.
...
0
votes
0answers
34 views
Android Image Slideshow using ViewSwitcher
I'm trying to make a simple slideshow that fades out and fades in a few images without a button click. I had found a few examples to assist me, but I am having trouble getting the first image to fade ...
0
votes
1answer
49 views
Android simple gallery custom
As the title I need a little help to my university project that I'm working on.
I have to make an Activity in android that given a set of images run a slideshow with timer. This activity is divided ...
0
votes
1answer
40 views
creating multiple screens in one activity
I am developing a small application, where I want to show multiple screens, user can go through them by sliding finger right/left.
An example of this is what you see in lots of games with multiple ...
0
votes
0answers
39 views
Video or Image Slideshow in MainActivity
I am trying to embed o video or a image slideshow in my MainActivity. Which one is easy to implement and more effective? I am new to android and still learning :)
With the video method, I would have ...
-2
votes
1answer
148 views
Is there a way to make an automatic slideshow using imageswitchers and galleries?
I'm having trouble thinking about how to make an automatic slideshow using ImageSwitchers and Gallery. The only thing I understand is the animation between transitioning pictures when you select them ...
0
votes
0answers
156 views
Android Slideshow with sounds
I'm looking to make a flash card app for my kid (well any kid I guess). The functionality I'm looking for is full size images + audio played on swipe. Ideally each slide will lock until the audio ...
1
vote
0answers
63 views
How to controll an ImageView with an Audio Player seekbar?
I'am using this player as a base for the project:
http://www.androidhive.info/2012/03/android-building-audio-player-tutorial/
I addition to that when I wanted to show different Images (kind of a ...
0
votes
0answers
168 views
bottom to top with fade animation android
I am trying to make a slideshow like animation to simulate the simple alpha masking in any video editing software, for example i want a chart to go from bottom to top. i tried property animation, ...
0
votes
0answers
64 views
slideshare in android app
I am new to Android and I am studying the possibility of including/embedding a slideshare slideshow (among other contents) into an Android app.
The idea would be receiving from the user the URL of ...
0
votes
0answers
233 views
Slideshow live wallpaper for android code
Hi i am a new android application developer
And i am trying to create a Slideshow live wallpaper application
I want to create a live wallpaper such that it slide shows sequence of different images ...
0
votes
3answers
103 views
OutOfMemory in Slideshow
I'm creating my own SlideShow activity where I have a ImageView and I just fill it with the proper image each time the user clicks on next or previous.
These images are big though, and as soon as I ...
1
vote
2answers
289 views
Simple Android slideshow with a parameter and button
i'm a newbie of android :)
I want to create a simple slideshow with a numeric parameter(x) and a button.I have 21 images and, at the click of the button, I want to catch x and "slide" only the first ...
0
votes
0answers
71 views
Sliding show of text
I'm new in android. I want to create slide show in android.
My code is:
public class SlideShowActivity extends Activity implements
AdapterView.OnItemSelectedListener, ...
0
votes
0answers
133 views
How to Create slideshow from audio file and images in android [closed]
How to Create slideshow video file using audio file and images in android..I have 1 audio file and images.
0
votes
3answers
537 views
Android : Low memory error when trying to create slide show using ViewFlipper
SCENARIO : I am trying to create a slideshow using viewflipper. What I am doing is setting images resource id in an integer array then I use this array to add dynamic ImageViews in viewflipper. Then I ...
1
vote
0answers
244 views
How can i enable slide show in android?
I'm doing a sample gallery application in that application i have a set of 10 images, here I successfully added a Slide show (the 10 images displayed continuously in certain time interval). Here I ...
0
votes
2answers
824 views
How to make slideshow using Bitmap functionality in android
Hi guys I have tired using bitmap functionality and i can fetch the images but i can display them in only grid view. i want to display them in image view with slideshow. pls let me know if i can do ...
0
votes
1answer
743 views
Android picture gallery (slideshow), for newbies
I'm almost a complete beginner at programming (only did some basic a long time ago).
I want to learn how to make Android apps. My goal is to make a simple app that would be some kind of a picture ...
0
votes
0answers
213 views
How to send slideshow with text in MMS?
private void slideShow(File f1,File f2){
ArrayList<Uri> uris = new ArrayList<Uri>();
final Intent mmsIntent = new Intent(android.content.Intent.ACTION_SEND_MULTIPLE);
...
1
vote
1answer
214 views
How to implement a fancy image rotator in Android?
I have been trying to implement an image flipper like the image shown in this question..If anyone having any ideas or how to implement it can you help me with it.
Thanks in advance.
2
votes
1answer
2k views
Android ViewPager - adding slideshow with fade-in/out animation to switch between views
I use ViewPager to implement my own image gallery. The views consists of ImageViews. User can normally navigate between images using gestures (as in ViewPager). What I want to add is the slideshow ...
1
vote
1answer
368 views
How to control duration of transition in ImageSwitcher Android
I have an ImageSwitcher and I'm using it to create a slideshow.
I can control the duration that an image is displayed for but how do I control the duration of the transition between the images. I want ...
1
vote
1answer
228 views
How to drwas multiple images on canvas one by one like a slideshow with fadin and fade out animation
i am developing a live wallpaper, i am new and stuck at this problem, can anyone tell me How to draw images on canvas one by one like a slideshow with fadein and fadeout animation.
i am able to ...
0
votes
1answer
360 views
android, send mms with proper order slideshow via intent
I want to attach to mms multiple images and attach also body to one of slides.
This is my saving bitmap to internal storage code:
Bitmap b2 = DrawingUtil.buildMyBitmap();
fos = ...
0
votes
1answer
209 views
Slideshow-like application
I'm supposed to make a simple android application, in fact it's almost as simple as a slideshow.
The good thing is that the content of each slide is very similar - some text and a photo. So I only ...
1
vote
1answer
832 views
Android, How to customise look and feel of progressbar?
I need to create a component such as progressbar (as you can see in image) to act as slider. I searched Internet and find somethings like:
Custom Drawable for ProgressBar/ProgressDialog
but it was not ...
0
votes
1answer
372 views
I'm having trouble creating an automatic slideshow in droid
When I open droid I don't want any buttons I just want a sequence of images to automatically show, each for a few seconds before it's replaced with another image and once all the images are shown have ...
1
vote
0answers
316 views
Slideshow with images and videos
I need to implement a slideshow with images and videos. The slideshow must play automatically. When a video is displayed, the slideshow stops sliding, video start playing and when video has finished ...
3
votes
1answer
594 views
Android and slideshow transitions
I am trying to write a simple slideshow with various transitions between images.
I would like to have various transitions like fade in, fade out, slide left/right which could probably be done with ...
0
votes
1answer
151 views
images from flickr not seen in android app
I am loading a Flickr url to a webView to load in the following way
WebView webview = (WebView) findViewById(R.id.flickrWebView);
webview.getSettings().setJavaScriptEnabled(true);
...
0
votes
1answer
143 views
slideshow element/android
I would like to know if it is possible to do the following:
I would like to create sort of a slideshow element for my app that when a user swipes their finger of the image, it will take them to the ...
1
vote
2answers
655 views
How to get the Slide number using java via Apache POI API
How do I get the number of slides in a .ppt file using java. To access the .ppt we require the Apache POI API - especially the Slide[] class.
I'm using the method getSlideNumber() from here to ...
0
votes
1answer
242 views
Google Currents styled Slide show
I came across Google Currents and i absolutely love the UI.
Is there any plugin or implementation library to achieve the Slide show on the homepage.
2
votes
0answers
249 views
how to start slideshow of pictures present in a folder in SDCARD
I have the Uri to the selected folder in SDcard(code working perfectly fine). All I want to do is to make a slideshow of pictures present in that folder. Kindly tell me the steps I have to follow. Any ...
1
vote
1answer
842 views
Start an image slideshow on the click of a button
I have written the code to select a folder from the SDCard and its path is returned as a Uri/string. I also check if the returned folder contains images(ending with .jpg). Now that I have the path, I ...
0
votes
1answer
720 views
android ViewFlipper - slideshow of images with async image loading
I'm implementing a custom view where I use ViewFlipper which shows my custom View that consists of RelativeLayout parent and two children - ImageView and ProgressBar.
Initially I display thumbnail ...
2
votes
1answer
553 views
Slideshow for multiple attachments in android messaging application
Please guide me to achieve this :
I want to create slideshow for multiple attachment in my messaging application, user can attach image, audio and video files.
For single attachment user can view ...
0
votes
1answer
476 views
imageview like a slideshow
Hello guys I want to use a ImageView as a slideshow, that touch you on the right of the screen display the next image and if the touch is on the left show the previous image,
I already tried to ...
1
vote
0answers
315 views
android slideshow view with wipe gesture and pinch zoom
How to implement android slide show effect for displaying set of images (one at time) and sliding between them using gestures (wipe left/right)?
How to implement zooming of image using pinch gesture?
...
1
vote
0answers
270 views
Homescreen slideshow app Android
I have another APP that I am working on that is going to read pictures from your SD card and play them as a slideshow. Then this slideshow is set as your wallpaper on your homescreen. Can someone just ...
0
votes
1answer
238 views
Image Slideshow with audio
I have a requirement that I want to play an audio file and meanwhile I should get slideshow of images stored in array.
Can any one suggest me the way to do this?
Thanks in Advance,
Tejaswi ...
0
votes
1answer
584 views
Set a Width and Height to Fill Parent Android SlideShow
i want to make a SlideShow to show the image in full screen but the code i got was using a absolute size, i need to change it to fill_parent but i can't.
here is the code,
public class SlideShow ...
0
votes
1answer
128 views
android pause an image
hi to all
im using this to display images the screen
ImageView myImageView = (ImageView)findViewById(R.id.imageview);
myImageView.setImageBitmap(bitmap);
and this
<ImageView
...
0
votes
0answers
1k views
Building a slideshow capability for Android app
My Android app handles images, and several users have been asking me for a slideshow option to scroll through the images full-screen. My question is how to implement the UI controls for something ...
2
votes
1answer
1k views
Which image processing library should I use to create a video slideshow?
It looks like both FFmpeg and the MovieMaker library in Processing will create a slideshow movie from an array of images. Which is best? Is there a better option?
I need to output a video to be ...
0
votes
2answers
2k views
Starting on gesture events handling
I have been new to android. I have just gone through my slideshow app.
I want to make image slide using touch event just like facebook app. when we click on image and swipe it to left then new image ...
2
votes
3answers
6k views
Android HorizontalScrollView scroll by page
I have implemented a slideshow in my Android app using . This works well except that I want to scroll to next image on a scroll gesture (now it just scrolls past few images before decelerating). I ...


