I'm looking to create a shortcut to Bluetooth or NFC on Android+IOS, preferably by "Double clicking the Home button." Is this possible?
If not possible are there other shortcuts? Like maybe double tapping the mobile screen?
Thanks for reading.
I'm looking to create a shortcut to Bluetooth or NFC on Android+IOS, preferably by "Double clicking the Home button." Is this possible?
If not possible are there other shortcuts? Like maybe double tapping the mobile screen?
Thanks for reading.
Check http://developer.android.com/guide/components/services.html
other than that, how it works is up to how you code it
It's not possible to override a click on the Home button on Android. If you want to double tap the screen for it, that's certainly possible. Just implement onTouchEvent in your application. You could also set up gestures or simply have a button.