[android-developers] Re: Pass image to a new Intent

2009-11-24 Thread erick nicolas
Hi I found a solution In the GridView I pass the images with ImageView Class: gridview.setAdapter(imageview); The images are in res/drawable path an we set them by: imageview.setImageResource(mThumbIds[position]); // mThumbIds is an array with images id's Then we know that ImageView is an

[android-developers] Pass image to a new Intent

2009-11-19 Thread erick nicolas
Hi I've got a problem My app show a first layout like: Gridview1 (3 images in 1 row) ImageView1 (1 image) Gridview2 (3 images in 1 row) ImgaeView2 (1 image) Gridview3 (3 images in 1 row) ImgaeView3 (1 image) When you clik over an image it will be open full screen in a second layout The problem

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread erick nicolas
One for me please! Thnkx On Nov 1, 1:20 am, Auguste Lunang legraphi...@gmail.com wrote: Hi, i have some google wave. invits to share. tell me if u want .. thx -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Ad test problem in app with AdMob

2009-10-22 Thread erick nicolas
The user ID is null.   I'm assuming that it must be put in the AndroidManifest.xml based on the second line. On Wed, Oct 21, 2009 at 11:03 AM, erick nicolas ericknico...@gmail.comwrote: Hi, I've got a problem with my Android app. It doesn't show test ad and I don't understand why

[android-developers] Ad test problem in app with AdMob

2009-10-21 Thread erick nicolas
Hi, I've got a problem with my Android app. It doesn't show test ad and I don't understand why. Here is my java code: package org.ifies.android; import android.app.Activity; import android.graphics.Color; import android.os.Bundle; import android.widget.TableLayout; import

[android-developers] Re: Google wave invitations...?

2009-10-19 Thread erick nicolas
Please me too thnkx On Oct 16, 5:41 am, Kenneth Adam Miller kennethadammil...@gmail.com wrote: Who wants to be in Google wave? I have 16 invitations --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] AdMobExample no visibility ad

2009-10-05 Thread erick nicolas
Hi I don't understand why my app don't show test ad. It's only show text view. Here is: -layout FrameLayout xmlns:android=http://schemas.android.com/apk/res/android; xmlns:app=http://schemas.android.com/apk/res/org.ifies.android; android:layout_width=fill_parent