Last updated on April 4th, 2012 at 01:16 am
Problem Loading Widget while using TableRow
While you creating App Widget for Android, you are not allow to use TableRow or TableLayout in the xml
How to solve this if not using TableRow ?
You may use LinearLayout, RelativeLayout, and FrameLayout.