[android-beginners] Re: Using the Log class

2008-10-03 Thread Zachary Becker
Wow I am awake now, I spent 20 minutes trying to figure that out and it isn't even in a function. Ok time for bed. On Thu, Oct 2, 2008 at 11:41 PM, Zachary Becker [EMAIL PROTECTED] wrote: I am trying to debug this activity. And so far I have tried to avoid using the debugger features in

[android-beginners] Using the Log class

2008-10-03 Thread Zachary Becker
I am trying to debug this activity. And so far I have tried to avoid using the debugger features in Eclipse because I can't figure out how they work. I can step through my activity untill it crashes but it doesn't tell me what line of code is causing the error or anything. So, I was going to try

[android-beginners] how to install a android system

2008-10-03 Thread [EMAIL PROTECTED]
how can i install a android system on my mobile---htc? with s3c2442 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To

[android-beginners] weird socket error

2008-10-03 Thread Jason Proctor
under some circumstances i'm getting the following log entry in ddms -- SOCKETLOG add_recv_stats 0 -- which appears in red, indicating an error. and when that appears, that's it for that connection, it seems. i've googled for this and a few people have seen it, but nobody has an explanation

[android-beginners] Re: Android 1.0 SDK Released

2008-10-03 Thread tagore
When will the Internationalization and Localization be released in the SDK? Anybody know? Thanks! On Sep 24, 6:09 am, Megha Joshi [EMAIL PROTECTED] wrote: Hi everyone, We're pleased to announce the release of the Android 1.0 SDK, release 1. For full information, please see Dan Morrill's

[android-beginners] Something about Internationalization and Localization

2008-10-03 Thread tagore
Hi, I am wondering when the android develop team will consider about the Internationalization and Localization of android. which release of android will have Internationalization and Localization? Will the Internationalization and Localization be seen when the resource code of android is open.

[android-beginners] Re: Storing Data to database

2008-10-03 Thread sarika
yes got it ... its working now thanks On Sep 29, 5:00 pm, Mark Murphy [EMAIL PROTECTED] wrote: sarika india wrote: as i am using following SQLiteDatabase.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_HIGHSCORE}, null, null, null, null, null); at this point i am

[android-beginners] Re: Preparing an android session for my Java User Group ...

2008-10-03 Thread sarika
hi, i have given presentation on Android , you can cover following points : 1) Definition of Android 2) Features 3) Architecture 4) Advantages 5) Android Vs J2ME i prepared power point presentation as well as some notes : you can prepare presentation with help of notes : Definition of

[android-beginners] Re: help me

2008-10-03 Thread luyen
Hello, You can read this article to know how to install Android SDK step by step: Installing Google Android SDK 1.0 On Ubuntu 8.04 Desktop : http://whyandroid.com/android/217-installing-google-android-sdk-10-on-ubuntu-804-desktop.html How to Install the Android SDK on Windows XP :

[android-beginners] Re: Cannot find class android.provider.Telephony

2008-10-03 Thread Gordon Carruthers
There is a android.telephony.gsm package with a SmsMessage class in it. Don't know if thats any help to you. Cadge 2008/10/2 FERjon [EMAIL PROTECTED] Hello, I recently updated my version of android SDK from the 0.9 beta release to the 1.0 r1. I cannot find the class Telephony from its

[android-beginners] Re: Using the Log class

2008-10-03 Thread David Farler
Zach, If you are stepping through your program and it crashes, then it has crashed on the line you are on. Or, you can just debug, let run to crash, and read the call stack. Look at the top of the stack. This is where it crashed. If it's not your code, then check for layout/xml problems. Check

[android-beginners] Can't create Hello Android Project

2008-10-03 Thread eventi
I'm not able to create a new project - When I get to the New Android Project screen there's a warning at the top that Package name must be specified. and after filling in the page as shown in the example, the warning stays and won't allow me to click next

[android-beginners] Hello World not working

2008-10-03 Thread Cyclonus
Hey guys I just got Android up and running and I followed the tutorial on the Android tutorial page, but I can't get it running. Here is the code: package HelloAndroid.der; import android.app.Activity; import android.os.Bundle; import android.widget.TextView; public class HelloAndroid extends

[android-beginners] Form checking?

2008-10-03 Thread Anna PS
My app has a form in it (for the user to enter info that will eventually be sent off to a web API) and I need to do some form field checking locally. Pretty standard stuff - basically that there are no blank fields and that they've entered a valid email address. What's the best way to do this?

[android-beginners] Re: New to Android Install procedures

2008-10-03 Thread Megha Joshi
You will need the Eclipse ADT plugin if you are going to use Eclipse for your development. If you are planning to use command line tools for developing your apps, then you don't need to install ADT plugin. You will find it easier if you first go through the - Installing the SDK, Developing and

[android-beginners] Re: Hello World not working

2008-10-03 Thread Megha Joshi
That is normal...it is your emulator boot up screen...wait for a while...you will see your app launched on the screen. You can also see the logcat output to view the launch progress : http://code.google.com/android/reference/adb.html#logcat 2008/10/3 Cyclonus [EMAIL PROTECTED] Hey guys I just

[android-beginners] Preparing an android session for my Java User Group ...

2008-10-03 Thread nicolas.deloof
Hello, my JUG members request for an Androïd meeting. As I can't find anybody localy to speack on this subject, I planed to perpare a code lab, with a small introduction on android (based on SDK and web available slides), and a live-coding of some simple androïd application. Did anyone allready

[android-beginners] Re: how to install a android system

2008-10-03 Thread niksbin
Hi, There are a few ways you can get Android on your smartphone device. I have listed them below: 1. You can use HaRET to 'load' the Android OS onto your device. Currently, HaRET is at version 0.5 which is not that stable right now. Actually, I am interested in doing the same for my WM5

[android-beginners] Re: SDK Installation Error Code 0x80004005

2008-10-03 Thread Beryl McLachlan
Hi Megha Joshi, I am just trying to unzip the file. It only gets as far as this error code. I don't know what the error code means unfortunately. Thank you for responding to my msg. Best wishes Rob Hillier From: android-beginners@googlegroups.com

[android-beginners] Re: SDK Installation Error Code 0x80004005

2008-10-03 Thread Beryl McLachlan
Hi Megha Joshi, Thanks - it was zipped with WinRAR which I didn't pick up on. The first time I extracted the files I had lots of CRC errors so I downloaded the SDK again from Google's site. Now I still have three CRC errors as follows: [ !

[android-beginners] Re: SDK Installation Error Code 0x80004005

2008-10-03 Thread Megha Joshi
This still looks like a unzipping issue...you might want to try and download sdk again, or search for other unzip utils for your OS. 2008/10/4 Beryl McLachlan [EMAIL PROTECTED] Hi Megha Joshi, Thanks – it was zipped with WinRAR which I didn't pick up on. The

[android-beginners] Google Groups Bug

2008-10-03 Thread jtaylor
I have a slightly annoying situation. In Google Groups Favorites, I have a starred favorite that I can't get rid of. It's entitled [no subject] then underneath by messages Android Beginners. So when I unstar it, it unstars. But it never disappears. It just comes back. - Juan T.

[android-beginners] How to pass custom attributes via XML Resource.

2008-10-03 Thread [EMAIL PROTECTED]
Hi First of all, I followed this steps 1) I made an activity class and a customized button class which inherits Button class 2) I made an attrs.xml(in res/values) I declare the custom xml parameters for my customButton Here is a code : ?xml version=1.0

[android-beginners] Re: Google Groups Bug

2008-10-03 Thread Megha Joshi
You can report this issue in the google groups help forum: http://groups.google.com/group/Google-Groups-Guide 2008/10/3 jtaylor [EMAIL PROTECTED] I have a slightly annoying situation. In Google Groups Favorites, I have a starred favorite that I can't get rid of. It's entitled [no subject]