Re: [android-developers] How to refresh a "Form"

2011-04-25 Thread TreKing
On Fri, Apr 22, 2011 at 4:21 PM, Giorgio Torres wrote: > I would like to know android's best way to do what i'm trying. I don't think your question is very clear. However, off the bat I would say you do not need a "MyForm" class that extends View. You just need a layout defined in XML that lays

[android-developers] How to refresh a "Form"

2011-04-22 Thread Giorgio Torres
Hi, i'm new in android development and I've just completed the tutorial at developer.android.com. I'm a J2ME programmer, and I think i have some habits from it. First of all, it was hard to familiarize with android's UI building way, and i have some vicious inherited from J2ME's programming way. I