Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MainActivity's OnCreate got called everytime I resume my app. (Xamarin forms)

I'm making app with using XF pcl. (Appcompat for android)

MainActivity's OnCreate got called everytime I resume my app. That means my app re-launched everytime I resume app right?

Is it normal behavior? or I should check my app?

Thanks.

like image 783
Bright Lee Avatar asked Sep 05 '25 03:09

Bright Lee


1 Answers

[Activity(LaunchMode = LaunchMode.SingleTop)]

solve my problem.

like image 114
Bright Lee Avatar answered Sep 08 '25 02:09

Bright Lee