Greetings!

I'm currently newbie at android development, but intermediate at
Java:
As practice I'm creating a weight/bmi tracking tool for Android 2.1
(API 7).
 But I've got stuck onto an issue with preferences:

The issue is with implementing NumberPicker from Quietly Coding:
(http://www.quietlycoding.com/?p=5):
While I got the widget to work, I've had a hard time figuring out how
to get it to work as a popup in the preferences.

 I've written a class to handle both the conversion of metric and
imperial units, as the popup should be dependant on the units of
measurement selected in a ListPreference (either centimeters, or
separated feet and inches):

So the current issue would be the custom popup for the widget. How
would I proceed with this? Do I create a layout for each possible
variation and then have additional activities for each one? Or is
there a much more efficient method of doing so?

Thanks,
MAL

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to