Using a Notifier when a goal is reached (that someone would choose with a ListPicker)

Hi! I'm trying to make a Pedometer app that will notify you when you accomplish your steps goal which I've laid out with a ListPicker. Does anyone have an idea of how I would be able to do that?

Thanks to anyone in advance it would really help... (this is for a project due in like a day i'm kind of stressing...)

Like when pedometer simple steps = ListPicker selection, call notifier? I'm not sure how I would lay that out though.

if steps = listpickerSelection
 then 
display Notifier message
1 Like