[android-developers] Re: java.awt

2009-06-05 Thread Gav
Hi bratag, Did you ever get JAI working? I too got some steps into the dependency trail but lost hope. Just wondering if you managed to fix this issue and if your project is open source?! :) Gav On May 13, 9:54 pm, bra...@gmail.com peacoc...@gmail.com wrote: I have very nearly finished

[android-developers] Re: java.awt

2009-05-13 Thread bra...@gmail.com
I have very nearly finished porting the java.awt lib to android. I have skipped all the swing functionality as I cannot see us need ing it along with some fairly large chunks of the text handling. Graphic manipulation and IO etc should all still work. If you are ever given the choice between

[android-developers] Re: java.awt

2009-05-12 Thread Mark Murphy
Why is it we cant reference java.awt within our android projects. Because it is not there. Android supports a subset of JavaSE. Or I guess a better question is why was a lib that is so vital to so many other libs left out of android? AWT, on the whole, is useless to Android, because it is

[android-developers] Re: java.awt

2009-05-12 Thread bra...@gmail.com
I have actually tried the methods you mentioned however after getting 10 levels deep in files I needed to port I looked for a better way. I guess that easy way doesnt exist. Ahh well back to grabbing source I guess. Thanks for the response. On May 12, 2:53 am, Mark Murphy

[android-developers] Re: java.awt

2009-05-12 Thread bra...@gmail.com
By the way - Love your book Mark. The very first android resource I purchased. On May 12, 2:56 am, bra...@gmail.com peacoc...@gmail.com wrote: I have actually tried the methods you mentioned however after getting 10 levels deep in files I needed to port I looked for a better way. I guess that

[android-developers] Re: java.awt

2009-05-12 Thread Mark Murphy
By the way - Love your book Mark. The very first android resource I purchased. Thanks! -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~-~--~~~---~--~~ You received this