tags:

views:

68

answers:

1

I'm looking to create a simple form with some textfields and a button using the Android SDK. Could someone point out a good example or tutorial for getting started?

+1  A: 

If you haven't done so already, go through the official tutorials. In particular, Hello Views, Form Stuff should be very useful. These tutorials are basic, but if you're looking for how to get started the official site is the best place to go.

Steve H