hs10222 / doclava

Automatically exported from code.google.com/p/doclava
Apache License 2.0
0 stars 0 forks source link

Docs typo - ListAdapter extends Adapter #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
(from Google internal bug 5201316...)

Dear android team,

      I found some basic mistake in android documentation.
      See below doc link,

http://developer.android.com/reference/android/widget/ListAdapter.html

      Here it is written that

      public interface      ListAdapter        implements
Adapter<http://developer.android.com/reference/android/widget/Adapter.html>

      An interface can't implement other interface, When I see the
actual
code of ListAdapter interface

http://www.java2s.com/Open-Source/Android/android-core/platform-frameworks-base/
android/widget/ListAdapter.java.htm
.. it is like this

      *public* *interface* ListAdapter *extends*
*Adapter*<http://www.java2s.com/Open-Source/Android/android-core/platform-framew
orks-base/android/widget/Adapter.java.htm>{

Original issue reported on code.google.com by e...@google.com on 11 Jul 2012 at 4:06

GoogleCodeExporter commented 8 years ago
Dear Android Team..

There is problem in ListAdapter and Adapter documentation .

saying interface ListAdapter imlements  interface Aadpter.

http://www.java2s.com/Open-Source/Android/android-core/platform-frameworks-base/
android/widget/ListAdapter.java.htm

http://www.java2s.com/Open-Source/Android/android-core/platform-frameworks-base/
android/widget/Adapter.java.htm%3E%7B

Original comment by rohanrk...@gmail.com on 4 Jun 2014 at 5:35

GoogleCodeExporter commented 8 years ago
Dear android team, 

The ListAdapter documentation makes a typo mistake.

See below link,
http://developer.android.com/reference/android/widget/ListAdapter.html

Original comment by yaoc...@gmail.com on 10 Jul 2015 at 3:01

Attachments: