I am using api 8 for my current development. currently, I am trying to develop a custom view based on AbsListView.
problem occurs at setAdapter because it is said to be on api 11. the big question that comes up in my head now is... why on earth is this code legal and running on api 8? AbsListView absListView = (AbsListView)findViewById(R.id.listView); absListView.setAdapter(existingAdapter); R.id.listView is a ListView. so.. yeah.. the heck is happening?! thanks - allan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

