views:

20

answers:

0

Hello all, I may be going over my head but I am trying to make a couple of apps for my own work usage as a photographer that will save me time and negate the need for paper. I need some help!

But first, what I have at my disposal:

  • Eclipse for RCP and RAP Developers, Helios Service Release 1
  • Android SDK (Latest with all APIs downloaded and installed correctly)
  • Windows 7 for above software
  • A Dreambook ePad7 that I wish to use the apps on - it runs Android 1.8.x (not an offical release I know-so guessing i should roll back to 1.6 compatiblity when deciding on code)

Now the nitty gritty!

I am trying to code two different apps:

  1. APP 1 A personal release app for people that I photograph while on the job which features need:

    • Seperate text input boxes with: Name, Address, Phone, Email, Client, Client2 (same as above autofilled), location of photograph, date
    • It also needs to have a signature field. My device has a touch screen and I was hoping to be able to have subject sign the app with the stylus after filling in the fields mentioned above.
    • This information saved to some form of file or even a screen capture image and saved locally.
  2. APP 2 A questionarre type list with around 30 radiogroups of yes/no.

    • Each line has a Yes and No Radio Button within a seperate radiogroup
    • If No is selected after completing the questions a second page should run with user submittable text.
    • Once this is done a txt file of the Yes/No answers and the text written if no should be saved locally, a datestamp in the file would be great.

What I am up to: Not a lot really, I have spent around 6-7 hours today researching how to implement these ideas but nothing really seems to work properly. I have radiobuttons in groups and text fields but am at a loss as to where to go from here.

ANY help other than GFGI (been doing that all day!) would be muchly appreciated!

Thankyou!

PS These are private apps, I am not going to use any code that helps me to sell on the droid market. For something that will simplify my work is really causing me a headache!