[android-developers] Re: How to show one View inside another.

2008-03-31 Thread artv
as I see if you use AbsoluteLayout.LayoutParams, your viewParent class must be inherited from AbsoluteLayout --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

[android-developers] Re: How to show one View inside another.

2008-03-30 Thread artv
you have to add viewChild to the parent use addView(viewChild) parent must be inherited from ViewGroup --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to a

[android-developers] Re: about JNI in Android

2008-03-30 Thread artv
8() of course not dll is Windows library it's entirely different platform On Mar 31, 5:32 am, kingszhen <[EMAIL PROTECTED]> wrote: > in Android platform ,i try to use JNI to use a function which is in > the dll(created by VC6, language C), and use [System.LoadLibrary] to > load this dll, but al