[android-beginners] Chinese developer groups

2009-01-05 Thread SUNJIAN
we built a group to try to help Chinese-Speaker developers ! http://android.allove.org 中文开发社区 --~--~-~--~~~---~--~~ 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] Re: New Dev phone won't get signal in Germany

2009-01-05 Thread Tilekus
Hi, I have a very similar problem in Ireland with my Android Dev Phone 1. For 2 Irish sim cards and 1 German sim card it shows no GSM signal at all (top-right corner). APN settings are fine. And if I try to sign in it also shows: There is an error communicating with Google servers after a while.

[android-beginners] failed to load dx.jar

2009-01-05 Thread Ashwani Rao
Hi, I have installed latest eclipse and jre 1.6. When i create an new android project then error window pops up with following info. Android Sdk content loader has encountered a problem. failed to load dx.jar. There is also error of old adb version. Regards, Ashwani

[android-beginners] Android app development

2009-01-05 Thread Apparao Mulpuri
Hi Group, I am newbie to android development. I have experience in Apple Mac and iPhone development. Can you please provide info on to start coding using Android. FYI.. I have downloaded eclipse and Android SDK for Mac with sample code. Thanks, Apparao

[android-beginners] Re: Hello Android!

2009-01-05 Thread Sunfighter
I've just started with Android, but I've discovered you have to be a little patient. It shows Android for an unreasonable length of time, about 10 seconds. Then it switches to a graphic Android. At that point, you can press Menu button and get to Home. On Jan 2, 6:06 am, Buixa

[android-beginners] send gps location through Eclipse and be nofified through LocationListener.onLocationChanged

2009-01-05 Thread Miroslav Slobodnik
Hi, I have problem with gps related task. I registered location updates, and then use Eclipse view Emulator Control to send GPS location, but method onLocationChanged is never called. Method onStatusChanged is called when I first click button Send in Eclipse Emulator Control. I do not know why?

[android-beginners] data exchange via http tunneling..

2009-01-05 Thread MarkMarkus
Hi, how can i connect an Android application to a servlet engine (es. tomcat) by sending an HashMap via http tunneling? In my Android application I tried to send/receivce a HashMap by using the java.net.URLConnection but, as descrived in the documentation, the method getOutputStream() returns

[android-beginners] How to post an issue?

2009-01-05 Thread Dave
It would appear the comment in step 10 (first sub-step) of the tutorial http://code.google.com/android/intro/tutorial-ex3.html does not correspond to the code being removed. Was trying to just let someone know. The Feedback link on the page alludes to an issue tracker -- after a little search,

[android-beginners] Listing URL's

2009-01-05 Thread william.zane...@googlemail.com
Hi guys, I want to create a simple list, which shows a list of titles, each title has a corresponding URL -once the title is clicked, I want to open the URL, similar to a Hyperlink. Any idea how I would go about something like this? Could someone please provide example code. Thanks in advance

[android-beginners] Re: Hello Android!

2009-01-05 Thread Steve Carville
Go into 'Run Configurations' and hit the 'Target' tab. Change the 'Emulator Launch Parameters to GPRS for Network speed and Latency. You could also tick the 'Wipe User Data' tab. Then all you have to do is run the app and give the emulator time to boot up (although you can disable the boot

[android-beginners] about make file structure

2009-01-05 Thread dj
Hi All, I want to know about makefile structure of android.means for make aidl ,which makefiles it is calling and their sequence of calling.how do i come to know about this makefile structure for building of seperate module?can anybody having idea on this? Regards, Dj

[android-beginners] -Help- Something happened to my SDK - Resources wont load

2009-01-05 Thread novice
Hello, I accidently deleted my R.java file attached to my project - but it was re-attached auto-magically. But now when I try to assign drawables it says its it cannot be resolved. for example: cheese_png = context.getResources().getDrawable (R.drawable.cheese);

[android-beginners] Re: How to post an issue?

2009-01-05 Thread Mark Murphy
Dave wrote: It would appear the comment in step 10 (first sub-step) of the tutorial http://code.google.com/android/intro/tutorial-ex3.html does not correspond to the code being removed. Was trying to just let someone know. The Feedback link on the page alludes to an issue tracker -- after a

[android-beginners] Re: Android app development

2009-01-05 Thread Mark Murphy
Apparao Mulpuri wrote: I am newbie to android development. I have experience in Apple Mac and iPhone development. Can you please provide info on to start coding using Android. FYI.. I have downloaded eclipse and Android SDK for Mac with sample code. If you are not familiar with Java,

[android-beginners] Re: JCreator

2009-01-05 Thread javame_android
Hi, You are always free to use any editor you like. But Android supports for Eclipse is because it is the IDE which is mostly used by developers. I dont know if there are any plugins available for JCreator to develop in Android. Otherwise you can definitely write your code in JCreator and then

[android-beginners] NetBeans with Android

2009-01-05 Thread Kennedy Ximenes
Hi, I´m using NetBeans 6.5 IDE to begin developing some Android project. My first project Hello Android, when the emulator appears just show a message on screen center Android and nothing more. The message Hello Android does not appear...What is that? Thanks for any help.

[android-beginners] Re: NetBeans with Android

2009-01-05 Thread Mark Murphy
Kennedy Ximenes wrote: I´m using NetBeans 6.5 IDE to begin developing some Android project. My first project Hello Android, when the emulator appears just show a message on screen center Android and nothing more. The message Hello Android does not appear...What is that? The first

[android-beginners] Re: Managing the activity history stack

2009-01-05 Thread Adam Vartanian
If D needs information from A,B or C then it should retrieve it by running those activities.The fact that D is run first doesn't mean the user will see D first because you will be calling A,B or C in the onCreate of D. Ah, interesting. I was thinking procedurally rather than request/

[android-beginners] Re: -Help- Something happened to my SDK - Resources wont load

2009-01-05 Thread Xavier Ducrohet
The R.java file is generated automatically based on the content of the res/ folder. Are you using Ant or Eclipse? If Ant, is there any error output when running it, if Eclipse, is there any errors in the Problems view? Xav On Sun, Jan 4, 2009 at 2:56 PM, novice tjackson.1...@gmail.com wrote:

[android-beginners] Re: failed to load dx.jar

2009-01-05 Thread Xavier Ducrohet
What version of ADT and of the SDK are you using? Is the proper SDK path setup in the ADT preferences? Xav On Mon, Jan 5, 2009 at 1:04 AM, Ashwani Rao project.d...@gmail.com wrote: Hi, I have installed latest eclipse and jre 1.6. When i create an new android project then error window pops

[android-beginners] send gps location through Eclipse and be nofified through LocationListener.onLocationChanged

2009-01-05 Thread Miroslav Slobodnik
Hi, I have problem with gps related task. I registered location updates, and then use Eclipse view Emulator Control to send GPS location, but method onLocationChanged is never called. Method onStatusChanged is called when I first click button Send in Eclipse Emulator Control. I do not know why?

[android-beginners] Android OS Chinese Community !

2009-01-05 Thread SinFrancis
Android OS Chinese Community , a community for Android software Chinese Version Development, the reader CoolReader had released! UR hope more people join us! Site:http://androidos.cc Community site: http://androidos.cc/bbs --~--~-~--~~~---~--~~ You received this

[android-beginners] making connections online

2009-01-05 Thread Fender
I want to try and figure out to connect to the internet and grab information, without using the androids browser. im probably being too vauge, so let me give an example. Say i have a MySQL database online. or a file. or anything. Say in that whatever, in this case maybe a table or some code,

[android-beginners] Re: making connections online

2009-01-05 Thread Jonathan Parker
Web services would be your best choice. Or maybe REST. On Tue, Jan 6, 2009 at 3:57 PM, Fender cmglassm...@gmail.com wrote: I want to try and figure out to connect to the internet and grab information, without using the androids browser. im probably being too vauge, so let me give an