[android-beginners] Re: How do I respond to a trackball press

2009-04-19 Thread warb
On Apr 16, 5:15 pm, Raphael r...@android.com wrote: Use control-t in the emulator to emulate a trackball, which is not the same as a d-pad. I am now using the phone for testing. So I just press the trackball. --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: how to develop Android app?

2009-04-19 Thread Mark Murphy
Nio wrote: Hi there, I am trying to develop apps for android. But I do not know where to start. Can I develop apps in java SDK or not? And how can I compile my app to a apk format? Is there any document describes how to do all this things? Pretty much the entire developer.android.com Web

[android-beginners] Webview not working like in Chrome

2009-04-19 Thread Benjamin
Hi guys, I'm trying to make an android app, working with Facebook. The first step to do that (after creating a new facebook-app on facebook) is asking access to the user's informations. We can do that from this url : http://m.facebook.com/code_gen.php?v=1.0api_key=[your api_key] You're going

[android-beginners] HTTP Post

2009-04-19 Thread xspotlivin
I'm trying to do an HTTP Post, but I'm having a lot of trouble. I have a server running on my computer. I know the URL needs to be my IP address and port number. How do you create a URL object out of an IP address and port number? I also have some headers and such that I need to put on the post

[android-beginners] Re: HTTP Post

2009-04-19 Thread Mark Murphy
Do not cross-post. All you do is irritate the people who you want to have help you. I have a server running on my computer. I know the URL needs to be my IP address and port number. Most likely, you want to use 10.0.2.2 and your port number.

[android-beginners] Re: Problem with DevGuide on TabHost and Tabs

2009-04-19 Thread Merovee
Hey Joop, I think the problems have less to do with the tutorial more than possibly not being familiar with Eclipse and Java. The android beginners tutorials are cued toward those who are already familiar with both as well as XML, not a beginner to the whole works. Just like in Java on Eclipse

[android-beginners] Re: Does anyone know how to use jdb to debug java program ?

2009-04-19 Thread Jove Chia
Thanks, It works :) Jove 2009/4/18 fadden fad...@android.com On Apr 16, 4:06 am, Jove jove.c...@gmail.com wrote: I try below command: adb forward tcp:8000 jdwp:my pid jdb -attach localhost:8000 but get no response. Could anyone give me some hints? This should work. Are you using

[android-beginners] Question regarding adding a view that can overlap other views in the layout/activity.

2009-04-19 Thread rch
Is it possible to add a view dynamically that overlaps other views in the layout. I have Linear Layout defined for the activity. As part of the Layout I have a custom View. The content changes dynamically and sizes appropriately based on the content size, with fill_parent for width and