In android programming, we have basic concept about Adapter and ArrayAdapter. To understand the ArrayAdapter i used the following link :
http://developer.android.com/reference/android/widget/ArrayAdapter.html
and to understand adapter i used the following link :
http://developer.android.com/reference/android/widget/Adapter.html
unfortunately, i'm new in android programming, so i'm little bit confused about this concept (about their relationship, main purpose and difference).
its that ArrayAdapter is derived from adapter? If anybody can explain it, it will be great helpful. Thanks and sorry for my bad English :)