I'm creating a widget for the Android platform., however I need some advice on certain aspects.
1) If I have a 3x3 widget, what is the actual dip/dp for this layout?
2) I'm creating a basic calculator layout inside the widget, how can I better layout the elements? Linear/Absolute/Relative?
3) Depending on the layout above, are there any examples showing how to better position the elements I want to draw?
Cheers :)