Re: [android-developers] ListView Row not firing the click event

2011-10-06 Thread dinesh adwani
If you have added any other view like radio button make it setfocasable(false) On Oct 6, 2011 3:46 PM, Naveen kumarnaveen.si...@gmail.com wrote: i am using custom list , it's l1.setAdapter(new EfficientAdapter(this)); l1.setFocusable(true); l1.setClickable(true);

Re: [android-developers] Re: Open one html file from sdcard

2010-10-05 Thread dinesh adwani
There is no need to go android market..jus create one activity which Use ExternalStoarageDirectory and list all files ends with .html. and use webview to load it . you will see your contentand this can be your app to see all html pages... On Tue, Oct 5, 2010 at 12:19 PM, Kumar Bibek

Re: [android-developers] Will my app receive a Broadcast if it is not running?

2010-10-03 Thread dinesh adwani
yes app will recive broadcast On Mon, Oct 4, 2010 at 9:12 AM, Greg Siano gregmsi...@gmail.com wrote: I have an app that I want to start when people recieve a text. Is this possible? Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers

Fwd: [android-developers] Re: locale change does not affect menu

2010-10-01 Thread dinesh adwani
use ..getBaseContext().getResources().getConfiguration().updateFrom(newConfig) -- Forwarded message -- From: dinesh adwani dinesh.adwa...@gmail.com Date: Thu, Sep 30, 2010 at 10:54 AM Subject: Re: [android-developers] Re: locale change does not affect menu To: android-developers

[android-developers] How a phone application can be separated from vt application?

2010-10-01 Thread dinesh adwani
Hi, I am dinesh , right now working with phone application we have used VT actvity inside phone for videotelephony and we are also using many of phone utilities inside it, now for maintainance purpose we have to move the VT out of phone application we thought of keeping VT and Phone as two APK

Re: [android-developers] Re: locale change does not affect menu

2010-10-01 Thread dinesh adwani
Hi all, normally locale change comes under configuration change and if you have overrided onConfigurationChanged thenit is called onchanging locale since in normal case when we change locale activity destroy and create again to change locale at runtime...but if u have kept ur activity as

[android-developers] Query 1:

2010-03-24 Thread Dinesh Adwani
Could you please tell me how to use notification code inside Broadcast Reciever. -- 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 from this group, send