Top "Android-adapter" questions

An Adapter object acts as a bridge between an AdapterView and the underlying data for that view.

Spinner with custom adapter show the selected item Android

in my program use a spinner with a custom adapter. The adapter is: private class lenguageSpinnerAdapter extends BaseAdapter implements SpinnerAdapter { …

android android-layout android-spinner android-adapter android-adapterview
android-notifyDataSetChanged doesn't work on BaseAdapter

i've a listview on my activity , when I reach the end of listview , it calls async and it getting new …

android android-listview android-adapter
Save State and Restore State in FragmentStatePagerAdapter

I a using ViewPager with FragmentStatePageAdapter on my screen I have 5 pages which has lots of images and views. Currently …

android android-fragments android-viewpager android-adapter android-pageradapter
RecyclerView - Where should I handle its click events?

Prior to the introduction of RecyclerView (and its mandatory ViewHolder pattern), I usually delegate any click events to its corresponding …

android android-adapter android-adapterview
ListView row set Left Margin programmatically in CustomAdapter

I have a ListView with its Custom Adapter. in adapter's getview i want to set margin left of 15 dip to …

android listview android-adapter layoutparams
ListView like in universal image loader sample app

I am using universal image loader for displaying thumb images in the list view. I have implemented the basic steps …

android android-imageview android-adapter
BaseAdapter selecting item and processing issue

I have a ListView which extends BaseAdapter. I have a data[] array. The ListView inflates and populates correctly. What I …

android android-listview inflate baseadapter android-adapter
Android Google maps fragment in RecyclerView.ViewHolder

How can I get to GoogleMap from RecyclerView.ViewHolder I have: public class MapRowHolder extends RecyclerView.ViewHolder { public MapRowHolder(View …

android google-maps android-fragments android-adapter android-viewholder
MultiChoiceModeListener.onItemCheckedStateChanged() only executes when item is checked

I'm having a problem. In my main activity, which extends ListActivity and Implements MultiChoiceModeListener, I have the overriden method onItemCheckedStateChanged(). …

android android-listview android-adapter android-checkbox