IStreamArrayAdapter

class IStreamArrayAdapter extends ArrayAdapter<IStream>

This adapter is internally used from the StreamInspectorFragment for representing IStream data.

Constructors

IStreamArrayAdapter

public IStreamArrayAdapter(Context context, int viewId, List<IStream> objects, List<StreamProperty> streamProperties)

This adapter provides a way of rendering informations about a list of IStream objects.

Parameters:
  • context
  • viewId – the view id where to render the informations about each stream
  • objects – the list of IStream objects.
  • streamProperties – the properties to render for each stream (a null value renders all the available properties)

Methods

getView

public View getView(int position, View convertView, ViewGroup parent)