[android-developers] Re: Why the Android docs are inconsistent?

2009-05-30 Thread Mike Hearn

Sadly I wouldn't recommend contributing any doc patches until they've
got the merging between open and private repos sorted out. I
contributed a doc patch a few months ago and the Cupcake SDK shipped
with the (bad) doc bug in it anyway, because it was never merged in.
For now just file a bug and let them fix it.

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Why the Android docs are inconsistent?

2009-05-29 Thread havexz

OK i ll do that

On May 28, 9:55 am, Hamy hamilt...@gmail.com wrote:
 Agreed. Please file doc bugs for the benefit of is all.

 Hamy

 On May 27, 11:12 pm, Raphael r...@android.com wrote:



  Please file doc bugs athttp://b.android.com--the API probably
  evolved before 1.0 without the javadoc being updated.

  R/

  On Wed, May 27, 2009 at 6:51 PM,havexzbali.param...@gmail.com wrote:

   I have looking for something and found these inconsistencies in the
   online documentation

   This is a snippet from FAQ section
  http://developer.android.com/guide/appendix/faq/commontasks.html#broa...
          NotificationManager nm = (NotificationManager)
          context.getSystemService(Context.NOTIFICATION_SERVICE);
          nm.notifyWithText(R.id.alarm,
                            Alarm!!!,
                            NotificationManager.LENGTH_SHORT,
                            null);

   Now when I try to find the 'notifyWithText' api, I could not find it.

   Another example is IntentReciever. I just want to know is this class
   exists? As I found code in this forum itself using IntentReciever, but
   I cant find this class in the doc.

   And why standard intents like action
   android:name=android.provider.Telephony.SMS_RECEIVED are not
   documented?- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Why the Android docs are inconsistent?

2009-05-29 Thread Romain Guy

Or better yet, contribute documentation patches :)

On Fri, May 29, 2009 at 11:31 AM, havexz bali.param...@gmail.com wrote:

 OK i ll do that

 On May 28, 9:55 am, Hamy hamilt...@gmail.com wrote:
 Agreed. Please file doc bugs for the benefit of is all.

 Hamy

 On May 27, 11:12 pm, Raphael r...@android.com wrote:



  Please file doc bugs athttp://b.android.com--the API probably
  evolved before 1.0 without the javadoc being updated.

  R/

  On Wed, May 27, 2009 at 6:51 PM,havexzbali.param...@gmail.com wrote:

   I have looking for something and found these inconsistencies in the
   online documentation

   This is a snippet from FAQ section
  http://developer.android.com/guide/appendix/faq/commontasks.html#broa...
          NotificationManager nm = (NotificationManager)
          context.getSystemService(Context.NOTIFICATION_SERVICE);
          nm.notifyWithText(R.id.alarm,
                            Alarm!!!,
                            NotificationManager.LENGTH_SHORT,
                            null);

   Now when I try to find the 'notifyWithText' api, I could not find it.

   Another example is IntentReciever. I just want to know is this class
   exists? As I found code in this forum itself using IntentReciever, but
   I cant find this class in the doc.

   And why standard intents like action
   android:name=android.provider.Telephony.SMS_RECEIVED are not
   documented?- Hide quoted text -

 - Show quoted text -
 




-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Why the Android docs are inconsistent?

2009-05-29 Thread havexz

Dats a good idea ..I just have to figure out how to do it...

On May 29, 1:44 pm, Romain Guy romain...@google.com wrote:
 Or better yet, contribute documentation patches :)





 On Fri, May 29, 2009 at 11:31 AM, havexz bali.param...@gmail.com wrote:

  OK i ll do that

  On May 28, 9:55 am, Hamy hamilt...@gmail.com wrote:
  Agreed. Please file doc bugs for the benefit of is all.

  Hamy

  On May 27, 11:12 pm, Raphael r...@android.com wrote:

   Please file doc bugs athttp://b.android.com--theAPI probably
   evolved before 1.0 without the javadoc being updated.

   R/

   On Wed, May 27, 2009 at 6:51 PM,havexzbali.param...@gmail.com wrote:

I have looking for something and found these inconsistencies in the
online documentation

This is a snippet from FAQ section
   http://developer.android.com/guide/appendix/faq/commontasks.html#broa...
       NotificationManager nm = (NotificationManager)
       context.getSystemService(Context.NOTIFICATION_SERVICE);
       nm.notifyWithText(R.id.alarm,
                         Alarm!!!,
                         NotificationManager.LENGTH_SHORT,
                         null);

Now when I try to find the 'notifyWithText' api, I could not find it.

Another example is IntentReciever. I just want to know is this class
exists? As I found code in this forum itself using IntentReciever, but
I cant find this class in the doc.

And why standard intents like action
android:name=android.provider.Telephony.SMS_RECEIVED are not
documented?- Hide quoted text -

  - Show quoted text -

 --
 Romain Guy
 Android framework engineer
 romain...@android.com

 Note: please don't send private questions to me, as I don't have time
 to provide private support.  All such questions should be posted on
 public forums, where I and others can see and answer them- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Why the Android docs are inconsistent?

2009-05-29 Thread Romain Guy

source.android.com explains everything :)

On Fri, May 29, 2009 at 12:03 PM, havexz bali.param...@gmail.com wrote:

 Dats a good idea ..I just have to figure out how to do it...

 On May 29, 1:44 pm, Romain Guy romain...@google.com wrote:
 Or better yet, contribute documentation patches :)





 On Fri, May 29, 2009 at 11:31 AM, havexz bali.param...@gmail.com wrote:

  OK i ll do that

  On May 28, 9:55 am, Hamy hamilt...@gmail.com wrote:
  Agreed. Please file doc bugs for the benefit of is all.

  Hamy

  On May 27, 11:12 pm, Raphael r...@android.com wrote:

   Please file doc bugs athttp://b.android.com--theAPI probably
   evolved before 1.0 without the javadoc being updated.

   R/

   On Wed, May 27, 2009 at 6:51 PM,havexzbali.param...@gmail.com wrote:

I have looking for something and found these inconsistencies in the
online documentation

This is a snippet from FAQ section
   http://developer.android.com/guide/appendix/faq/commontasks.html#broa...
       NotificationManager nm = (NotificationManager)
       context.getSystemService(Context.NOTIFICATION_SERVICE);
       nm.notifyWithText(R.id.alarm,
                         Alarm!!!,
                         NotificationManager.LENGTH_SHORT,
                         null);

Now when I try to find the 'notifyWithText' api, I could not find it.

Another example is IntentReciever. I just want to know is this class
exists? As I found code in this forum itself using IntentReciever, but
I cant find this class in the doc.

And why standard intents like action
android:name=android.provider.Telephony.SMS_RECEIVED are not
documented?- Hide quoted text -

  - Show quoted text -

 --
 Romain Guy
 Android framework engineer
 romain...@android.com

 Note: please don't send private questions to me, as I don't have time
 to provide private support.  All such questions should be posted on
 public forums, where I and others can see and answer them- Hide quoted text -

 - Show quoted text -
 




-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Why the Android docs are inconsistent?

2009-05-28 Thread Hamy

Agreed. Please file doc bugs for the benefit of is all.

Hamy

On May 27, 11:12 pm, Raphael r...@android.com wrote:
 Please file doc bugs athttp://b.android.com-- the API probably
 evolved before 1.0 without the javadoc being updated.

 R/

 On Wed, May 27, 2009 at 6:51 PM, havexz bali.param...@gmail.com wrote:

  I have looking for something and found these inconsistencies in the
  online documentation

  This is a snippet from FAQ section
 http://developer.android.com/guide/appendix/faq/commontasks.html#broa...
         NotificationManager nm = (NotificationManager)
         context.getSystemService(Context.NOTIFICATION_SERVICE);
         nm.notifyWithText(R.id.alarm,
                           Alarm!!!,
                           NotificationManager.LENGTH_SHORT,
                           null);

  Now when I try to find the 'notifyWithText' api, I could not find it.

  Another example is IntentReciever. I just want to know is this class
  exists? As I found code in this forum itself using IntentReciever, but
  I cant find this class in the doc.

  And why standard intents like action
  android:name=android.provider.Telephony.SMS_RECEIVED are not
  documented?
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Why the Android docs are inconsistent?

2009-05-27 Thread Rob Franz
I think IntentReceiver became BroadcastReceiver like in 1.1?  I can't
remember.

On Wed, May 27, 2009 at 9:51 PM, havexz bali.param...@gmail.com wrote:


 I have looking for something and found these inconsistencies in the
 online documentation

 This is a snippet from FAQ section

 http://developer.android.com/guide/appendix/faq/commontasks.html#broadcastreceivers
NotificationManager nm = (NotificationManager)
context.getSystemService(Context.NOTIFICATION_SERVICE);
nm.notifyWithText(R.id.alarm,
  Alarm!!!,
  NotificationManager.LENGTH_SHORT,
  null);

 Now when I try to find the 'notifyWithText' api, I could not find it.

 Another example is IntentReciever. I just want to know is this class
 exists? As I found code in this forum itself using IntentReciever, but
 I cant find this class in the doc.

 And why standard intents like action
 android:name=android.provider.Telephony.SMS_RECEIVED are not
 documented?
 


--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Why the Android docs are inconsistent?

2009-05-27 Thread havexz

There is one more SMS_RECIEVEDunable to find this also..

On May 27, 8:53 pm, Rob Franz rob.fr...@gmail.com wrote:
 I think IntentReceiver became BroadcastReceiver like in 1.1?  I can't
 remember.

 On Wed, May 27, 2009 at 9:51 PM, havexz bali.param...@gmail.com wrote:

  I have looking for something and found these inconsistencies in the
  online documentation

  This is a snippet from FAQ section

 http://developer.android.com/guide/appendix/faq/commontasks.html#broa...
         NotificationManager nm = (NotificationManager)
         context.getSystemService(Context.NOTIFICATION_SERVICE);
         nm.notifyWithText(R.id.alarm,
                           Alarm!!!,
                           NotificationManager.LENGTH_SHORT,
                           null);

  Now when I try to find the 'notifyWithText' api, I could not find it.

  Another example is IntentReciever. I just want to know is this class
  exists? As I found code in this forum itself using IntentReciever, but
  I cant find this class in the doc.

  And why standard intents like action
  android:name=android.provider.Telephony.SMS_RECEIVED are not
  documented?
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Why the Android docs are inconsistent?

2009-05-27 Thread Rob Franz
Yeah, I don't know.  Welcome to the wonderful world of Android. You have to
expect that some things will change on an emerging platform that is set on
world domination.



On Wed, May 27, 2009 at 10:08 PM, havexz bali.param...@gmail.com wrote:


 There is one more SMS_RECIEVEDunable to find this also..

 On May 27, 8:53 pm, Rob Franz rob.fr...@gmail.com wrote:
  I think IntentReceiver became BroadcastReceiver like in 1.1?  I can't
  remember.
 
  On Wed, May 27, 2009 at 9:51 PM, havexz bali.param...@gmail.com wrote:
 
   I have looking for something and found these inconsistencies in the
   online documentation
 
   This is a snippet from FAQ section
 
  http://developer.android.com/guide/appendix/faq/commontasks.html#broa.
 ..
  NotificationManager nm = (NotificationManager)
  context.getSystemService(Context.NOTIFICATION_SERVICE);
  nm.notifyWithText(R.id.alarm,
Alarm!!!,
NotificationManager.LENGTH_SHORT,
null);
 
   Now when I try to find the 'notifyWithText' api, I could not find it.
 
   Another example is IntentReciever. I just want to know is this class
   exists? As I found code in this forum itself using IntentReciever, but
   I cant find this class in the doc.
 
   And why standard intents like action
   android:name=android.provider.Telephony.SMS_RECEIVED are not
   documented?
 


--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Why the Android docs are inconsistent?

2009-05-27 Thread Raphael

Please file doc bugs at http://b.android.com -- the API probably
evolved before 1.0 without the javadoc being updated.

R/

On Wed, May 27, 2009 at 6:51 PM, havexz bali.param...@gmail.com wrote:

 I have looking for something and found these inconsistencies in the
 online documentation

 This is a snippet from FAQ section
 http://developer.android.com/guide/appendix/faq/commontasks.html#broadcastreceivers
        NotificationManager nm = (NotificationManager)
        context.getSystemService(Context.NOTIFICATION_SERVICE);
        nm.notifyWithText(R.id.alarm,
                          Alarm!!!,
                          NotificationManager.LENGTH_SHORT,
                          null);

 Now when I try to find the 'notifyWithText' api, I could not find it.

 Another example is IntentReciever. I just want to know is this class
 exists? As I found code in this forum itself using IntentReciever, but
 I cant find this class in the doc.

 And why standard intents like action
 android:name=android.provider.Telephony.SMS_RECEIVED are not
 documented?
 


--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---