Re: [android-developers] Re: arrays to be accessed by both JAVA n C thru JNI in an Android app

2009-11-05 Thread Latha Shivanna
ya...I now create the new array only once in the beginning and release it once my app ends. Untill this release my array would be retained n used without being created once again. thank you Latha On Fri, Oct 23, 2009 at 11:39 PM, fadden wrote: > > On Oct 23, 3:51 am, Latha Shivanna wrote: >>

[android-developers] Re: arrays to be accessed by both JAVA n C thru JNI in an Android app

2009-10-23 Thread fadden
On Oct 23, 3:51 am, Latha Shivanna wrote: > The whole procedure is followed for (480x640) times. And so there is a > redundant creation of the array for every frame display. Why do you have to create a new array each time? Why can't you re-use an existing one? --~--~-~--~~-