Esempio n. 1
0
File: DfDd.java Progetto: phx1314/AB
 @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);
 }