Ejemplo n.º 1
0
 @Override
 public Object getItem(final int position) {
   return mapListSection.getMapListEntryList().get(position);
 }
Ejemplo n.º 2
0
 @Override
 public int getCount() {
   return mapListSection.getMapListEntryList().size();
 }