[android-developers] maps not visible in android emulator

2011-07-29 Thread Rajesh V
Hi,i'm new for developing android application...When i'm trying to display google maps in emulator there is an error,,i installed the application.but when i'm opening this error is coming The application * stopped unexpectedly,please try again.-force close The other application which is not

[android-developers] Solve my problem!

2011-07-29 Thread Rajesh V
Hi,i'm new for developing android application...When i'm trying to display google maps in emulator there is an error,,i installed the application.but when i'm opening this error is coming The application * stopped unexpectedly,please try again.-force close The other application which is not

[android-developers] Slide show in Gallery

2009-07-01 Thread rajesh v
Created a gallery (galleryView.setAdapter(new ImageAdapter(this))) with some images (added bitmap image as imageview by using a ImageAdapter class).How can I make the gallery slideshow. Want to start the slide show after load the images to the gallery (after onCreate). Please give me a solution