Monday, 11 July 2016

Android Notification with Listview



I wasn't able to post this in the developer section...

I could use a point in the right direction. I'm trying to create an Android notification that contains a list of calendar events. I would like it to be one notification with separate line items for each event so that the user can click on an individual event triggering a function specific to that event. I tried using the InboxStyle notification , while it does show a list, it doesn't seem like I can select an individual line item, only the whole thing.

I thought this would be straight forward so I have a few questions so that I can make sure I'm going down the correct path. I'm really looking for the simplest way. This app is just for me and mostly a learning experience so I don't want to get more complicated than needed. I am using Xamarin in VS2015, but even a Java example would help at this point.

Do I first need to make a widget that has a listview then use that widget to make my notification?

Do I need a listview to accomplish this or is there a simpler/better way to display a notification showing a list of individual line items?

Thanks



No comments:

Post a Comment