Friday, July 26, 2013

1.0.1.72 - What's new

To get the latest version, run "Check for updates" from the Device Center or download.

New: Android 4.3 API

We've added support for the new Android 4.3 API. To use it, all you have to do is update dot42 and to set your Android version to 4.3.

New: Custom application types

It was not possible to specify a custom Android.App.Application derived class in the <application> section on your Android manifest.
We've altered the ApplicationAttribute such that it is now also allowed on classes as well (and not only on assemblies). If you want to make a custom Application class, create a class derived from Android.App.Application and attach an [Application(...)] attribute to it. In that case you may not use the ApplicationAttribute at assembly level.
We've added a sample that demonstrates this new feature. See OS\CustomApplication.

No comments:

Post a Comment