[android-developers] Noob Questions (Probably Embarressing)

2011-06-29 Thread MissNoob
I'm a complete noob, so I apologise in advance if my questions reveal my total ignorance of what I am doing. :-) I am trying to build apps to point to each of my websites. Just like appsgeyser.com, but with no advert, and with my certificate. I have spent all day on it, but have finally managed

Re: [android-developers] Noob Questions (Probably Embarressing)

2011-06-29 Thread Raghav Sood
I doubt anyone will give you the code for free. As for the apk question when you compile the app to run it in the emulator an apk is generated automatically. You can find it in the /bin directory of your project. You can transfer it to your device and install it like any normal app. To sign your

Re: [android-developers] Noob Questions (Probably Embarressing)

2011-06-29 Thread Marcin Orlowski
On Mon, Jun 27, 2011 at 11:12 PM, MissNoob madam.ge...@gmail.com wrote: I'm a complete noob, so I apologise in advance if my questions reveal my total ignorance of what I am doing. :-) You are asking so basic and elementary question that imho right answer for you is: hire someone who knows

Re: [android-developers] Noob Questions (Probably Embarressing)

2011-06-29 Thread TreKing
On Mon, Jun 27, 2011 at 12:42 PM, MissNoob madam.ge...@gmail.com wrote: 1. Can someone post the code I need to send the user to my site when they click the app? I guess it is simple... for you... but not for me. I can then just change the URL for each site I have. Read the documentation -

Re: [android-developers] Noob Questions (Probably Embarressing)

2011-06-29 Thread Justin Anderson
1. Learn Java 2. Then read this: http://developer.android.com/guide/basics/what-is-android.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jun 29, 2011 at 8:02 AM, TreKing treking...@gmail.com wrote: On Mon, Jun 27, 2011 at 12:42