All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.widget.ListAdapter Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

There is a newer version: 4.1.1.4
Show newest version
package android.widget;
public interface ListAdapter
  extends android.widget.Adapter
{
public abstract  boolean areAllItemsEnabled();
public abstract  boolean isEnabled(int position);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy