[android-beginners] Re: error inflating xml layout file

2009-04-22 Thread IronLion
I think you have to have provide the following constructor public TracciaView(Context context, AttributeSet attrs) { super(context, attrs); ... } good luck. On Apr 22, 3:35 am, Pierpa wrote: > Hello, I am new to android programming...so please be patient.. > > I am t

[android-beginners] how to make ImageView to zoom and scroll

2009-04-20 Thread IronLion
It seems ImageView does not have the zooming and scrolling function. I could be wrong. If it does have these feature, could anyone give an example? If it does not, I would like to create my own by extending the ImageView. Does anyone know if the android.jar is open-sourced or not. If yes, where ca