[android-developers] OpengGL ES Mouse/Touch Events

2009-01-12 Thread Jose Cortes
Hi Group! I would like to know, if there is any way with the actual Android OpenGL API, to capture mouse/touch events. The idea is the following: I have some 3D objects drawn in a space. I want to: - select one object or - know where I have clicked or - assign an ID or a name to an object to u

[android-developers] Convert a HTML in a Image

2008-11-12 Thread Jose Cortes
I was wondering if is it possible to do this in Android: Convert a HTML file to a Image. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] Convert a view (layout) to a Bitmap

2008-11-17 Thread Jose Cortes
Hello everybody. I am working with OpenGL and Android, and I was wondering if there is any way to create a Bitmap or a Drawable using a view (layout). The purpose is to use this Bitmap as Texture for an OpenGL figure. All I have untill now is: ** I create a new view from the context and the Id.

[android-developers] Convert Canvas -> Bitmap

2008-11-18 Thread Jose Cortes
Hello again I will be remembered as the man who wanted to convert all to a Bitmap... The point is the following. I create an "empty" Bitmap. I assign it to a Canvas (new Canvas(newBitmap) ) I draw things in that canvas. and I want to convert that canvas with all the drawings in a Bitmap.

[android-developers] Re: Convert Canvas -> Bitmap

2008-11-19 Thread Jose Cortes
Done!! It works!! Thanks! On 18 nov, 17:22, Romain Guy <[EMAIL PROTECTED]> wrote: > Yes it's possible, by doing exactly what you said. Everything you draw > on the Canvas will be drawn in the bitmap. > > > > On Tue, Nov 18, 2008 at 3:11 AM, Jose Cortes <[EMAI

[android-developers] Home Screen source code in SDK 1.0

2009-02-06 Thread Jose Cortes
Hello everybody. I have been looking the home Screen source code (The Launcher code) in the Android project page: http://android.git.kernel.org/ And, in this case, there are some classes that are not implemented in the actual public SDK (1.0), like "android.provider.LiveFolders". I supose that i

[android-developers] Re: Home Screen source code in SDK 1.0

2009-02-06 Thread Jose Cortes
t, too) > > :) > > greetings, > darolla > > 2009/2/6 Jose Cortes : > > > > > Hello everybody. > > > I have been looking the home Screen source code (The Launcher code) in > > the Android project page:http://android.git.kernel.org/ > > > And, in this case,

[android-developers] Re: Home Screen source code in SDK 1.0

2009-02-10 Thread Jose Cortes
true? On 6 feb, 17:36, Romain Guy wrote: > Hi, > > The GIT repository has a branch called "release-1.0" which contains > the source code of Home as found in SDK 1.0. > > > > On Fri, Feb 6, 2009 at 3:48 AM, Jose Cortes wrote: > > > Well, I can download th

[android-developers] Re: Home Screen source code in SDK 1.0

2009-02-10 Thread Jose Cortes
true? On 6 feb, 17:36, Romain Guy wrote: > Hi, > > The GIT repository has a branch called "release-1.0" which contains > the source code of Home as found in SDK 1.0. > > > > On Fri, Feb 6, 2009 at 3:48 AM, Jose Cortes wrote: > > > Well, I can download th