[android-developers] Gallery issues

2012-12-13 Thread Vivek Malavade
Hi, I have created CoverFlow effect using Gallary view and in each gallary item consist of my custom view(view contains buttons, imageviews, gridviews, etc.). On the top of item view ther are two buttons (i.e. prev and next). I creared two different clicklisteners for buttons. When I going to

[android-developers] Admob issue

2012-11-06 Thread Vivek Malavade
Hi, I have integrated admob in my app successfully. I have listview of checkbox. When I select items of list with checkbox before admob ads appear, then its fine. But as soon as ad comes (ie. onRecievedAds() called), the all checkboxes get resets. Why this happens. Thanks in advance. --

Re: [android-developers] Admob issue

2012-11-06 Thread Vivek Malavade
, Nov 6, 2012 at 5:42 AM, Vivek Malavade vivek.m...@gmail.comjavascript: wrote: But as soon as ad comes (ie. onRecievedAds() called), the all checkboxes get resets. Why this happens. There is a bug in your code. Without more details (like a small snippet of sample code

[android-developers] Re: Admob issue

2012-11-06 Thread Vivek Malavade
you did something like this: public void onReceiveAd(AdView adView) { invalidateLayout(); } On Tuesday, November 6, 2012 5:42:20 AM UTC-6, Vivek Malavade wrote: Hi, I have integrated admob in my app successfully. I have listview of checkbox. When I select items of list

[android-developers] Android Admob Integeration

2012-10-05 Thread Vivek Malavade
Hi, I have integrated Admob SDK with my application. OK its fine. My question is that as Admob sdk, if I set uses-sdk android:minSdkVersion=8 android:targetSdkVersion=15 / And in project.properties # Project target. target=Google Inc.:Google APIs:15 Then Google Play will allow

[android-developers] Setting not applying on TTS engine

2012-02-01 Thread Vivek Malavade
Hi, I have string, that length greater than 4000. And i change the setting tts engine as pitch value , speech rate. Whenever string length greater that 4000, tts engine starts and reading at its default setting(i mean pitch, speech rate values). If there is string which has length less than 4000,

[android-developers] After updating sdk from r06 to r15

2011-12-06 Thread Vivek Malavade
When I update my android sdk from r06 to r15, getting following error. Error retrieving parent for item: No resource found that matches the given name 'android:WindowTitleBackground'.. I haven't change my any code. Why this happening..??? Please give solution.. Its very urgent -- You received