[android-developers] Defining a UI subtree in xml, but instantiating it more than once. Possible?

2010-02-01 Thread Ryan Moulton
Hi everyone. Just getting started with developing for Android, so apologies if there's an obvious answer. I'm working on an application in which it's necessary to programmatically change the entire structure of the UI. What I would like to be able to do is specify a subtree of the UI in xml, and

[android-developers] Re: Defining a UI subtree in xml, but instantiating it more than once. Possible?

2010-02-01 Thread Ryan Moulton
: Inflating a views tree always creates new instances of views, there's no singleton. Without seeing your code, I cannot tell you what you are doing wrong unfortunately. On Mon, Feb 1, 2010 at 11:04 PM, Ryan Moulton ryanmoul...@gmail.com wrote: Hi everyone. Just getting started

[android-developers] Re: Suggestions for Image Libraries to use on Android.

2009-01-10 Thread Ryan Moulton
Thanks a ton, that's exactly the sort of thing I'm looking for. On Jan 10, 2:32 am, ams163 shahbaz.kha...@gmail.com wrote: Maybe: http://code.google.com/p/jjil/ http://code.google.com/p/jjil/wiki/SequencesAndLadders On Jan 9, 5:37 am, Ryan Moulton ryanmoul...@gmail.com wrote: I'm

[android-developers] Suggestions for Image Libraries to use on Android.

2009-01-09 Thread Ryan Moulton
I'm looking to develop an application for which I need to do convolutions and the like on an image. I haven't done image processing in Java before however, and stumbled upon the Java Advanced Image api. The documentation for that however says that it isn't officially supported on chipsets other