[android-beginners] gen [HelloAndroid] does not exists

2009-11-15 Thread Mikey
Hey Guys, just setting up and trying out this stuff. get this, problem in eclipse, which is kind of weird because I can see the gen folder in my project and if I try and create the gen folder manually, it says it already exists! any help.. cheers Michael -- You received this message

Re: [android-beginners] Amusing comic comparison of web browsers

2010-06-16 Thread Mikey
Do you think you could stop spamming this list with your web site? We have google to search if we want to find crap like this... On 16 Jun 2010, at 08:04, Rocky wrote: Here's an amusing comic breaking down web browsers. See it here : http://www.onechap.com/news/comp-browsers.html --

Re: [android-beginners] Top 10 iPhone apps

2010-06-16 Thread Mikey
OK, so you just made it to the spam folder - are you really this desperate for attention? On 16 Jun 2010, at 18:23, Rocky wrote: There are literally hundreds of thousands of iPhone apps, many of which are free to download. So what are the best ones? It depends on what you like to do with

Re: [android-beginners] Top 10 iPhone apps

2010-06-16 Thread Mikey
types of people in the world... Those who know binary and those who don't. -- On Wed, Jun 16, 2010 at 11:33 AM, Mikey frak@gmail.com wrote: OK, so you just made it to the spam folder - are you really this desperate

[android-beginners] Problem with cursors

2010-06-16 Thread Mikey
(); c = null; } } catch (Exception e) { Log.e(DBERR, e.getMessage()); } return rows; } Does anyone here have any idea what it is I am doing wrong? Mikey

Re: [android-beginners] Issue?

2010-06-16 Thread Mikey
It is someone with a full mailbox, not much you can do about it I am afraid On 16 Jun 2010, at 19:43, kypriakos wrote: is this a forum issue? Why are we getting these messages each time we post? Hi. This is the qmail-send program at innophilia.com. I'm afraid I wasn't able to deliver

Re: [android-beginners] Problem with cursors

2010-06-16 Thread Mikey
Mostly desperation - I will give your idea a try though - thanks! Mikey On 16 Jun 2010, at 21:04, Justin Anderson wrote: I'm not entirely sure, but I noticed my code is a little different than yours... Before I loop over the rows in the cursor I call moveToFirst(). So, with your

Re: [android-beginners] Top 10 iPhone apps

2010-06-16 Thread Mikey
Thanks for that :o) On 16 Jun 2010, at 22:28, Daniel Drummond wrote: I emailed the group-owner, and the user has been banned, and all posts deleted. On 16 June 2010 19:04, Mikey frak@gmail.com wrote: Anyone here know how you report a spammer on this list? On 16 Jun 2010, at 18:38

Re: [android-beginners] Problem with cursors

2010-06-18 Thread Mikey
is not caught in my handler, but in the System Daemon thread :o/ regards, Mikey On 16 Jun 2010, at 21:38, Justin Anderson wrote: Also, I use different methods in my while loop: Cursor dbCursor; ... dbCursor.moveToFirst(); while (!dbCursor.isAfterLast()) { //do stuff

Re: [android-beginners] Problem with cursors

2010-06-18 Thread Mikey
. -- On Fri, Jun 18, 2010 at 5:02 AM, Mikey frak@gmail.com wrote: Well, thanks - that seems to have done the trick, but now I am getting another error with another method - maybe you can tell me if you do things differently here as well

Re: [android-beginners] Problem with cursors

2010-06-18 Thread Mikey
-- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Fri, Jun 18, 2010 at 7:15 AM, Mikey frak@gmail.com wrote: The error is an IllegalStateException

Re: [android-beginners] Getting text of dynamically created radio buttons

2010-06-18 Thread Mikey
I have taken a look at the API reference, and getText() looks like it might be what you need... On 18 Jun 2010, at 15:11, Maxood wrote: How can i retrieve the text of a dynamically created radio button selected by the user? Here's my code: RadioGroup radiogroup = (RadioGroup)

Re: [android-beginners] StringToFloat code

2010-06-19 Thread Mikey
What was wrong with this: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Float.html On 19 Jun 2010, at 17:02, kille6525 wrote: Ok since the EditText.getText. will only allow you to get a string i made a small program to get the string and convert it to a float. It was a pain to do. You

Re: [android-beginners] Re: StringToFloat code

2010-06-19 Thread Mikey
That or the constructor that takes a string - but anything over making your own parser... On 19 Jun 2010, at 22:12, Raymond Rodgers wrote: I think he was specifically referring to the parseFloat() function... This is a direct link to a slightly different version of the api he referenced...

Re: [android-beginners] The No.1 Magic Community Talk - Share and Learn Magic Tricks.

2010-06-20 Thread Mikey
Wow, this list is full of spam... and this one even faked who it was from On 20 Jun 2010, at 18:28, Rebeca wrote: # The No.1 Magic Community Talk - Share and Learn Magic Tricks. Click here and See the Proof -- You received this message because you are subscribed to the Google Groups

Re: [android-beginners] Programming model for embedded programmers?

2010-06-20 Thread Mikey
Was this just a general bitch about how multi-threaded operating systems function or did you have a real question? On 20 Jun 2010, at 23:06, BobG wrote: I finally realized why I cant find a good overview of android programming tecnique that doesnt assume that the student is a proficient

Re: [android-beginners] LogCat

2010-06-22 Thread Mikey
Thanks a lot for that tip, even though I was not the person asking the question... On 22 Jun 2010, at 19:11, Kostya Vasilyev wrote: Don, I can recommend running adb logcat from the OS's command line window. This way, it's always around, you can make it as large as you want, and can do

Re: [android-beginners] apps

2010-06-23 Thread Mikey
This is a developers list, try again. On 24 Jun 2010, at 00:31, ravendev wrote: hi my name is josh i am new to the droid world. i have just rooted my motorola droid. any suggestions on apps good for rooted droids. -- You received this message because you are subscribed to the Google

Re: [android-beginners] Re: LogCat

2010-06-23 Thread Mikey
Spoken like a petulant child - fix it yourself if you think you can do better... On 24 Jun 2010, at 01:06, DonFrench wrote: Thanks but I really prefer to view LogCat in Eclipse because it is so much easier to find what you want. In Eclipse, for example, user- generated log output is split

Re: [android-beginners] problem with httpclient and self signed certificates

2010-06-24 Thread Mikey
Just an off the top of my head, but do you have a self-signed certificate? BTW, I got your first email - double posting really isn't necessary On 24 Jun 2010, at 22:38, jackace wrote: Hi, I am sure this has been discussed in this group, but I couldn't find that thread, so bear with it, or

Re: [android-beginners] Using the SDcard image

2010-06-26 Thread Mikey
This should help: adb push local remote On 26 Jun 2010, at 16:26, Doug Gordon wrote: In the emulator AVD that I created, I can see that it created a file sdcard.img to simulate an inserted SD card. What I need to do now is to copy a file on my PC into the SD image so that my Android app

Re: [android-beginners] Re: Jet authoring problem: SONiVOX synth DLL in SDK won't load in Cubase or Sonar.

2010-07-02 Thread Mikey
Cubase (the world renowned music creation software, that retails for $$$), and one of it's *Windows only* DLLs are tools that form part of the Android SDK? Wow! I sure did miss the point of writing phone apps, and I think from the help Justin has given me in the past has shown that he has made

Re: [android-beginners] Re: Jet authoring problem: SONiVOX synth DLL in SDK won't load in Cubase or Sonar.

2010-07-02 Thread Mikey
Mind you, much better when you read the F as FINE :o) On 2 Jul 2010, at 19:38, Justin Anderson wrote: Wow... good luck getting help now. Not sure how often you frequent this google group but RTFM is something that is not used very often here. In fact, the only time I recall seeing this

Re: [android-beginners] SQL and SQLite

2010-07-16 Thread Mikey
SQL is Structured Query Language, a language for writing queries to an RDBMS SQLite is a lightweight implementation of an RDBMS that runs on Android (among other places) and uses SQL to return data. HTH, Mikey On 16 Jul 2010, at 07:54, Raul Martinez wrote: Are SQL and SQLite the same thing

Re: [android-beginners] Re: Creating a populated sqlite database

2010-07-20 Thread Mikey
I have used Justin's approach with my app, and have found it to be a very good approach as this can then handle database versioning. Mikey On 20 Jul 2010, at 16:26, Rodney Lendore wrote: Hi Kostya, Given the diffculties I have had porting a database I created in SQLite Browser. I am