Re: [android-developers] Performatic way to create a Bitmap?

2012-03-14 Thread Latimerius
On Mon, Mar 5, 2012 at 5:04 PM, Guilherme Utrabo utr...@gmail.com wrote: Hello everybody, I want to get four image files and join then to create one big image file. Is there a performatic way to do it? In fact, performatic aside :-) , is there a (scalable) way of doing that at all? There can

[android-developers] Performatic way to create a Bitmap?

2012-03-08 Thread Guilherme Utrabo
Hello everybody, I want to get four image files and join then to create one big image file. Is there a performatic way to do it? Thank you. Regards, Guilherme -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Performatic way to create a Bitmap?

2012-03-08 Thread TreKing
On Mon, Mar 5, 2012 at 10:04 AM, Guilherme Utrabo utr...@gmail.com wrote: I want to get four image files and join then to create one big image file. Is there a performatic way to do it? I couldn't find a definition for that word. What do you mean by performatic? Fast? Optimized?

Re: [android-developers] Performatic way to create a Bitmap?

2012-03-08 Thread Guilherme Utrabo
TreKing, Exactly. Sorry for my english. Thanks for the answer. On 8 March 2012 14:12, TreKing treking...@gmail.com wrote: On Mon, Mar 5, 2012 at 10:04 AM, Guilherme Utrabo utr...@gmail.comwrote: I want to get four image files and join then to create one big image file. Is there a

Re: [android-developers] Performatic way to create a Bitmap?

2012-03-08 Thread TreKing
OK - If no one has an answer for you, I'd say try something, make it work, then profile, optimize, rinse, repeat. Good luck. - TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago