Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Notification manager & Forms

$
0
0

In my android project, I have written code to add notification to Android's notification area. It works.

However, on click on the notification, I want to show a page which is part of the Forms project.

In Android project, I would need to create a stack builder and specify the class name of the android activity, like below

Intent resultIntent = new Intent(this, ResultActivity.class);

But since my page is in Forms project, the approach may be different. If I directly give the Form's Page class here, it doesn't work.

Can anyone help me with how to achieve this?


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>