Im new on android, please help me hide the car after scrolling through the list, here is my code, but could not get the correct solution.
xml file:
<ListView android:id="@+id/offline_list" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="#dde1e3" android:clickable="true" android:focusable="true" > </ListView>
the code:
lvCustomList.setOnFocusChangeListener(new View.OnFocusChangeListener() { @Override public void onFocusChange(View v, boolean hasFocus) {
android android-listview scroll keyboard
Vikash Parajuli
source share