[android-developers] Re: Android Source Code Now Available

2008-10-22 Thread Ewan Grantham
One thought on all this - if these are considered to be major issues (I'm just wading into the waters here, so not familiar enough to give an opinion), couldn't someone fork the project and then try to convince folks they're better off running the "open" version of Android rather than the Google ve

[android-developers] Program Announcements

2008-10-21 Thread Ewan Grantham
I've noticed a couple folks mentioning their new programs on the list, which I haven't done in my own case because I didn't think that was "ok" under the charter for this group. Should those announcements be here, or on discuss, or somewhere else? Not trying to criticize, just that if there's an ap

[android-developers] Re: Program Finished - Now What?

2008-10-15 Thread Ewan Grantham
cs/win32/jarsigner.html > > eventually this is what worked for me: > keytool -genkey -keystore refArchive/myKeyStore -alias somealias > jarsigner -keystore refArchive/myKeyStore -signedjar refArchive/ > testapks.apk refArchive/testapk.apk somealias > > > On Oct 14, 2:48 pm, &q

[android-developers] Re: Program Finished - Now What?

2008-10-14 Thread Ewan Grantham
OK, appreciate the suggestions on how to list in alternate marketplaces. The one thing stopping me, is that what I was also looking for was a decent step-by-step on how to sign my app. I gather I can change a setting in Eclipse to do the release build, but then I still need to do "something" with k

[android-developers] Program Finished - Now What?

2008-10-13 Thread Ewan Grantham
OK, I have completed coding for the first version of my game (basically it's as complete as I can get it before launch). I gather I need to do something to "sign" the package (there's a link for that, right?). But then how do I get it to someone so it will be in the Market on launch day? TIA! --~

[android-developers] Re: Hiring Developer... Have Some Free Time?

2008-10-13 Thread Ewan Grantham
Rob, so that the group doesn't get flooded with resumes (possibly including mine), how would you like us to contact you? Email address or through your website or... ? On Mon, Oct 13, 2008 at 12:31 PM, phandroid <[EMAIL PROTECTED]> wrote: > > I'm interested in hiring a developer to put together an

[android-developers] Re: Need advice for implementation "best practices" for multi-level game

2008-10-09 Thread Ewan Grantham
On Wed, Oct 8, 2008 at 8:26 PM, Steve Oldmeadow <[EMAIL PROTECTED]> wrote: > > For your explanatory pages you could consider using a WebView to > display CSS styled HTML text, you can even incorporate images. I > think this would make your game look more "gamey" and also make it > easier to port