[android-beginners] SSL connection with 1.0 SDK

2008-09-26 Thread AnuR
I have conncted an ssl (https site) using org.appache.commons.http.httpclient in m5, but when i updated to the latest version, the org.appache.commons.http.httpclient package is missing. instead I could find org.appache.http.client (it was already there , but now changed code, i think) etc. how

[android-beginners] Re: : Help Needed

2008-09-26 Thread sukanto
Hi imran i have one plan in my mind and let's chat onlien about it by the way i'm from india and my phone number is +91 9902804765 i'll be on leave till 12'th October, so i'wont be online unless it is required plz either call me or ping me on yahoo messenger my id [EMAIL PROTECTED] On Sep 26,

[android-beginners] Re: : Help Needed

2008-09-26 Thread sukanto
Hi Robert, Again if it is between two Android phones we need to have some special settings ( something like "push to talk" option of nokia - i don't know what is the general term for it ) to send the location directly to the receiving phone may be it is possible but it has 1 major disadvantage # i

[android-beginners] launching first android application failed

2008-09-26 Thread [EMAIL PROTECTED]
hi everybody! This is my error-message: [2008-09-26 09:29:03 - Emulator] Cannot create data directory: C: \Dokumente und Einstellungen\Thomas\Lokale Einstellungen \Anwendungsdaten\Android\SDK-1.0 [2008-09-26 09:29:03 - Emulator] Please specify a writable directory with -datadir. I know that thi

[android-beginners] Re: sqlite3 command on Remote shell not working

2008-09-26 Thread Mark Murphy
Vaibhav Gathibandhe wrote: > I wonder why then they have given the "sqlite3 on remote shell" > information in 0.9_beta documentation. I think it was a build error, where they forgot to include the sqlite3 client application. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Code

[android-beginners] Re: layout_width="wrap_parent" in GridView does not work as I expect

2008-09-26 Thread Mark Murphy
Kah0ona wrote: > I have a simple main.xml file with a GridView inside a LinearLayout > (orientation=vertical). The GridView has numColumns specified at 3 and > there are exactly 9 objects in the grid, creating a 3x3 matrix, where > each columnWidth is fixed at 30dp. Both layout_height and _width a

[android-beginners] layout_width="wrap_parent" in GridView does not work as I expect

2008-09-26 Thread Kah0ona
Hello, Not entirely sure if such questions belong here, but anyways. I have a simple main.xml file with a GridView inside a LinearLayout (orientation=vertical). The GridView has numColumns specified at 3 and there are exactly 9 objects in the grid, creating a 3x3 matrix, where each columnWidth i

[android-beginners] Re: : Help Needed

2008-09-26 Thread sukanto
adding to my previous mail the range can be 200 m to 2KM depending on phone configuration ( .as fer as my knowledge is concerned [:D] ) On Sep 26, 3:14 pm, sukanto <[EMAIL PROTECTED]> wrote: > Hi Robert, > Again if it is between two Android phones we need to h

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-26 Thread Xavier Ducrohet
By default, Eclipse compiles in the background as soon as you change/save a file. To know if there was compilation errors you can: - look at the Package Explorer View. Any red marker on your project files will show an error. - look at the Problems View to see the actual problem description. Xav

[android-beginners] Re: Installing ADT

2008-09-26 Thread Jerry Elizondo
Hello Zachary: I just went through the same problem and found I have trouble because some other plugins were out of date or not present. BEFORE you install the SDK / PlugIn you must do the following. Please make sure your Firewall is configured to let eclipse.exe access the Internet. If you don´t

[android-beginners] Coding Style Standards for Android

2008-09-26 Thread jtaylor
Where are these android coding style standards? "The m denotes a member field and is part of the Android coding style standards." http://code.google.com/android/intro/tutorial-ex2.html - Juan T. --~--~-~--~~~---~--~~ You received this message because you are subs

[android-beginners] Re: layout_width="wrap_parent" in GridView does not work as I expect

2008-09-26 Thread Kah0ona
hm that didn't work... I kind of refuse to use a hardcoded width, which works, but is sub-optimal... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to andr

[android-beginners] If Android does not support flash.....

2008-09-26 Thread Rileyp1
I watched with interest the launch of the T-Mobile G1 and one thing noted was that the speakers went out of their way to point out that, at present, the gPhone does not support flash (lesson learnt from Apple I think). Next I watched the first advert for the gPhone, and noted with interest that o

[android-beginners] Re: Problem facing during start a android project through eclipse

2008-09-26 Thread Prashant-LAMP
OS - Fedora 5 JDK 1.5 Eclipse SDK Version: 3.3.2 On Sep 19, 12:55 am, Gav <[EMAIL PROTECTED]> wrote: > Can you provide more info? > > OS/JDK/android SDK version/Eclipse? > > When does it occur? Have you setup the SDK path? > > On Sep 18, 10:30 am, Prashant-LAMP <[EMAIL PROTECTED]> wrote: > > >

[android-beginners] problem with a simple map app

2008-09-26 Thread Falko
Hello everyone, After a wonderful GoogleDeveloperDay yesterday I started a simple Maps Project today. The idea is to put maps.fon.com in your android phone. I will start simple and then extend the features... the source is to be found at http://code.google.com/p/fonmaps/ the problem is that i c

[android-beginners] I want to know a button's width before it is drawn on the screen! possible?

2008-09-26 Thread erkenbrandroid
Hello everyone! I need a bit of help for an app I am trying to develop. I've got a main screen with a couple of buttons on it. What I would like to do is get the width of those buttons before they are actually drawn on the screen. Their width is variable, as theyr are defined as "wrap_content"

[android-beginners] Simple Map Problem

2008-09-26 Thread Falko Richter
Hello everyone, After a wonderful GoogleDeveloperDay yesterday I started a simple Maps Project today. The idea is to put maps.fon.com in your android phone. I will start simple and then extend the features... the source is to be found at http://code.google.com/p/fonmaps/ the problem is that i

[android-beginners] Re: If Android does not support flash.....

2008-09-26 Thread Mark Murphy
> My question is if Android doesn't support flash, how does YouTube > work? After all doesn't YouTube transmit it's media content as flash > media files? I think the iPhone also supports YouTube, despite not supporting Flash. There is some way to get an H.264 video stream (or something like that

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-26 Thread Kevin M
Here's the error: Description: Error generating final archive: Unable to get debug signature key Resource: HelloAndroid Location: Unknown Type: Generic ADT Problem --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "And

[android-beginners] Re: Could Not Find HelloAndroid.apk!

2008-09-26 Thread Xavier Ducrohet
I'm guessing you have gcj installed instead (or alongside) the Sun JDK. Because of this, keytool (in /usr/bin) points to the gcj version which is incompatible. Either uninstall gcj, or make sure keytool points to the Sun JDK version. Xav On Fri, Sep 26, 2008 at 2:25 PM, Kevin M <[EMAIL PROTECTE

[android-beginners] Re: inability to access XML resources (R.string.xxx) outside of main activity...

2008-09-26 Thread gymshoe
In case any other noobie has this problem and searches for the answer here, the solution is: Just be sure to pass the context from the main application into the other class through a constructor, and then you can access the resources related to the main application. The following works: package

[android-beginners] Noobie problem with creating Classes which use other Classes

2008-09-26 Thread gymshoe
I want to create the following: a main activity Class which creates/uses a Class which has several fields, each of which has two pieces of data, a String "value" and a Boolean "visible" (describing whether that piece of data will be visible to other users). I have done this by creating a subClass

[android-beginners] Re: Coding Style Standards for Android

2008-09-26 Thread geekchique
Along with conventions, I'd also be very interested to hear of any useful implementation of design patterns in android. On Sep 26, 6:19 pm, jtaylor <[EMAIL PROTECTED]> wrote: > Where are these android coding style standards? > > "The m denotes a member field and is part of the Android coding styl

[android-beginners] Re: Noobie problem with creating Classes which use other Classes

2008-09-26 Thread Mark Murphy
gymshoe wrote: > But the following code fails. It fails whenever I try to assign a > value to the "value" field or the "visibility" field. (It fails with > either direct assignment or with creating a setter method -not > shown.). The error code indicates a null pointer exception is thrown > when

[android-beginners] external jar

2008-09-26 Thread Hasanen Nawfal
Hi Today I started building my first application for android , which includes great deal of interaction with Yahoo Messenger protocol...I found JYMSG library and it seems perfect for my requirements , the problem is that once I initialize the library with new Session() , my program gets 'unexpect

[android-beginners] android community in China

2008-09-26 Thread 狙击手
The most popular android development community in China with 12000+ android developers http://www.androidin.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send

[android-beginners] Re: Noobie problem with creating Classes which use other Classes

2008-09-26 Thread gymshoe
Hmmm... But in my main Activity, I do create a variable "me" of type Person2, and "me" is supposed to be created with a field known as "Id" of type StrRecord. So shouldn't "Id" be created at the same time as "me"? If so, then I should be able to access "me.Id". Moreover, if I change the field "I

[android-beginners] Re: Noobie problem with creating Classes which use other Classes

2008-09-26 Thread Mark Murphy
gymshoe wrote: > But in my main Activity, I do create a variable "me" of type Person2, > and "me" is supposed to be created with a field known as "Id" of type > StrRecord. So shouldn't "Id" be created at the same time as "me"? If > so, then I should be able to access "me.Id". Not in Java. > Mor

[android-beginners] Cannot find userdate.img,help.

2008-09-26 Thread ppy
when i delete userdata.img, console display follow message: " [2008-09-27 11:30:57 - Emulator] Cannot find file: D:\android-sdk- windows-1.0_r1\tools/lib/images/\userdata.img [2008-09-27 11:30:57 - Emulator] Please specify a valid -initdata file " then delete sdk and reinstall create another a