Пример #1
0
 @Override
 public MAdapter<?> getAdapter(Context context, Son son, int page) {
   size = ((MOrderList) son.getBuild()).order.size();
   return new AdaDd(context, ((MOrderList) son.getBuild()).order, state);
 }