单击主屏幕小组件

时间:2018-05-26 07:20:39

标签: android widget

我的应用程序的主屏幕小部件看起来像这样。

home screen

我想点击一个行项目并启动我的应用的MainActivity。我使用以下代码但没有任何反应。

@Override
public void postHandle(HttpServletRequest request,
                       HttpServletResponse response,
                       Object handler,
                       ModelAndView modelAndView) throws Exception {

    request.setAttribute("categoryList", categoryDao.getPostCategoryList());
}

0 个答案:

没有答案