[android-beginners] Re: How to upload the application to the G1 Phone

2009-08-02 Thread Jens Vegeby
Enable debuging on your phone. Settings applications development enable debuging. When asked for driver (in windows) point it to the corresponding driver folder in the sdk tree. In eclipse choose manual target in run configuration. When running you shall be able to choose the phone. Hope

[android-beginners] Re: Where is the Website field in the Contact application?

2009-08-02 Thread Michael Leung
But there are some third party applications for this. I remember if you are myTouch 3G, there is a power pack, which include an enhanced phone book. On Sun, Aug 2, 2009 at 3:54 AM, Dennis leuden...@gmail.com wrote: Thanks Michael. I was disappointed with Android's PIM capability.

[android-beginners] Sorry, I want to test whether I send an email to the group

2009-08-02 Thread Michael Leung
Sorry, I want to test whether I send an email to the group. Becuase I keep to get an error when I do a reply -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] publishing application

2009-08-02 Thread Holden Karau
So I've published my application, is there a URL which I can send people to install it? Is there one which works in native web browsers as well? Is there a delay during the publication process? (by the way the application is called Pigs Can Fly Site Monitor , if you can find it and give me some

[android-beginners] Posted/Published Application, Now What?

2009-08-02 Thread Holden Karau
So I've published my application, is there a URL which I can send people to install it? Is there one which works in native web browsers as well? Is there a delay during the publication process? (by the way the application is called Pigs Can Fly Site Monitor , if you can find it and give me some

[android-beginners] Re: Posted/Published Application, Now What?

2009-08-02 Thread skyman
On 2 Sie, 12:18, Holden Karau holden.ka...@gmail.com wrote: So I've published my application, is there a URL which I can send people to install it? Is there one which works in native web browsers as well? (from http://developer.android.com/guide/publishing/publishing.html)

[android-beginners] Re: Posted/Published Application, Now What?

2009-08-02 Thread Holden Karau
Awesome thanks :) On Aug 2, 7:05 am, skyman krzysiek.bieli...@gmail.com wrote: On 2 Sie, 12:18, Holden Karau holden.ka...@gmail.com wrote: So I've published my application, is there a URL which I can send people to install it? Is there one which works in native web browsers as well?

[android-beginners] Re: Hello World Help

2009-08-02 Thread Grubber
Good tip, thanks On Jul 31, 10:41 am, BORO konradborowie...@gmail.com wrote: Hi guys. The best practive is to run emulator from command line not from under eclipse, as it starts much faster, and always starts, in contrary to eclipse launching the emulator. Open a console finde your sdk

[android-beginners] Android and webservices

2009-08-02 Thread Grubber
Hi All, Sorry if this appears twice, but my messages from yesterday didn't get posted? A couple of Android development questions... 1. Can you consume a webservice from android and if so are there any good examples? 2. Is android a good platform to develop private apps for customers, i.e ones

[android-beginners] Re: How to redraw the list in ExpandableListViewActivity

2009-08-02 Thread Steve Hall
Hi, I posted this on another forum it might be of help and you might be able to answer questions!! Very pleased :) with the way ExpandableListView works but am unclear how to set the clicked view as invalid. In the onChildClick(ExpandableListView parent, View v, int groupPosition, int

[android-beginners] Writing specific apps for clients

2009-08-02 Thread Grubber
Hi all, I am new to android development and mobile development in general. I am interested in writing an application for a private client (not for public release). In brief the application will be used by feild staff and will communicate with a webservice back at base. My questions are as

[android-beginners] Re: Writing Exif Data

2009-08-02 Thread Aki
how about Sanselan http://groups.google.com/group/android-developers/browse_thread/thread/7641bc40e0836945 Apache Sanselan is opensource pure-java Image library.it's not for android. but he cut out non android codes. It's not beginners topic,but one of good solution. thanks aki On 7月31日,

[android-beginners] GREAT APP IDEA

2009-08-02 Thread Kyky
I am trying to learn how to build an APP and would love for someone who is experienced to help... I have a 100,000 dollar idea that I have not been able to find anywhere... Anyone interested - Please contact me. Get in on this before i figure out how to build it on my own

[android-beginners] Query

2009-08-02 Thread mca2007tce
How to get the port number for the device to run more than one emulator? --~--~-~--~~~---~--~~ 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] Menus across multiple activities

2009-08-02 Thread erykthege...@googlemail.com
Hi, I'm having some difficulty with my menus. It works fine on my main activity and i can select all the options etc etc. one of these options is to start a subactivity (File browser). This works fine, the sub activity loads and i can select the file i want etc. Now though I want to be able to

[android-beginners] Re: Menus across multiple activities

2009-08-02 Thread Mark Murphy
erykthege...@googlemail.com wrote: does anyone have any thoughts as to why this isn't working, or suggestions for workarounds? Without any code, in this case, it is difficult to provide you with advice. If possible, please post the activity that is giving you trouble. -- Mark Murphy (a

[android-beginners] Re: Menus across multiple activities

2009-08-02 Thread erykthege...@googlemail.com
okie dokie, I'll post the main jist of it //Intents n stuff! public class filebrowser extends ListActivity { protected final int SUCCESS_RETURN_CODE = 1; Intent data = new Intent(); @Override public boolean onCreateOptionsMenu(Menu menu) {

[android-beginners] Re: Menus across multiple activities

2009-08-02 Thread Mark Murphy
erykthege...@googlemail.com wrote: @Override public boolean onCreateOptionsMenu(Menu menu) { super.onCreateOptionsMenu(menu); MenuItem item = menu.add(0,1,0, Set Fav Dir); MenuItem item = menu.add(0,2,0,Change Layout); return true; } Try:

[android-beginners] Re: Menus across multiple activities

2009-08-02 Thread Mark Murphy
erykthege...@googlemail.com wrote: That didn't help, but i've been playing with the code and actually found my problem. I have an @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if(keyCode == KeyEvent.KEYCODE_BACK){ //do stuff } I just commented it

[android-beginners] Re: I'm really new

2009-08-02 Thread Roman
http://developer.android.com/intl/en/guide/index.html This page gives you all the basics which you need to write an Android application. If you are the guy who likes books, here is a list of current available books http://www.amazon.com/Android-Programming-Books/lm/R3IDV45VDVAY3M Also find

[android-beginners] Re: Adding view resource

2009-08-02 Thread Jack Ha
The error shown in Eclipse should tell you which resource is missing. Double check the resources under the res folder. If possible, please post your code and indicate where the problem is. -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together The views, opinions and

[android-beginners] Re: Trackball listener

2009-08-02 Thread zoerb
Thanks for the response, but I am looking for something like the View.OnKeyListener and View.OnTouchListener interfaces for trackball movement. On Jul 31, 9:18 am, Balwinder Kaur (T-Mobile) balwinder.k...@t- mobile.com wrote: Are you looking for

[android-beginners]

2009-08-02 Thread saurabh sinha
I need a example which is used to insert,update,delete in database sqlitedatabase in android --~--~-~--~~~---~--~~ 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: [android-beginners]

2009-08-02 Thread Michael Leung
http://developer.android.com/guide/tutorials/notepad/notepad-ex1.html There are insert and edit example On Mon, Aug 3, 2009 at 11:45 AM, saurabh sinha saurso...@gmail.com wrote: I need a example which is used to insert,update,delete in database sqlitedatabase in android -- Regards,