Android: Start activity from app widget with ListView and Service
问题 I am using a ListView in a App Widget to show some items from a RSS feed. I want to go to a activity of my app if I click on a item in the ListView. I am at the point that I can show a Toast with the clicked position. I want to go to. But I do not know how to start the activity. I need to put my RSSFeed and the position inside the intent which starts the activity. I have a WidgetProvider.java which calls a RemoteFetchService.java in the onUpdate() method. In the OnStartCommand() of this