[android-developers] Re: Intent to load Call Log

2010-10-14 Thread Muhammad Bilal
, Oct 12, 2010 at 5:49 PM, Muhammad Bilal se.bi...@gmail.com wrote: Hi, I am trying to locate theintenttoloadthecalllogview , does android platform provide that out of the box? the functionality that i am looking is just like picking a contact from address book , you can do

[android-developers] Re: Intent to load Call Log

2010-10-14 Thread Muhammad Bilal
, Oct 12, 2010 at 5:49 PM, Muhammad Bilal se.bi...@gmail.com wrote: Hi, I am trying to locate theintenttoloadthecalllogview , does android platform provide that out of the box? the functionality that i am looking is just like picking a contact from address book , you can do

[android-developers] Intent to load Call Log

2010-10-12 Thread Muhammad Bilal
Hi, I am trying to locate the intent to load the call log view , does android platform provide that out of the box? the functionality that i am looking is just like picking a contact from address book , you can do that by using intent.ACTION_PICK and using the people content URI Intent intent =

[android-developers] Intent to pick a contact from Call Log

2010-10-12 Thread Muhammad Bilal
Hi, I am trying to locate the intent to load the call log view , does android platform provide that out of the box? the functionality that i am looking is just like picking a contact from address book , you can do that by using intent.ACTION_PICK and using the people content URI Intent intent =

[android-developers] Re: How to remove sms notifications in status bar

2009-11-23 Thread Muhammad Bilal
of me, I don't even know how to delete the sms message from inbox.   Can you share some pointer? On Tue, Nov 10, 2009 at 2:17 PM, Muhammad Bilal se.bi...@gmail.com wrote: hi, its been a while since i am doing development on android sdk , one of the astonishing i come across that there is np

[android-developers] how to reject a call using Android SDK

2009-11-14 Thread Muhammad Bilal
Hi, My question is really simple and to Geeks and experts in Android development, is it possible to reject a incoming call using Android SDK 1.6 or higher ? regards MB -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: How to remove sms notifications in status bar

2009-11-11 Thread Muhammad Bilal
. On Nov 11, 6:17 am, Muhammad Bilal se.bi...@gmail.com wrote: hi, its been a while since i am doing development on android sdk , one of the astonishing i come across that there is np support in the API to removeany notification in thestatusbar, i am working on an application which

[android-developers] How to remove sms notifications in status bar

2009-11-10 Thread Muhammad Bilal
hi, its been a while since i am doing development on android sdk , one of the astonishing i come across that there is np support in the API to remove any notification in the status bar , i am working on an application which looks for every SMS coming and on some specific sms deletes them from the

[android-developers] how to add space between column in TableLayout

2009-06-01 Thread Muhammad Bilal
Hi i am just developing application in android . i am building a test game TicTacToe . i am generating the GUI Programmatically i know i can develop the same gui using xml but again i am doing this for learning . okay , i have created a TableLayout and add three TableRows in it and each row i