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

2016-04-13 Thread BRIJ BHUSAN PANDEY
hey,i need one help regarding road-trip-master here you use photos but I have to use different views in this On Monday, November 17, 2008 at 9:50:41 PM UTC+5:30, Romain Guy wrote: > > Hi, > > If you do this in onCreate(), then the View didn't go through a layout > pass yet, so its size is

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

2013-03-09 Thread Justin Buser
Thank you for proving my point, even the information *you* posted would be moderately useful to the person who had originally asked the question, v.s. the answer provided by Guy which had absolutely no bearing on the problem they were having. Perhaps you should work on your spelling and grammar

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

2013-01-27 Thread a1
W dniu niedziela, 27 stycznia 2013 04:04:22 UTC+1 użytkownik Justin Buser napisał: I did actually, not that it's really relevant. I also looked back through the aosp commit logs and found a grand total of 1 commit that he made, but that's not really relevant either as it doesn't really

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

2013-01-26 Thread Justin Buser
Who should Google who's name? On Sun, Nov 18, 2012 at 3:13 AM, Piren gpi...@gmail.com wrote: Holy fuck dude... you should really google his name... On Saturday, November 17, 2012 10:18:27 PM UTC+2, Justin Buser wrote: I don't understand why I keep finding different posts by you about

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

2013-01-26 Thread RichardC
You :) Check out Romain Guy he is a Google Engineer On Sunday, January 27, 2013 2:31:21 AM UTC, Justin Buser wrote: Who should Google who's name? On Sun, Nov 18, 2012 at 3:13 AM, Piren gpi...@gmail.com javascript:wrote: Holy fuck dude... you should really google his name... On

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

2013-01-26 Thread Justin Buser
...@**googlegroups.com *Subject:* Re: [android-developers] Convert a view (layout) to a Bitmap People deserve respect when not being nice, but if you want to attack Guy I would suggest you watch him on YouTube and as mentioned, Google him. He helps answer questions to share from his depth

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

2013-01-26 Thread Justin Buser
I did actually, not that it's really relevant. I also looked back through the aosp commit logs and found a grand total of 1 commit that he made, but that's not really relevant either as it doesn't really PROVE anything... My frustration was based on the fact that I was looking for a solution to a

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

2013-01-07 Thread bob
-developers] Convert a view (layout) to a Bitmap People deserve respect when not being nice, but if you want to attack Guy I would suggest you watch him on YouTube and as mentioned, Google him. He helps answer questions to share from his depth of knowledge, so if you factually disagree

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

2013-01-07 Thread genericforumuser2013
have no point. *From:* android-d...@googlegroups.com javascript: [mailto: android-d...@googlegroups.com javascript:] *On Behalf Of *James Black *Sent:* Sunday, November 18, 2012 7:20 AM *To:* android-d...@googlegroups.com javascript: *Subject:* Re: [android-developers] Convert a view (layout

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

2013-01-06 Thread Justin Buser
, November 18, 2012 7:20 AM To: android-developers@googlegroups.com Subject: Re: [android-developers] Convert a view (layout) to a Bitmap People deserve respect when not being nice, but if you want to attack Guy I would suggest you watch him on YouTube and as mentioned, Google him. He helps answer

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

2012-11-20 Thread James Black
People deserve respect when not being nice, but if you want to attack Guy I would suggest you watch him on YouTube and as mentioned, Google him. He helps answer questions to share from his depth of knowledge, so if you factually disagree be to the point and show where he erred, without the

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

2012-11-19 Thread Streets Of Boston
Hi Justin, While I do agree that people should not post/answer just anything that they have no clue about, you may want to put your foot into your mouth when you realize who Romain is :-) On Saturday, November 17, 2012 3:18:27 PM UTC-5, Justin Buser wrote: I don't understand why I keep

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

2012-11-18 Thread Piren
Holy fuck dude... you should really google his name... On Saturday, November 17, 2012 10:18:27 PM UTC+2, Justin Buser wrote: I don't understand why I keep finding different posts by you about forcing layout passes. The View instance this person is referring would never go through a layout

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

2012-11-17 Thread Justin Buser
I don't understand why I keep finding different posts by you about forcing layout passes. The View instance this person is referring would never go through a layout pass, regardless of the point at which his code was executed for several reasons, most notably because it's never even added to

[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