[android-beginners] I want to create an app for work orders - HELP

2009-12-15 Thread ronnieb
I am an engineer for a small IT consulting company. we have a work order form that we email to a distribution group and the client. how would I go about doing this on our moto driod phone? i downloaded the sdk and have little programming but willing to learn. I have done access database and

Re: [android-beginners] I want to create an app for work orders - HELP

2009-12-15 Thread Justin Anderson
First, I would start by learning Java (not the GUI stuff though). Then look at the tutorials found in the Dev Guide. When I build my first app, I started with the Hello World tutorial and then just added onto it from other tutorials...