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

XForms notification or backgroundworker ?

$
0
0

Hi everybody, i have an application composed of severals screen. The main page start on login page. Then, there is a TabbedPage composed of severals page (news, F&Q, etc). My application use remote notification. It's working great on both Android and iOs.

I still have 2 problems unsolved.

1) Opening a specific page from the notification center. Right now, i just found a way to open my application on the login page. What i'm looking for is opening a specific news and be able to navigate back as if i went to the news myself. Note : i have only one activity and i don't know if i have to create a new activity that will performs quite the same as MainActivity but will do extra work ?

2) Showing notification if the app is killed or not launched. I saw that facebook show notification even if your app isn't launched. Are they using a kind of background worker that ask my server if there is a message to show ?

Is it possible to do such things ?


Viewing all articles
Browse latest Browse all 58056

Trending Articles