我最近一直在使用Android CardView,据我所知,CardView只会先显示第一张卡,然后你可以在刷卡后看到其他卡片。
我的问题是:我们如何最初设置默认protected void execute(ActionContext actionContext) throws Exception {
HttpServletRequest request = actionContext.getRequest();
List<String> listOfIdString= new ArrayList<String>();
List<Integer>listOfIdInt= new ArrayList<Integer>();
InvoiceEditionForm forma = (CFakturaEdycjaForm) actionContext.getForm();
String[] idArray = request.getParameterValues("checkboxGroup");
if(idArray != null && idArray.length > 0) {
listOfIdString = Arrays.asList(idArray);
for(String currentId: listOfIdString) {
listOfIdInt.add(Integer.parseInt(currentId));
}
for(Integer currentId: listaIdFakturaInt) {
Invoice invoice = invoiceLogic.findInvoiceById(currentId);
(Acceptance process goes here)
}
}
?
例如
显示屏将在中间显示特定位置的卡片,您可以滑动以查看其他卡片。
答案 0 :(得分:0)
如果您想在开始时展示特定商品,请使用C:\Users\local-cluckett>python whitewater /test,mp4
和RecyclerView
scrollToPosition();
请参阅this。
滚动到某个位置是一种方便的方法。 RecyclerView不实现滚动逻辑,而是转发 致电
RecyclerView rv=....... rv.scrollToPosition(2); //position of card view
并使用scrollToPosition(int)
作为满足您需求的元素。