[android-beginners] Re: I cannot get Android project to start after installing plugins

2008-08-18 Thread Niki

Mark and Dani,

Thank you for the suggestions.
Mark, you have helped alot by providing alot of good sites.
Dani, thanks for your mobile apps idea too.

Well, see you guys in this groups space whenever possible.


--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Nike shox NZ TN R3 R4

2008-08-18 Thread I like NBA

Dress casual leather ladies guys shoes
Nike airmax 90 97 180 360 2000 2003
Nike shox NZ TN R3 R4
Nike rift nike zoom nike Jordan
Nike kobe nike air jordan
Nike dunk nike air force www zhengtrade com AF1
Puma shoes sports shoes jogging shoes
Adidas 35th adidas colour adidas super star shoes
Christian dior www zhengtrade com Dsquared2 casual shoes www
zhengtrade com
d&g fendi gucci prada casual shoes www zhengtrade com
gucci prada hogan casual shoe www zhengtrade com
lv levis paul smith casual shoe www zhengtrade com
prada timberland versace casualo shoe ww zhengtrade com

chanel chloe gucci leather boot bootee www zhengtrade com
fendi louis vuitton lv boot bootee www zhengtrade com
gucci prada dior boot www zhengtrade com
armani hugo boss leather dress shoes www zhengtrade com
prada burberry gucci leather shoes footwear www zhengtrade com
Louis vuitton leather dress shoes www zhengtrade com

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Accessing Network

2008-08-18 Thread janaarth

Hi to all,


   Anyone give example code for get connection from the
network server.

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Android emulator crashing

2008-08-18 Thread Shweta

Hey,
I am trying to deploy an mobile application written in cpp to Android
emulator .I got most of the stuff working and with no errors .I get
and icon related to my application but when I click on it it
crashes.Is there a good way to figure what the problem is? As eclipse
doesnot have a good way of debugging it.
I checked if the applcation is reading the .tex files which it needs
from correct location and it does ready them correctly.
Any help is appreciated.
thanks
shweta

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Activity not found when starting a new activity?

2008-08-18 Thread august

Hello everyone,
I started to work on my app., but I am having problems switching to a
new activity so I decided just to experiment with that. I am having
problems. Here is my AndroidManifest

- http://schemas.android.com/apk/res/android";
package="com.v.t">
- 
- 
- 
  
  
  
  
  
  
  

Both Start and Jim are located in the com.v.t package. Here is the
code for Start.
package com.v.t;

import android.app.Activity;
import android.os.Bundle;

public class Start extends Activity implements Runnable
{
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle icicle)
{
super.onCreate(icicle);
setContentView(R.layout.main);
Thread t = new Thread(this);
t.start();
}

public void run(){
try{
Thread.sleep(5000);
}catch(Exception e){

}
android.content.Intent intent = new android.content.Intent();
intent.setClassName("com.v.t", "Jim");
startActivity(intent);


}

}

The app starts properly, but after about 5sec. I get this message on
the emulator.

Apllication Error:com.v.t

An error has occurred in
com.v.t. Unable to find explicit
activity class{com.v.t/Jim}; have
you delcared this activity in your
AndroidManifest.xml?.

I am using mcr5 by the way. Any ideas on what I am doing wrong? The
emulator demos work fine, so I don't think it is that, and I re-
downloaded mcr5 and I still have the problem.
Thanks for any solutions.

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Wierd trouble installing SDK on Eclipse

2008-08-18 Thread quasist

I'm installing google SDK with Eclipse (3.4.0)
I downloaded and unpacked SDK version m5_rc15_windows

At installing when It comes to step "put your path to android SDK",
Eclipse says:
"This version of ADT requires android SDK version 0.9r_1. Current
version m5_rc15. Update your SDK to the latest version."

Please advise

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Activity not found when starting a new activity?

2008-08-18 Thread Mark Murphy

> android.content.Intent intent = new android.content.Intent();
> intent.setClassName("com.v.t", "Jim");

Try using new Intent(this, Jim.class); instead.

--
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.1 Published!



--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Accessing Network

2008-08-18 Thread Mark Murphy

>Anyone give example code for get connection from the
> network server.

What is a "network server"?

If you mean a Web server, Android includes the Apache Jakarta Commons
HttpClient library. You can find tutorials on that here:

http://hc.apache.org/httpclient-3.x/tutorial.html

(note: this is for the HttpClient in the M5 SDK -- later SDKs might have
the newer HttpClient 4.0 release)

If you mean something else, write back with details!

--
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.1 Published!



--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Activity not found when starting a new activity?

2008-08-18 Thread august

Thank-you! It worked perfectly. I also tried out using the two string
version, but I did this instead
intent.setClassName("com.v.t","com.v.t.Jim");
And it works as well.
Thanks for the help!

On Aug 18, 2:19 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote:
> >         android.content.Intent intent = new android.content.Intent();
> >         intent.setClassName("com.v.t", "Jim");
>
> Try using new Intent(this, Jim.class); instead.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 1.1 Published!
--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Contacts.PhonesColumns.OTHER_TYPE

2008-08-18 Thread 3,14

It is not clear how can the constant
"Contacts.PhonesColumns.OTHER_TYPE " be used?

There is no description in the docs :( There is no samples :(

It looks like that it used to store some additional data for the
contacts. I wonder if it can be used to extend android contacts with
new fields. For example VOIP address. But I find no way to handle
processing of this field :(

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Wierd trouble installing SDK on Eclipse

2008-08-18 Thread szeldon

It's because of the fact that there's new SDK. Download it from
Android project site.

On Aug 18, 7:57 pm, quasist <[EMAIL PROTECTED]> wrote:
> I'm installing google SDK with Eclipse (3.4.0)
> I downloaded and unpacked SDK version m5_rc15_windows
>
> At installing when It comes to step "put your path to android SDK",
> Eclipse says:
> "This version of ADT requires android SDK version 0.9r_1. Current
> version m5_rc15. Update your SDK to the latest version."
>
> Please advise
--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Can't find root directory of the SDK

2008-08-18 Thread demo1987

Hello,

When I installed the plugin through the normal install procedure
(downloaded everything through Eclipse) the install procedure asked me
to set the SDK root directory. But when i accessed the Windows -
Preferences - Android screen, it says to set the SDK root directory.
But I can't find it anywhere, could you help me?

Thanks in advance.

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Can't find root directory of the SDK

2008-08-18 Thread Justin (Google Employee)

You need to download the SDK from http://code.google.com/android/download.html

Cheers,
Justin
Android Team @ Google.

On Aug 18, 2:25 pm, demo1987 <[EMAIL PROTECTED]> wrote:
> Hello,
>
> When I installed the plugin through the normal install procedure
> (downloaded everything through Eclipse) the install procedure asked me
> to set the SDK root directory. But when i accessed the Windows -
> Preferences - Android screen, it says to set the SDK root directory.
> But I can't find it anywhere, could you help me?
>
> Thanks in advance.
--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Can't find root directory of the SDK

2008-08-18 Thread demo1987

So if I'm correct, to use the SDK I need to download the SDK AND i
need the plugin?

Am I correct?

On 18 aug, 23:31, "Justin (Google Employee)" <[EMAIL PROTECTED]> wrote:
> You need to download the SDK fromhttp://code.google.com/android/download.html
>
> Cheers,
> Justin
> Android Team @ Google.
>
> On Aug 18, 2:25 pm, demo1987 <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > When I installed the plugin through the normal install procedure
> > (downloaded everything through Eclipse) the install procedure asked me
> > to set the SDK root directory. But when i accessed the Windows -
> > Preferences - Android screen, it says to set the SDK root directory.
> > But I can't find it anywhere, could you help me?
>
> > Thanks in advance.
--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Can't find root directory of the SDK

2008-08-18 Thread Justin (Google Employee)

Yes

On Aug 18, 2:35 pm, demo1987 <[EMAIL PROTECTED]> wrote:
> So if I'm correct, to use the SDK I need to download the SDK AND i
> need the plugin?
>
> Am I correct?
>
> On 18 aug, 23:31, "Justin (Google Employee)" <[EMAIL PROTECTED]> wrote:
>
> > You need to download the SDK 
> > fromhttp://code.google.com/android/download.html
>
> > Cheers,
> > Justin
> > Android Team @ Google.
>
> > On Aug 18, 2:25 pm, demo1987 <[EMAIL PROTECTED]> wrote:
>
> > > Hello,
>
> > > When I installed the plugin through the normal install procedure
> > > (downloaded everything through Eclipse) the install procedure asked me
> > > to set the SDK root directory. But when i accessed the Windows -
> > > Preferences - Android screen, it says to set the SDK root directory.
> > > But I can't find it anywhere, could you help me?
>
> > > Thanks in advance.
--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] TelephonyManager

2008-08-18 Thread Raymond Rodgers

Hi folks,
 Although I'm new to Android development, I'm not new to Java 
development and I understand that not all classes are meant to be 
directly instantiated. I'm trying to write a class that derives from 
PhoneStateListener, and I need to tell the TelephonyManager that my 
class will be listening for certain events. The thing is, I can't figure 
out how to get access to the TelephonyManager. Initially, I thought the 
listen method that I need might be static, but it doesn't appear to be 
so, so I tried instantiating an instance of TelephonyManager in order to 
call the method. As some of you may know, the TelephonyManager doesn't 
have a default constructor (no parameters) and the constructors aren't 
documented.

 So I spent a bit of time looking for a "factory" method or a static 
method some where that would give me a reference to the 
TelephonyManager, but I can't seem to find one. Can anyone point me in 
the right direction on how to access it?

Thank you!
Raymond

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: TelephonyManager

2008-08-18 Thread Megha Joshi
you can use:

TelephonyManager test =
(TelephonyManager)getSystemService(TELEPHONY_SERVICE);

On Mon, Aug 18, 2008 at 4:57 PM, Raymond Rodgers <[EMAIL PROTECTED]>wrote:

>
> Hi folks,
>  Although I'm new to Android development, I'm not new to Java
> development and I understand that not all classes are meant to be
> directly instantiated. I'm trying to write a class that derives from
> PhoneStateListener, and I need to tell the TelephonyManager that my
> class will be listening for certain events. The thing is, I can't figure
> out how to get access to the TelephonyManager. Initially, I thought the
> listen method that I need might be static, but it doesn't appear to be
> so, so I tried instantiating an instance of TelephonyManager in order to
> call the method. As some of you may know, the TelephonyManager doesn't
> have a default constructor (no parameters) and the constructors aren't
> documented.
>
>  So I spent a bit of time looking for a "factory" method or a static
> method some where that would give me a reference to the
> TelephonyManager, but I can't seem to find one. Can anyone point me in
> the right direction on how to access it?
>
> Thank you!
> Raymond
>
> >
>

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: TelephonyManager

2008-08-18 Thread Raymond Rodgers
Thank you, that worked perfectly! Now I just need to figure out 
everything else about my app... ;)

Thanks again!
Raymond
Megha Joshi wrote:
> you can use:
>
> TelephonyManager test = 
> (TelephonyManager)getSystemService(TELEPHONY_SERVICE);
>
> On Mon, Aug 18, 2008 at 4:57 PM, Raymond Rodgers 
> <[EMAIL PROTECTED] > wrote:
>
>
> Hi folks,
>  Although I'm new to Android development, I'm not new to Java
> development and I understand that not all classes are meant to be
> directly instantiated. I'm trying to write a class that derives from
> PhoneStateListener, and I need to tell the TelephonyManager that my
> class will be listening for certain events. The thing is, I can't
> figure
> out how to get access to the TelephonyManager. Initially, I
> thought the
> listen method that I need might be static, but it doesn't appear to be
> so, so I tried instantiating an instance of TelephonyManager in
> order to
> call the method. As some of you may know, the TelephonyManager doesn't
> have a default constructor (no parameters) and the constructors aren't
> documented.
>
>  So I spent a bit of time looking for a "factory" method or a static
> method some where that would give me a reference to the
> TelephonyManager, but I can't seem to find one. Can anyone point me in
> the right direction on how to access it?
>
> Thank you!
> Raymond
>
>
>
>
> >


--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] help

2008-08-18 Thread demo1987

Installation failed due to invalid APK file! What is wrong. I used
everything of the HelloAndroid code, but it won't work.
--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: help

2008-08-18 Thread Megha Joshi
Hi,

I noticed you had a question on installing the sdk/plugin this morning...
Were you able to successfully install both the new sdk and plugin as per the
instructions below?
http://code.google.com/android/intro/installing.html

To ensure that your android environment is setup correctly, can you do the
following:
1) In Eclipse, select New-> Android Project
2) Fill in the app name, activity name, package name, etc.. in the New
project dialog
3) Right click this project and select Run as android application

This should start a new emulator ( if its not already running) and display
"Hello World, Test" on the emulator screen.
Let me know if this works


On Mon, Aug 18, 2008 at 11:16 PM, demo1987 <[EMAIL PROTECTED]> wrote:

>
> Installation failed due to invalid APK file! What is wrong. I used
> everything of the HelloAndroid code, but it won't work.
> >
>

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---