Aklımda Kalası Kelimeler

* давайте работать вместе
* Zarf ve Mazruf, Zerafet(xHoyratlık) ile aynı kökten(za-ra-fe) gelir
* Bedesten
* Suç subuta ermiştir - Suç sabit olmuştur
View etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
View etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

2 Ekim 2010 Cumartesi

Android: ListView hakkında



void com.packageAdi.aktiviteAdi.onListItemClick(ListView parent, View v, int position, long id)


@Override


Overrides: onListItemClick(...) in ListActivity
protected void onListItemClick (ListView l, View v, int position, long id)
Since: API Level 1
This method will be called when an item in the list is selected. Subclasses should override. Subclasses can call getListView().getItemAtPosition(position) if they need to access the data associated with the selected item.

Parameters
l The ListView where the click happened
v The view that was clicked within the ListView
position The position of the view in the list
id The row id of the item that was clicked