Todd Thomson
Todd Thomson
@maartenba I too am porting my MVC sites to ASP.NET Core MVC. My solution to porting SiteMaps was to use Options (configuring POCO settings ) and to setup the site...
@onovotny As you likely know, an Android rotation or screen orientation change restarts the currently running Activity. OnDestroy() is followed by OnCreate(). As @Bowman74 mentions above, you must save state...
@onovotny Yes, I'm just looking into that. When an Activity is destroyed so are all it's resources. It is likely that the thread(s) that is running the test(s) will need...
@onovotny Sorry for the delay. It took me a bit to get debugging working in VS with your library, but I eventually figured it out. I also do not use...
When an Activity is about to be killed it receives the onDestroy() life cycle event. The Activity should then perform housekeeping ( Cancel background threads to avoid avoid memory leaks,...
@onovotny > If we use a static FormsRunner instance, wouldn't that solve it? I believe you are thinking along the lines of how Xamarin.Android.NUnitLite works. NUnitLite utilizes a static AndroidRunner.Runner...
@onovotny I'm going to go ahead with using the Xamarin Forms Backgrounding technique to handle long running test tasks.
@onovotny Why doesn't UWP get a package reference to Xamarin.Forms in csproj? ``` ```
@ppetree This repo is 4 to 5 years old and is no longer being worked on and will not be updated by the original author (me). The beauty of GitHub...
@ppetree I am sorry that you couldn't get the Subpage widget to work. I took a look at my 1 remaining JQM based web production app and it still does...