Re: [android-developers] JNI

2013-08-18 Thread janvi
Sorry to trouble you by asking the same question,but iam completely new to this My doubt is I have a seperate CPP project which has .so file in its lib folder. I have android project which is seperate project now Iam confused of how to use this CPP project in my android app On Sunday, August

[android-developers] How to achieve functionality of ListView FastScroll in Chrome for Android

2013-08-18 Thread anaran
Hi All! I am trying to convert an app I wrote from a native android ListView with FastScroll to an offline-capable web app. The stock Chrome on Windows scrollbar thumb allows me to quickly dash down a long list of items (arranged in a table) by just dragging the scrollbar thumb. Now back on

Re: [android-developers] Re: close on minimise application

2013-08-18 Thread Piren
That's just not true. On Friday, August 16, 2013 10:14:21 AM UTC+3, mbanzon wrote: > > There isn't a way to distinguish the two - unless you specifically start > the other/next activity from within the activity in question. > > Please do look into the application service method. You can add meth

Re: [android-developers] Need help setting table column width

2013-08-18 Thread Salil
Thanks TreKing One more observation is - first column always takes some specific width. I tried by putting a blank string in the fist column and build. Then the first column still takes some specific width and rest of the columns are taking it's required width. I tried different ways - but cou

[android-developers] Re: close on minimise application

2013-08-18 Thread Piren
Its easy to pass along that information between activities. it's also easy to know whether the activity started fresh or is coming back from background or recreated due to config changes. On Thursday, August 15, 2013 2:29:55 PM UTC+3, passer wrote: > > But how activity knows if user already aut

Re: [android-developers] want to be a game programmer.

2013-08-18 Thread Piren
You should follow this group more closely... evidence show the contrary ;-) I'm more inclined to: "There are no *good* programmers who dont know how to use Google!! :-D as for the OP: No, not necessary. On Saturday, August 17, 2013 12:21:20 PM UTC+3, Paul-Peter Tournaris wrote: > > There are

Re: [android-developers] JNI

2013-08-18 Thread Piren
you were already answered - in the libs folder under the proper architecture name, where it was placed by the build process. Also, you should just follow the samples provided. On Sunday, August 18, 2013 8:28:53 AM UTC+3, janvi wrote: > > Hi > > Ya .so with ndk built is given to me which I have to