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
- Host: GitHub
- URL: https://github.com/erossini/xamarinandroidbackgroudtest
- Owner: erossini
- Created: 2017-07-25T16:01:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T16:10:43.000Z (about 8 years ago)
- Last Synced: 2025-05-04T02:40:19.413Z (5 months ago)
- Language: C#
- Size: 220 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xamarin Android Backgroud Test
How to Start an Application at Device Bootup in Android with XamarinThis 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.