Friday, May 23, 2014

[android-developers] Creating a custom PreferenceScreen for configuring connected devices

My app will receive input from external bluetooth devices.
I want to be able to let the user configure the application according to the paired device present.

The obvious place for this is within the shared preference activity.
As I am only targeting tablets for this, I was wanting to take advantage of the side-by-side display as shown here =>


So, the right hand screen (2) will need to permit the selection of the supported device, display a picture of it and permit the configuring of relevant parts.

Should I be deriving a new class from PreferenceScreen for this ?
If so, what do I need to do to get this form of flexibility ?
Is there a better way ?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment