[android-developers] Re: Run Flash on Android Emulator?

2011-08-12 Thread dhirendra
Hi Mark, Do you know how to embed flash animation into my android application(flash on app start) which is not browser based? If not possible, is their anyway i can load webview for flash to just show that animation and than go to my application which is not webview based. Regards Dhirendra

[android-developers] How to create 3d effects on android application screen items

2011-08-07 Thread dhirendra
and fast way of creating it... using OpenGL or some free game engline like libgdx (Both are new to me). Please suggest me some references to start with !!! Regards Dhirendra -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: how to filter listview using custom baseadapter?

2011-07-30 Thread dhirendra
In getView function of baseAdapter you make each view of list and return it. There you can do whatever you want to do with view. If this is not the answer, then please specify what do you mean by filtering here !!! On Jul 30, 10:47 am, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: Hi,

[android-developers] Multiple Callbacks from native to java

2011-05-08 Thread dhirendra
Hi All, Ii have been trying to do callbacks from native to java. But till now i can do only one callback at a time. I would like to call it multiple times (Like in while loop). but its coming out of native code after first call. Plz suggest me what to do? -- You received this message because