[android-beginners] How to display all contacts?

2010-03-08 Thread Nox
Hello everybody,

I want to develop an app, which displays every Contacts with their
birthdays but I don´t know how to display the contacts.
Is there a way to do that?



Thanks in advance

From Viktor

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: no text displayed on emulator in Hello World program

2009-12-22 Thread Nox
Maybe netbeans isn't working but in eclipse there mustn't be an error.
What versions did you use I mean Android 1.6 or higher???
In 1.6 there is no error but sometimes if I use a higher version there
will not be a window with text, but if you run it you should only tap
to install!!! After this you can open it manually.
You'll see Android is working better on eclipse.


On 18 Dez., 11:49, Amit Patel amit.sav...@gmail.com wrote:
 I am facing same problem as does cybereality

 On Nov 16, 6:42 am, cybereality cybereal...@gmail.com wrote:



  I am having the same problem on Eclipse. The 'hello, android' text
  does not show up, even though the program compiles and I followed
  every instruction exactly. The emulator pops up but just shows the
  default android text and nothing happens. Can anyone help?

  On Nov 11, 8:17 pm, Bossco juanbos...@gmail.com wrote:

   Hello, I'm using NetBeans, and I have the same problem, theemulator
   does not show the text.

   I got this error:

   Device's package manager not ready to install new packages

   On Nov 5, 9:59 am, Walker Rowe wer...@walkerrowe.com wrote:

Hi,

Following the tutorial I wrote the hello world application shown below
and eclipse shows the console messages shown at the bottom.  Problem
is theemulatorlaunched just has normal graphical display and does
not show the message Hello, Android.

package com.rosewoodhillfarm.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);
    }

}

[2009-11-05 12:37:57 - Android Project]--
[2009-11-05 12:37:57 - Android Project]Android Launch!
[2009-11-05 12:37:57 - Android Project]adb is running normally.
[2009-11-05 12:37:57 - Android Project]Performing
com.rosewoodhillfarm.helloandroid.HelloAndroid activity launch
[2009-11-05 12:37:57 - Android Project]Automatic Target Mode:
Preferred AVD 'my_avd' is not available. Launching newemulator.
[2009-11-05 12:37:57 - Android Project]Launching a newemulatorwith
Virtual Device 'my_avd'
[2009-11-05 12:38:01 - Android Project]Newemulatorfound:
   emulator-5554
[2009-11-05 12:38:01 - Android Project]Waiting for HOME
('android.process.acore') to be launched...
[2009-11-05 12:38:34 - Android Project]HOME is up on device
'emulator-5554'
[2009-11-05 12:38:34 - Android Project]Uploading Android Project.apk
onto device 'emulator-5554'
[2009-11-05 12:38:34 - Android Project]Installing Android
Project.apk...
[2009-11-05 12:38:48 - Android Project]Success!
[2009-11-05 12:38:48 - Android Project]Starting activity
com.rosewoodhillfarm.helloandroid.HelloAndroid on device
[2009-11-05 12:38:56 - Android Project]ActivityManager: Starting:
Intent { cmp=com.rosewoodhillfarm.helloandroid/.HelloAndroid }

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Re: Android 1.6 SDK is here!

2009-09-16 Thread Nox

Hello everybody,
I´m new with Android and I´ve got a Samsung Galaxy, but it doesn´t
display that there´s an update!!!

Do you know what to do???


Thanks in advance
Viktor

On 16 Sep., 20:58, Natalya Dobry natalyado...@gmail.com wrote:
 Ok Thanks a lot , I found it, i thought that it is should looks like in
 Video guide.
 How can i found speech recognition ?
 in SDK 1.5 i had speech recognition enabled i saw the microphone symbol near
 the google search but now
 i do not see it.Can you help me with this.

 Regards,
 Natalya

 On Wed, Sep 16, 2009 at 9:47 PM, Xavier Ducrohet x...@android.com wrote:

  What do you mean by TTS is not there (What did you try exactly)?

  Did you go to Settings  Speech Synthesis ? The Listen to an example
  item should be enabled.

  Xav

  On Wed, Sep 16, 2009 at 11:37 AM, Natalya Dobry natalyado...@gmail.com
  wrote:
   I downloaded the new one i see Google Map but TTS and Speech recognition
  is
   not there
   PS: I work on emulator
   May be  i need to download the libraries from some where can you gave me
  the
   link ?

   On Wed, Sep 16, 2009 at 9:03 PM, Natalya Dobry natalyado...@gmail.com
   wrote:

   I will try to download the new one but the Speech recognition i do not
   have too.

   On Wed, Sep 16, 2009 at 8:40 PM, Xavier Ducrohet x...@android.com
  wrote:

   When did you download the SDK?
   See my other message sent last night:
  http://groups.google.com/group/android-beginners/msg/c8ac776bd538f8f6

   Xav

   On Wed, Sep 16, 2009 at 10:32 AM, Natalya Dobry 
  natalyado...@gmail.com
   wrote:
I downloaded the SDK 1.6 , i run emulator and i do not see TTS and
other
feature why ?
Natalya

On Wed, Sep 16, 2009 at 6:18 PM, Romain Guy romain...@google.com
wrote:

Hi Neil,

Sorry for that. Unfortunately we cannot fix all known bugs, we have
  to
prioritize. Last time I checked we fixed more than 1,300 bugs from
  our
internal database in Donut btw :)

On Wed, Sep 16, 2009 at 6:04 AM, Neil neilb...@gmail.com wrote:

 I'm very disappointed that bluetooth still doesn't seem to be
  fixed.

 I'm specifically interested in these issues - not being able to
  use
 handsfree:
http://code.google.com/p/android/issues/detail?id=2647
http://code.google.com/p/android/issues/detail?id=2855

 Neil

 On Sep 16, 12:22 am, Xavier Ducrohet x...@android.com wrote:

 http://android-developers.blogspot.com/2009/09/android-16-sdk-is-here...

 Enjoy!
 --
 Xavier Ducrohet
 Android Developer Tools Engineer
 Google Inc.

--
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have
  time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

   --
   Xavier Ducrohet
   Android Developer Tools Engineer
   Google Inc.

  --
  Xavier Ducrohet
  Android Developer Tools Engineer
  Google Inc.
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Extremely LONG Emulator load time on Eclipse Galileo and Vista

2009-08-18 Thread Nox

Hi,
I've had the same problem with Vista.
If you tap to run conficurations and to Android and after it to run,
the Eclipse-console will display what it does.
If you are running the emulator the first time it could spend up to 10
minutes.

On Aug 17, 7:44 am, bianconeri alex.tao.c...@gmail.com wrote:
 Hi all,

 I am pretty new to Android programming, but I am really keen to get
 into it.

 With Eclipse Galileo, the latest SDK 1.5_r3, ADT plugin and Vista OS,
 I started with the Hello World sample from Android User Guide website.
 What really disappointed me was it took forever to start up the
 Emulator. Well, I never had it start up properly actually.

 Eclipse Android Console displays:
 [2009-08-17 16:33:22 - HelloAndroid] Android Launch!
 [2009-08-17 16:33:22 - HelloAndroid] adb is running normally.
 [2009-08-17 16:33:22 - HelloAndroid] Performing
 edu.unimelb.helloandroid.HelloAndroid activity launch
 [2009-08-17 16:33:22 - HelloAndroid] Automatic Target Mode: launching
 new emulator with compatible AVD 'my_avd'
 [2009-08-17 16:33:22 - HelloAndroid] Launching a new emulator with
 Virtual Device 'my_avd'
 [2009-08-17 16:33:23 - HelloAndroid] New emulator found: emulator-5554
 [2009-08-17 16:33:23 - HelloAndroid] Waiting for HOME
 ('android.process.acore') to be launched...

 On the Emulator page, it keeps showing ANDROID_ and nothing
 further...

 I am just wondering if there is any step I was missing to make it
 startup properly? I did just following the User Guide...

 Could anybody give me a hint? Appreciate it!!

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



[android-beginners] Re: How do I keep OptionsMenu open?

2009-03-28 Thread Nox

You can only tap to Menu and then the Menu-Items appear,
but if you click to a Menu-Item, it will close again!!!



On 28 Mrz., 06:30, Romain Guy romain...@google.com wrote:
 You can't.

 On Fri, Mar 27, 2009 at 9:54 PM, Beginner ayrton.merc...@gmail.com wrote:

  Hi,

  I'd like to be able to click an item in the menu, but not have the
  menu close.

  I've tried to return both true and false in onOptionsItemSelected
  but that did nothing but upset me...

  I'm sure I'm missing something very obvious. Any ideas?

 --
 Romain Guy
 Android framework engineer
 romain...@android.com

 Note: please don't send private questions to me, as I don't have time
 to provide private support.  All such questions should be posted on
 public forums, where I and others can see and answer them
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: How can I publish my app?

2009-02-17 Thread Nox

Yes,but can I sign it with jarsigner?
I mean where can I find jarsigner???

On 16 Feb., 05:51, snctln catlin.s...@gmail.com wrote:
 http://developer.android.com/guide/publishing/app-signing.html

 ---snctlnwww.snctln.com

 On Feb 15, 10:46 am, Nox v.beh...@googlemail.com wrote:

  Hallo,I´m new with Android.
  I´ve already developed an application,but I don´t konw how to upload
  it into the Android Market!!!
  If I tab to uplaod,there always appers this error message:

  The apk is not properly signed.

  But how can I sign it???

  Thanks in advance
  Nox
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] How can I publish my app?

2009-02-15 Thread Nox

Hallo,I´m new with Android.
I´ve already developed an application,but I don´t konw how to upload
it into the Android Market!!!
If I tab to uplaod,there always appers this error message:

The apk is not properly signed.

But how can I sign it???


Thanks in advance
Nox

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