I forgot to tell about my programming experience. That seems relevant, so here goes.
I have some basic HTML/CSS and ASP experience.
I have some basic Java experience as well.
Those are some years ago, though.
Recently, I have done some PowerShell scripts, some of them quite advanced.
Onward to my current project. I did my drafts. So far, I can see 4 screens in this app - the main screen, a result screen, a dice pool designer and a settings screen. Like this:
https://www.dropbox.com/s/m81fm5h84ni60i2/designer.jpg
https://www.dropbox.com/s/xg97246otcd9miw/homescreen.jpg
https://www.dropbox.com/s/gq3vuw60ry7a6qp/Results.jpg
https://www.dropbox.com/s/s6udq69frvi9hpu/settings.jpg
No, graphical design is not my strong suit
🙂
I could not get img tags to work here. Any idea what I am doing wrong?
I have some choices to make already:
1. Which software should I use? I have Eclipse installed, and that seems fine to me.
2. Which Android version should I make this for? I have no idea which features are in which version, but are anyone using lower than 2.1?
And then a more general point. How should I structure this? My first thought is to make a HTML/CSS-like structure, with a stylesheet and each screen a different file. This must be in a tutorial somewhere, but I cannot find it, for some reason. Does someone have an explanation or a link?