getItemCount method
Implementation
int getItemCount() {
if(type == UFUSingleSelectType.network) {
return list.length + 1;
}
return list.length;
}
int getItemCount() {
if(type == UFUSingleSelectType.network) {
return list.length + 1;
}
return list.length;
}