Re: [android-developers] scratching the surface

2012-08-01 Thread Justin Anderson
Seriously... for a question like that... do a little homework.

Step 1: Translate your question into searchable terms... maybe something
like android glsurfaceview transparency
Step 2: Type www.google.com in your browser's address bar
Step 3: Search for the phrase you came up with in Step 1
Step 4: Figure it out on your own!

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Wed, Aug 1, 2012 at 11:44 AM, bob b...@coolfone.comze.com wrote:

 Is there any way to make a GLSurfaceView that isn't 100% opaque?

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

RE: [android-developers] scratching the surface

2012-08-01 Thread Tommy Hartz
Here is a nice video tutorial.

 

http://bit.ly/QvTjUv

 

 

From: android-developers@googlegroups.com
[mailto:android-developers@googlegroups.com] On Behalf Of Justin Anderson
Sent: Wednesday, August 01, 2012 1:55 PM
To: android-developers@googlegroups.com
Subject: Re: [android-developers] scratching the surface

 

Seriously... for a question like that... do a little homework.  

Step 1: Translate your question into searchable terms... maybe something
like android glsurfaceview transparency
Step 2: Type www.google.com in your browser's address bar
Step 3: Search for the phrase you came up with in Step 1
Step 4: Figure it out on your own!

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware



On Wed, Aug 1, 2012 at 11:44 AM, bob b...@coolfone.comze.com wrote:

Is there any way to make a GLSurfaceView that isn't 100% opaque?

 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
mailto:android-developers%2bunsubscr...@googlegroups.com 
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] scratching the surface

2012-08-01 Thread bob
This was the trick:

setZOrderOnTop(true);

By the way, excellent video.


On Wednesday, August 1, 2012 1:19:34 PM UTC-5, Tommy wrote:

 Here is a nice video tutorial.

  

 http://bit.ly/QvTjUv

  

  

 *From:* android-developers@googlegroups.com [mailto:
 android-developers@googlegroups.com] *On Behalf Of *Justin Anderson
 *Sent:* Wednesday, August 01, 2012 1:55 PM
 *To:* android-developers@googlegroups.com
 *Subject:* Re: [android-developers] scratching the surface

  

 Seriously... for a question like that... do a little homework.  

 Step 1: Translate your question into searchable terms... maybe something 
 like android glsurfaceview transparency
 Step 2: Type www.google.com in your browser's address bar
 Step 3: Search for the phrase you came up with in Step 1
 Step 4: Figure it out on your own!

 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware

 On Wed, Aug 1, 2012 at 11:44 AM, bob b...@coolfone.comze.com wrote:

 Is there any way to make a GLSurfaceView that isn't 100% opaque?

  

 -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

  

 -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

RE: [android-developers] scratching the surface

2012-08-01 Thread Tommy Hartz
J

 

From: android-developers@googlegroups.com
[mailto:android-developers@googlegroups.com] On Behalf Of bob
Sent: Wednesday, August 01, 2012 3:40 PM
To: android-developers@googlegroups.com
Subject: Re: [android-developers] scratching the surface

 

This was the trick:

 

setZOrderOnTop(true);

 

By the way, excellent video.

 


On Wednesday, August 1, 2012 1:19:34 PM UTC-5, Tommy wrote:

Here is a nice video tutorial.

 

http://bit.ly/QvTjUv

 

 

From: android-developers@googlegroups.com
[mailto:android-developers@googlegroups.com] On Behalf Of Justin Anderson
Sent: Wednesday, August 01, 2012 1:55 PM
To: android-developers@googlegroups.com
Subject: Re: [android-developers] scratching the surface

 

Seriously... for a question like that... do a little homework.  

Step 1: Translate your question into searchable terms... maybe something
like android glsurfaceview transparency
Step 2: Type www.google.com in your browser's address bar
Step 3: Search for the phrase you came up with in Step 1
Step 4: Figure it out on your own!

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware

On Wed, Aug 1, 2012 at 11:44 AM, bob b...@coolfone.comze.com wrote:

Is there any way to make a GLSurfaceView that isn't 100% opaque?

 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
mailto:android-developers%2bunsubscr...@googlegroups.com 
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en