[android-developers] Android malware ads

2016-01-13 Thread Manas Kapoor
in the history. How is possible that these urls are coming in my history and if they are opening in the application then how is it possible that these urls are opening in my application. Please if anyone can help with the same. Thanks & Regards Manas Kapoor -- You received this mes

[android-developers] Hindi font support

2013-10-19 Thread Manas Shah
देवदेवस्य); Could you please help me to resolve this issue? Thanking you in advance ! -Cheers, Manas Shah -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Please help me to get a rid of this error - The type android.app.Fragment cannot be resolved

2013-02-27 Thread Manas Shah
. It is indirectly referenced from required .class files I have also checked build path. Build sequence is android.support.v4 -- android.support.v13 -- Android 2.2 -- Android dependence. Any idea what I`m missing here. I am attaching the code for reference. Thank you in advance ! -Manas

Re: [android-developers] Re: Please help me to get a rid of this error - The type android.app.Fragment cannot be resolved

2013-02-27 Thread Manas Shah
Thanks Nobu for reply Yes, I have set minSdkLevel = 8 and targetSdkVersion =15 but still no luck... I am not able to understand why code is referring to android.app.Fragment class as I am no where using it. Thanks again, Manas On Wed, Feb 27, 2013 at 9:23 PM, Nobu Games dev.nobu.ga

Re: [android-developers] Re: trying to start-activity from alertdiaog --please advice

2011-09-29 Thread Manas Shah
Thanks all for your reply.. Its working now. Code was perfect it was me dim who missed out entry in manifest. Thanks Jeremy for remembering it! On Thu, Sep 29, 2011 at 2:08 AM, Studio LFP studio@gmail.com wrote: A guessing game, fun! My guess is... Intent newintent1 = new

[android-developers] trying to start-activity from alertdiaog --please advice

2011-09-27 Thread Manas Shah
) { dialog.cancel(); } }); Please advice. -Regards, Manas Shah. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Listview as dialog: Need Help

2011-07-29 Thread Manas Shah
Hi I have one button nad textview. When i click on button i want open listview as dialog and set selected item to textview. Please suggest, Thanking you in anticipation -Manas Shah -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] sound detection

2011-01-20 Thread manas gajare
1. I want to trigger a function when the sound level in the surrounding is above some threshold level? How can I achieve that? 2. Is there any way to implement java sound api in android? Manas -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] twlauncher activity - phone hangs continuously

2011-01-03 Thread manas gajare
Hello people I have Samsung Galaxy 3. The phone hangs often saying 'force close - twlauncher activity' What causes this problem? and How to resolve this issue? Regards Manas -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] is there any htc mototola specific emulator to test apps?

2010-12-31 Thread manas
on other having same OS version? 2. Is there any emulator to test apps specifically for HTC Motorola. So that we can ensure before launching that the app works well on those phones. Regads Manas http://dexterltd.com -- You received this message because you are subscribed to the Google Groups

[android-developers] Regarding listview

2010-11-28 Thread manas gajare
Hello all We are trying to use listview in one our app. We want to have 2 controls on that listview. The default application of 'contact' on android is having such kind of listview. (For call log option) Any clue? Manas http://dexterltd.com -- You received this message because you

[android-developers] Listview similar to call logs of 'contacts' app

2010-11-22 Thread manas
We are trying to create a listview exactly similar to 'call log listview' of 'contact' application (which is a default one). There is one listview item but two clickable controls. 1. Left one - for viewing call log details 2. Right one - for calling that person Any pointer on how to achieve that?