An open API service indexing awesome lists of open source software.

https://github.com/erossini/xamarinandroidbackgroudtest

How to Start an Application at Device Bootup in Android with Xamarin
https://github.com/erossini/xamarinandroidbackgroudtest

Last synced: about 2 months ago
JSON representation

How to Start an Application at Device Bootup in Android with Xamarin

Awesome Lists containing this project

README

          

# Xamarin Android Backgroud Test
How to Start an Application at Device Bootup in Android with Xamarin

This tutorial will explain to stat an application while the Android device boot-up. For this, we need to  listen to the BOOT_COMPLETED action and react to it.

Visit http://puresourcecode.com/dotnet/post/Xamarin-how-to-Start-an-Application-at-Device-Bootup-in-Android for more details.