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

2009-02-10 Thread Jose Cortes
:36, Romain Guy romain...@google.com 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 jbeerb...@gmail.com wrote: Well, I can download the branch of the project I need (I

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

2009-02-10 Thread Jose Cortes
:36, Romain Guy romain...@google.com 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 jbeerb...@gmail.com wrote: Well, I can download the branch of the project I need (I

[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 is

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

2009-02-06 Thread Jose Cortes
for that, too) :) greetings, darolla 2009/2/6 Jose Cortes jbeerb...@gmail.com: 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

[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

[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 [EMAIL PROTECTED] wrote: Hello again I

[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

[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