我的应用程序的主屏幕小部件看起来像这样。
我想点击一个行项目并启动我的应用的MainActivity。我使用以下代码但没有任何反应。
@Override
public void postHandle(HttpServletRequest request,
HttpServletResponse response,
Object handler,
ModelAndView modelAndView) throws Exception {
request.setAttribute("categoryList", categoryDao.getPostCategoryList());
}