[android-beginners] How to go back to an application?

2008-10-07 Thread Urakagi

Hi.
I writed a music player. When I play music with it and press Home
button, the screen goes back to HOME screen and the application
continues running.
This is fine, but when I want to stop the music, I can't find a way to
switch the screen to music player application.
How can I switch to a running application activity from home screen as
an end user?
Thanks!
--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: problem installing updates for ADT

2008-10-07 Thread Xavier Ducrohet

It is *not* down.
There are no index.html file in that file, so browsers show a 404
error, but Eclipse does not care about it and look for site.xml, which
*is* present.

For some reason, some people fail to access the update site using
https. If that happens try http.

This page: http://code.google.com/android/intro/installing.html
contains a lot of troubleshooting information regarding the
installation of the plugin, including a link to an archived version of
the plugin.

Please make sure you have tried everything mentioned in the installation steps.

Xav


On Tue, Oct 7, 2008 at 8:48 PM, llongeri <[EMAIL PROTECTED]> wrote:
>
> The problem seems to be the ADT URL https://dl-ssl.google.com/android/eclipse/
> which is not available anymore (error 404 Not Found).
> I installed the ADT last week and it worked fine, but I tried again
> this week on another computer and it is not working any more.
>
> I don't know if google people are reading this post, but it's been
> several days that the URL is down.
>
> llongeri
>
> On Oct 7, 3:50 pm, Ashesh <[EMAIL PROTECTED]> wrote:
>> The instructions are different for Ganymede and Europa Eclipse
>> packages. Are you following the instructions for the right package?
>>
>> Ashesh
>>
>> On Oct 7, 12:28 am, astra <[EMAIL PROTECTED]> wrote:
>>
>> > Hi
>>
>> > I am getting problems installing the updates of the ADT plugin. Tried
>> > all the methods suggested in the wiki but keep getting the message "No
>> > features found on the selected site". Please help me out.
>>
>> > Regards
>
> >
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: problem installing updates for ADT

2008-10-07 Thread baba vali

ok
thanx

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: View after ListView does not show up

2008-10-07 Thread Mike F

I would try including the Button in the same LinearLayout as the
ListView. That worked for me.

On Sep 22, 3:14 pm, elephantbug <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a problem to display the view (e.g. Button after theListView
> which I will bind and populate from a CursorAdapter).
>
> Here is the part of the XML file:
>
>         
>                                  android:id="@+id/other_contact_layout"
>                     android:layout_width="fill_parent"
>                     android:layout_height="wrap_content"
>                     android:orientation="vertical" >
>
>                                                          android:focusable="true"
>                                 android:choiceMode="multipleChoice"
>                             android:layout_width="fill_parent"
>                             android:clickable="true"
>                         android:layout_height="wrap_content"/>
>                                                  android:layout_width="wrap_content"
>                         android:layout_height="wrap_content"
>                         android:text="@string/empty"/>
>
>             
>         
>
>                          android:id="@+id/add_friend_layout"
>             android:layout_width="fill_parent"
>             android:layout_height="50px"
>             android:layout_marginTop="1px"
>             android:orientation="vertical" >
>
>                          android:id="@+id/add_friend_button"
>                 android:layout_width="fill_parent"
>                 android:layout_height="wrap_content"
>                 android:gravity="center"
>                 android:text="bottom here" />
>         
>
> The list displays perfectly, however, the button at bottom never shows
> up.. If I put the button on top of the list, it works fine.
>
> Anyone know the reason?
>
> --elephantbug

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: problem installing updates for ADT

2008-10-07 Thread llongeri

The problem seems to be the ADT URL https://dl-ssl.google.com/android/eclipse/
which is not available anymore (error 404 Not Found).
I installed the ADT last week and it worked fine, but I tried again
this week on another computer and it is not working any more.

I don't know if google people are reading this post, but it's been
several days that the URL is down.

llongeri

On Oct 7, 3:50 pm, Ashesh <[EMAIL PROTECTED]> wrote:
> The instructions are different for Ganymede and Europa Eclipse
> packages. Are you following the instructions for the right package?
>
> Ashesh
>
> On Oct 7, 12:28 am, astra <[EMAIL PROTECTED]> wrote:
>
> > Hi
>
> > I am getting problems installing the updates of the ADT plugin. Tried
> > all the methods suggested in the wiki but keep getting the message "No
> > features found on the selected site". Please help me out.
>
> > Regards

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: how to download and install applications on android phone

2008-10-07 Thread ESPEE < its PAL >
Actually sdk and apis are present there. I am presently  in making appns for
andrioid. You can too go for that.

On Tue, Oct 7, 2008 at 8:34 PM, legerb <[EMAIL PROTECTED]> wrote:

>
>
> Any news/developments on how download/installation process is going to
> be done?
>
> >
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: custom UI

2008-10-07 Thread Rajath
Thanks Ashesh, I'll take a look at this.
rajath

On Wed, Oct 8, 2008 at 12:41 AM, Ashesh <[EMAIL PROTECTED]> wrote:

>
> You may want to look at http://developerlife.com/tutorials/?p=309
> Nazmul talks about Custom Andoid UI and theming basics here
>
> Ashesh
>
> On Oct 6, 11:45 pm, rajath <[EMAIL PROTECTED]> wrote:
> > Hi all,
> > I've just joined the group, and plan to learn on android development -
> > still learning from the sdk docs. There is a specific query I had
> > (probably related to intents) - is it possible to have a custom UI or
> > theme, so that all applications seamlessly make use of a theme my app
> > provides?
> >
> > For example, when the user clicks on an icon on the main menu of the
> > phone, can my app make the icon disappear in a particular way, etc? I
> > hope my question is clear. If not, I can try to explain more.
> >
> > Cheers,
> > Rajath
>
> >
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: help

2008-10-07 Thread josh_h

I just tried the HelloWorld with the latest SDK running in Eclipse
3.4. With all the tracks you suggested, I still have the same invalid
APK problem to run the sample Hello World app.
Any idea?

Hi demo1987, did you fix your problem? If so, how?

Thanks. Josh

On Sep 7, 12:07 pm, Quame <[EMAIL PROTECTED]> wrote:
> demo1987, i dont know if this is a bug or not but i had the same
> issue, my package name was one word  "HelloWorldActivity" and had the
> same issue. I changed the package name to "com.helloworldactivity" and
> it worked. Dont ask me why, but trying changing the namespace/package
> of your class. Remember to change any layouts genereated code package
> name as well if you are not dynamically creating controls like you are
> now. Good luck.
>
> On Aug 19, 3:35 am, demo1987 <[EMAIL PROTECTED]> wrote:
>
> > No i didn't, I tried to develop this code within a new project and
> > know it's working, don't know why it wouldn't work before. I want to
> > thank for your help.
>
> > On 19 aug, 10:22, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
>
> > > That code seems to be correct, it works on my machine. If the blank 
> > > starter
> > > project runs for you, I am not sure why this would not run, its not very
> > > different...are you changing anything in AndroidManifest.xml file?
>
> > > On Tue, Aug 19, 2008 at 12:54 AM, demo1987 <[EMAIL PROTECTED]> wrote:
>
> > > > package com.android.helloAndroid;
>
> > > > import android.app.Activity;
> > > > import android.os.Bundle;
> > > > import android.widget.TextView;
>
> > > > public class HelloAndroid extends Activity {
> > > >   /** Called when the activity is first created. */
> > > >   @Override
> > > >   public void onCreate(Bundle savedInstanceState) {
> > > >       super.onCreate(savedInstanceState);
> > > >       TextView tv = new TextView(this);
> > > >       tv.setText("Hello, Android");
> > > >       setContentView(tv);
> > > >   }
> > > > }
>
> > > > This is the code I used, it is exactly the same code as in the
> > > > beginners tutorial.
>
> > > > On 19 aug, 09:18, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> > > > > On Tue, Aug 19, 2008 at 12:01 AM, demo1987 <[EMAIL PROTECTED]> wrote:
>
> > > > > > Thta i sworking, but when I run my project i get the error I said
> > > > > > above. (excuse me for my english) The emulator is running, I can use
> > > > > > everything within Android. but my program won't install. I hope you
> > > > > > can help me.
>
> > > > > > On 19 aug, 08:54, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> > > > > > > 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
>
> > > > > So, you are saying the the simple project above is working and it 
> > > > > runs on
> > > > > the emulator...but the HelloWorld does not...
>
> > > > > Can you paste your HelloWorld code ?
>
> > > > > > > On Mon, Aug 18, 2008 at 11:16 PM, demo1987 <[EMAIL PROTECTED]>
> > > > wrote:
>
> > > > > > > > Installation failed due toinvalidAPKfile! 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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Fwd: [android-beginners] Re: [android-beginners]

2008-10-07 Thread Fahad Al-Faisal
Hello,
Thanks Mark for responding me. I'm learning Java now. I would like to make
some program and run it on Android.

But I meant the Language as English, French ...etc.

Does "Android" support Arabic Language ?

My Regards
Fahad

-- Forwarded message --
From: Mark Murphy <[EMAIL PROTECTED]>
Date: Tue, Oct 7, 2008 at 9:26 PM
Subject: [android-beginners] Re: [android-beginners]
To: android-beginners@googlegroups.com



Fahad Al-Faisal wrote:
> How many Languages are supported by "Android" ? and What are they ?

If by "languages" you mean programming languages, the SDK supports Java
and, in some cases, some languages that run atop Java (e.g., Beanshell).

If you want to do firmware-level development, once it's all released as
open source, I'm assuming you'll use typical C/C++ for that.

--
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.3 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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: [android-beginners]

2008-10-07 Thread Mark Murphy

Fahad Al-Faisal wrote:
> How many Languages are supported by "Android" ? and What are they ?

If by "languages" you mean programming languages, the SDK supports Java 
and, in some cases, some languages that run atop Java (e.g., Beanshell).

If you want to do firmware-level development, once it's all released as 
open source, I'm assuming you'll use typical C/C++ for that.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.3 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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners]

2008-10-07 Thread Fahad Al-Faisal
Hello guys,
How many Languages are supported by "Android" ? and What are they ?

My Regards,
Fahad

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: WebView problem: WebView is sending POST requests, but Server is receiving GET requests

2008-10-07 Thread Matt

You're not submitting the form, your just loading the page with the
form.

On Oct 2, 2:16 pm, ArtJin <[EMAIL PROTECTED]> wrote:
> Hi there,
> My Android application has to use web and I am having a problem with
> submitting forms.
> I am using WebView for displaying web pages.
> So here is the description of the problem.
> I created a web page called messages.php.
> This page has a web form, and the "method" attribute of the form is
> set to
> "POST":
> http://my.devserver.com/
> showDetails.php" method="POST">
> 
> 
> 
> 
>
> When I click on "Submit" button and check my log file on the server I
> see that web server receives GET request instead of POST.
> Removing the "action" attribute fixes the problem, but I really need
> to be able submitting forms to different pages, not just itself.
>
> Android code is as follows:
>        public void onCreate(Bundle icicle) {
>                super.onCreate(icicle);
>                setContentView(R.layout.view_replies);
>                webView = (WebView) findViewById(R.id.web_view);
>                webView.getSettings().setJavaScriptEnabled(true);
>                webView.loadUrl("http://my.devserver.com/android/
> messages.php");
>                webView.requestFocus();
>        }
>
> }
>
> Am I forgetting something in Java code? Server side code works just
> fine if I use any conventional browser like Safari or Firefox.
> I will appreciate any help on this.
> Thanks.

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Master degree work

2008-10-07 Thread Martin Ronky

Hello,

in upcoming weeks I will have to bring some idea for my master degree
work. I will have about one and a half year to implement it (my plan
is to do it asap and then write tales about it). The topic is Web
services in mobile devices. One of my options is to do something in
Java SE. But I have heard also about Android as a new upcoming
powerful technology. So I am searching for any useful information,
because I don't know much about it. If there is some unsolved,
interesting problem which is waiting for solution maybe I can try so
solve it. Or if there is something what is waiting to be implemented,
or you have some suggestion, I will appreciate any ideas. Thank you 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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: custom UI

2008-10-07 Thread Ashesh

You may want to look at http://developerlife.com/tutorials/?p=309
Nazmul talks about Custom Andoid UI and theming basics here

Ashesh

On Oct 6, 11:45 pm, rajath <[EMAIL PROTECTED]> wrote:
> Hi all,
> I've just joined the group, and plan to learn on android development -
> still learning from the sdk docs. There is a specific query I had
> (probably related to intents) - is it possible to have a custom UI or
> theme, so that all applications seamlessly make use of a theme my app
> provides?
>
> For example, when the user clicks on an icon on the main menu of the
> phone, can my app make the icon disappear in a particular way, etc? I
> hope my question is clear. If not, I can try to explain more.
>
> Cheers,
> Rajath

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: problem installing updates for ADT

2008-10-07 Thread Ashesh

The instructions are different for Ganymede and Europa Eclipse
packages. Are you following the instructions for the right package?

Ashesh

On Oct 7, 12:28 am, astra <[EMAIL PROTECTED]> wrote:
> Hi
>
> I am getting problems installing the updates of the ADT plugin. Tried
> all the methods suggested in the wiki but keep getting the message "No
> features found on the selected site". Please help me out.
>
> Regards

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Landscape mode for the Emulator?

2008-10-07 Thread Rio Astamal
never mind I found it... i forgot to press the FN key... :)

On Wed, Oct 8, 2008 at 4:54 AM, Rio Astamal <[EMAIL PROTECTED]>wrote:

> hei esteem, I've try your instruction but the emulator remain portrait...
>
> I try to press 7 and HOME on my laptop both with numlock on and off but I
> got no luck...
>
> any help...?
>
> thanks
>
>
> On Mon, Oct 6, 2008 at 1:45 PM, Esteem <[EMAIL PROTECTED]> wrote:
>
>>
>> Keypad 7 / Home
>> you also might need to toggle your numlock button.
>>
>> On Oct 5, 11:09 pm, "Marc Lester Tan" <[EMAIL PROTECTED]> wrote:
>> > Hi folks,
>> >
>> > Is it possible to change the emulator's view to landscape?
>> >
>> > Thanks in advance.
>> >
>> > Marc
>> >>
>>
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Landscape mode for the Emulator?

2008-10-07 Thread Rio Astamal
hei esteem, I've try your instruction but the emulator remain portrait...

I try to press 7 and HOME on my laptop both with numlock on and off but I
got no luck...

any help...?

thanks

On Mon, Oct 6, 2008 at 1:45 PM, Esteem <[EMAIL PROTECTED]> wrote:

>
> Keypad 7 / Home
> you also might need to toggle your numlock button.
>
> On Oct 5, 11:09 pm, "Marc Lester Tan" <[EMAIL PROTECTED]> wrote:
> > Hi folks,
> >
> > Is it possible to change the emulator's view to landscape?
> >
> > Thanks in advance.
> >
> > Marc
> >
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Availability and installation

2008-10-07 Thread Hazem Farahat
Dear Androiders :-),
I have some questions it may not related to development but at least it
relates to Android,, Anybody knows if the HTC G1 will be available outside
US?? and if there is any approximate timing for an international release??

Another thing,, Can I somehow Install Android on a normal HTC Touc Pro for
example just remove the Windows mobile and install android?? any Idea???

Thanks in advance
-- 
Hazem Farahat
Tel: 010 7447783
[EMAIL PROTECTED]

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] development problem - SPINNER

2008-10-07 Thread Pal

After selecting an option in a spinner in an application, the screen
becomes empty.
Can anyone please help me out ??

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: No repository found at https://dl-ssl.google.com/android/eclipse/

2008-10-07 Thread duduwolf

open window->Preference->General->Network Connections
selete "System

On 8月26日, 上午4时33分, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> What is your Eclipse version and OS?
> Did you follow the steps under "Troubleshooting ADT Installation" section
> below:http://code.google.com/android/intro/installing.html
>
> 2008/8/24 LGG <[EMAIL PROTECTED]>
>
>
>
> > Hi,
> > While trying to install the ADT plugin, I get the following error
> > message:
> > "No repository found athttps://dl-ssl.google.com/android/eclipse/";
> > ???
>
> > -LGG

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: how to test the camera functionality

2008-10-07 Thread Breno T. Minzon
Heu Rachna,

look at this doc

http://code.google.com/android/reference/emulator.html#sdcard

you can create a sdcard emulated in any size you want. I don't know about
camera, but i think it's not possible

regards

Breno

2008/10/6 Rachna Thareja <[EMAIL PROTECTED]>

>   Hello,
>
>
>
> I want to test the camera feature with android emulator. It says SD card
> not found.
>
>
>
> How do I link/attach  a sd card
>
> Does it support video imaging
>
>
>
>
>
> Kindly suggest ,
>
>
>
> >
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] why not can't receive android-beginners@googlegroups.com recently

2008-10-07 Thread 冯刚
why not  can't receive android-beginners@googlegroups.com recently。

Is my email too many?
-- 
冯刚

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: No repository found at https://dl-ssl.google.com/android/eclipse/

2008-10-07 Thread duduwolf

open window->Reference->General->Network Connections
select System proxy configruation

On 8月26日, 下午6时25分, Filipe Abrantes <[EMAIL PROTECTED]> wrote:
> I'm on Eclipse 3.4 and I get the same error for a few days now...
>
> Cheers,
> Filipe
>
> Megha Joshi wrote:
> > What is your Eclipse version and OS?
> > Did you follow the steps under "Troubleshooting ADT Installation"
> > section below:
> >http://code.google.com/android/intro/installing.html
>
> > 2008/8/24 LGG <[EMAIL PROTECTED]
> > >
>
> > Hi,
> > While trying to install the ADT plugin, I get the following error
> > message:
> > "Norepositoryfoundathttps://dl-ssl.google.com/android/eclipse/";
> > ???
>
> > -LGG

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Hello World Emulator Problem - SDK 1.0 r1 Eclipse Version: 3.4.1

2008-10-07 Thread theRise

i've run a clean install of both android and eclipse, still no luck.

On Oct 7, 3:32 am, Ena <[EMAIL PROTECTED]> wrote:
> may it helps urestart pcdelete folder Android from C:\Documents and
> Settings\Administrator\Local Settings\Application Data.
>
> On 10/7/08, Evan... <[EMAIL PROTECTED]> wrote:
>
>
>
> >  So sorry I can't help you !
> > Hope some super-man can do that!!
> > lucky All
>
> > 2008/10/7 Evan... <[EMAIL PROTECTED]>
>
> >> Hey man
> >> are you waiting a long time when the dummy Android runing??
> >> or if you did't configure right your SDK in you Eclipse...
> >> please check it!  luck for you!
> >> That's problem,so easy!
>
> >> On Oct 7, 5:37 am, theRise <[EMAIL PROTECTED]> wrote:
> >> > I'm trying to get the HelloAndroid app up and running. I can run the
> >> > emulator from the command line just fine, but there seems to be an
> >> > issue from running it within eclipse when i'm ready to launch my app.
> >> > I tried searching for some of these terms and found no luck, anybody
> >> > else with this issue or some advice?
> >> > My console reads as follows:
> >> > [2008-10-06 16:11:07 - HelloAndroid] --
> >> > [2008-10-06 16:11:07 - HelloAndroid] Android Launch!
> >> > [2008-10-06 16:11:07 - HelloAndroid] adb is running normally.
> >> > [2008-10-06 16:11:07 - HelloAndroid] Launching:
> >> > com.android.hello.HelloAndroid
> >> > [2008-10-06 16:11:07 - HelloAndroid] Automatic Target Mode: using
> >> > existing emulator: emulator-5554
> >> > [2008-10-06 16:11:07 - HelloAndroid] WARNING: Unknown device API
> >> > version!
> >> > [2008-10-06 16:11:07 - HelloAndroid] Failed to upload HelloAndroid.apk
> >> > on device 'emulator-5554': Unable to open sync connection!
--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] how to download and install applications on android phone

2008-10-07 Thread legerb


Any news/developments on how download/installation process is going to
be done?

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: problem installing updates for ADT

2008-10-07 Thread astra




Hi

I am getting problems installing the updates of the ADT plugin. Tried
all the methods suggested in the wiki but keep getting the message "
Resulting configuration does not contain the platform". Please help me
out.

regards
--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] how to download and install applications on android phone

2008-10-07 Thread legerb

Any news/development on how download/installation process is going to
be done?

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Snap a picture with trackball button

2008-10-07 Thread Alexis

Hello all,

Consider the camera preview sample in "API Demos": Graphics >
CameraPreview.

How can I shoot the picture?
I have created a menu with a single "Shoot" option.
It works but I'd like to intercept a clic on main button (central
button in trackball or joystick - whatever it is called). I don't know
how to do it.

Any idea?

Thanks

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Displaying CR LF on TextView

2008-10-07 Thread Marc Lester Tan
Hi Folks,

My application needs to display CR LF (new line) on the TextView. Currently
it just display a small square box instead of a new line. My data is coming
from an RSS feed and my application is parsing the text properly. It's just
that the TextView doesn't display CR LF characters property. Any idea on how
to fix this?


Thanks in advance.

Marc

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Android,Evan... 想 跟您聊天

2008-10-07 Thread Evan . . .
Hi Man!
I'm a Gfan,en```short time...
I like JAVA and like Android
Do you mind add me ??

---
Evan... 希望使用 Google 最酷的几个新产品与您更好地保持联系。

如果您已拥有 Gmail 或 Google Talk,请访问:
http://mail.google.com/mail/b-e471133544-d259b857d0-b658affa7fdeb5f5
您需要点击此链接才能与 Evan... 聊天。

要获得 Gmail(Google 提供的超过 2,800 兆字节存储空间的免费电子邮件帐户)并与 Evan... 聊天,请访问:
http://mail.google.com/mail/a-e471133544-d259b857d0-b12a96abee

Gmail 提供:
- Gmail 内的即时消息服务
- 强有力的垃圾邮件防范功能
- 用于查找邮件的内置搜索功能以及将电子邮件整理为"会话"的实用方法
- 没有弹出式广告或不相关的横幅广告 - 只有与您的邮件内容有关的文字广告和相关信息

所有这一切都是您的,而且完全免费。 别急,还有更精彩的内容! 创建 Gmail 帐户,您就可以访问 Google Talk(Google 的即时消息服务):

http://www.google.com/talk/intl/zh-CN/

Google Talk 提供:
- 随时随地基于网络的聊天服务,无须下载
- 与您的 Gmail 帐户同步的联系人列表
- 下载 Google Talk 客户端时,即能获得免费、质优的 PC 对 PC 语音电话

Gmail 和 Google Talk 仍处于测试阶段。 我们正努力添加新功能并进行改进,因此我们可能还会定期向您征求意见和建议。
对于您为改善我们的产品所做的贡献,我们深表谢意!

衷心感谢!
Google 小组敬上

要了解有关 Gmail 和 Google Talk 的详情,请访问:
http://mail.google.com/mail/help/intl/zh_CN/about.html
http://www.google.com/talk/intl/zh-CN/about.html

(如果本邮件提供的网址无法通过点击进入,请将该网址复制并粘贴至浏览器的地址栏中)。

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Hello World Emulator Problem - SDK 1.0 r1 Eclipse Version: 3.4.1

2008-10-07 Thread Ena
may it helps urestart pcdelete folder Android from C:\Documents and
Settings\Administrator\Local Settings\Application Data.

On 10/7/08, Evan... <[EMAIL PROTECTED]> wrote:
>
>  So sorry I can't help you !
> Hope some super-man can do that!!
> lucky All
>
>
> 2008/10/7 Evan... <[EMAIL PROTECTED]>
>
>>
>> Hey man
>> are you waiting a long time when the dummy Android runing??
>> or if you did't configure right your SDK in you Eclipse...
>> please check it!  luck for you!
>> That's problem,so easy!
>>
>> On Oct 7, 5:37 am, theRise <[EMAIL PROTECTED]> wrote:
>> > I'm trying to get the HelloAndroid app up and running. I can run the
>> > emulator from the command line just fine, but there seems to be an
>> > issue from running it within eclipse when i'm ready to launch my app.
>> > I tried searching for some of these terms and found no luck, anybody
>> > else with this issue or some advice?
>> > My console reads as follows:
>> > [2008-10-06 16:11:07 - HelloAndroid] --
>> > [2008-10-06 16:11:07 - HelloAndroid] Android Launch!
>> > [2008-10-06 16:11:07 - HelloAndroid] adb is running normally.
>> > [2008-10-06 16:11:07 - HelloAndroid] Launching:
>> > com.android.hello.HelloAndroid
>> > [2008-10-06 16:11:07 - HelloAndroid] Automatic Target Mode: using
>> > existing emulator: emulator-5554
>> > [2008-10-06 16:11:07 - HelloAndroid] WARNING: Unknown device API
>> > version!
>> > [2008-10-06 16:11:07 - HelloAndroid] Failed to upload HelloAndroid.apk
>> > on device 'emulator-5554': Unable to open sync connection!
>> >>
>>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Hello World Emulator Problem - SDK 1.0 r1 Eclipse Version: 3.4.1

2008-10-07 Thread Evan . . .
So sorry I can't help you !
Hope some super-man can do that!!
lucky All

2008/10/7 Evan... <[EMAIL PROTECTED]>

>
> Hey man
> are you waiting a long time when the dummy Android runing??
> or if you did't configure right your SDK in you Eclipse...
> please check it!  luck for you!
> That's problem,so easy!
>
> On Oct 7, 5:37 am, theRise <[EMAIL PROTECTED]> wrote:
> > I'm trying to get the HelloAndroid app up and running. I can run the
> > emulator from the command line just fine, but there seems to be an
> > issue from running it within eclipse when i'm ready to launch my app.
> > I tried searching for some of these terms and found no luck, anybody
> > else with this issue or some advice?
> > My console reads as follows:
> > [2008-10-06 16:11:07 - HelloAndroid] --
> > [2008-10-06 16:11:07 - HelloAndroid] Android Launch!
> > [2008-10-06 16:11:07 - HelloAndroid] adb is running normally.
> > [2008-10-06 16:11:07 - HelloAndroid] Launching:
> > com.android.hello.HelloAndroid
> > [2008-10-06 16:11:07 - HelloAndroid] Automatic Target Mode: using
> > existing emulator: emulator-5554
> > [2008-10-06 16:11:07 - HelloAndroid] WARNING: Unknown device API
> > version!
> > [2008-10-06 16:11:07 - HelloAndroid] Failed to upload HelloAndroid.apk
> > on device 'emulator-5554': Unable to open sync connection!
>
> >
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: problem installing updates for ADT

2008-10-07 Thread Evan . . .
ee`
I was fall across that problems ...
I think you should try an other way to plug that's all
In the API ,It will tell you

2008/10/7 astra <[EMAIL PROTECTED]>

>
> Hi
>
> I am getting problems installing the updates of the ADT plugin. Tried
> all the methods suggested in the wiki but keep getting the message "No
> features found on the selected site". Please help me out.
>
> Regards
>
> >
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] custom UI

2008-10-07 Thread rajath

Hi all,
I've just joined the group, and plan to learn on android development -
still learning from the sdk docs. There is a specific query I had
(probably related to intents) - is it possible to have a custom UI or
theme, so that all applications seamlessly make use of a theme my app
provides?

For example, when the user clicks on an icon on the main menu of the
phone, can my app make the icon disappear in a particular way, etc? I
hope my question is clear. If not, I can try to explain more.

Cheers,
Rajath

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] problem installing updates for ADT

2008-10-07 Thread astra

Hi

I am getting problems installing the updates of the ADT plugin. Tried
all the methods suggested in the wiki but keep getting the message "No
features found on the selected site". Please help me out.

Regards

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Hello World Emulator Problem - SDK 1.0 r1 Eclipse Version: 3.4.1

2008-10-07 Thread Evan...

Hey man
are you waiting a long time when the dummy Android runing??
or if you did't configure right your SDK in you Eclipse...
please check it!  luck for you!
That's problem,so easy!

On Oct 7, 5:37 am, theRise <[EMAIL PROTECTED]> wrote:
> I'm trying to get the HelloAndroid app up and running. I can run the
> emulator from the command line just fine, but there seems to be an
> issue from running it within eclipse when i'm ready to launch my app.
> I tried searching for some of these terms and found no luck, anybody
> else with this issue or some advice?
> My console reads as follows:
> [2008-10-06 16:11:07 - HelloAndroid] --
> [2008-10-06 16:11:07 - HelloAndroid] Android Launch!
> [2008-10-06 16:11:07 - HelloAndroid] adb is running normally.
> [2008-10-06 16:11:07 - HelloAndroid] Launching:
> com.android.hello.HelloAndroid
> [2008-10-06 16:11:07 - HelloAndroid] Automatic Target Mode: using
> existing emulator: emulator-5554
> [2008-10-06 16:11:07 - HelloAndroid] WARNING: Unknown device API
> version!
> [2008-10-06 16:11:07 - HelloAndroid] Failed to upload HelloAndroid.apk
> on device 'emulator-5554': Unable to open sync connection!

--~--~-~--~~~---~--~~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---