Re: [android-developers] DDMS Allocations tracker not picking up activity when using a real phone

2010-08-05 Thread Dilli rao
id Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-de

Re: [android-developers] no devices in adb devices list

2010-04-06 Thread Dilli rao
/groups.google.com/group/android-developers?hl=en > > To unsubscribe, reply using "remove me" as the subject. > -- Thank you Dilli Rao -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

Re: [android-developers] ExpandableListView Problem

2010-03-03 Thread Dilli rao
gt; -- > 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 email to > android-developers+unsubscr...@googleg

Re: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Dilli rao
one more Q. local disk means (hard disk or sdcard of emulator) On Thu, Feb 18, 2010 at 7:15 PM, Dilli rao wrote: > you have to start the player in onprepared listener > > and also check the android media player compatibility with the media file > codec ( which you want to play)

Re: [android-developers] Re: How to play a media file on emulator

2010-02-18 Thread Dilli rao
is 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 email to > android-developers+unsubscr...@googlegroups.com > For more op

Re: [android-developers] Down Tab Bar in Android

2010-02-18 Thread Dilli rao
om > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Thank you Dilli Rao -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

Re: [android-developers] How to read XML file from sdcard and parse it?

2010-01-08 Thread dilli rao
uot;Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/grou

[android-developers] Re: custom list view

2009-09-09 Thread dilli rao
see API demos package : com.example.android.apis.view file : list14.java example in that you can modify the text view properties as you need.. Thank you, Dilli Rao On Tue, Sep 8, 2009 at 11:21 AM, Sasi Kumar wrote: > > I need a custom list view. > > For reducing the list vi

[android-developers] Re: key lisener

2009-09-09 Thread dilli rao
Event event) called ** "); if(keyCode == KeyEvent.KEYCODE_BACK) { Log.i(getClass().getSimpleName()," back key pressed "); } return true; } Thank you, Dilli Rao On Tue, Sep 8, 2009 at 3:36 PM, sasi kumar wrote: > use key lisener.. > > >

[android-developers] Re: How do I delete an app from 'All Android Market listings'?

2009-09-03 Thread dilli rao
if u r connected your development machine then then use : adb uninstallto uninstall from u r mobile or use settings->applicationmanager-> and choose old app and uninstall it Thank you Dilli On Fri, Sep 4, 2009 at 4:34 AM, gsmd wrote: > > After changing package name, I've got an old v

[android-developers] Re: Please help _Confused_Server Side For android mobile application

2009-09-03 Thread dilli rao
Hi Mohith K M* * * *you may use php for your request page design at server side and for interaction with mysql and do the large processing at server side and send back the results to the client (ANDROID) use post or get request methods while sending the request to the server and process the respo

[android-developers] Re: Http server at localhost

2009-09-03 Thread dilli rao
you can set a http server running in the local machine (Android)and you can uset it as a simple server try to port the server in android (as it is ) no modifications required http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore/src/examples/org/apache/http/examples/Elementa

[android-developers] Re: How to do we take a Screenshot using ADB Comand Line

2009-08-27 Thread dilli rao
ill help you. Thank you. Dilli Rao On Thu, Aug 27, 2009 at 6:18 PM, Prakash Vel wrote: > > Read through Couple of articles , Most of them point to the DDMS > through that we could take the Screenshot. > > However i am trying to capture the Emulator screen from the Command > Li