[android-beginners] Geocoding

2010-05-20 Thread Victor Pantoja
is: I need to use the returned value , i.e. directions.getDuration().html, for my Java code. Have you guys ever had this problem? Is there a way to do this just using Java code (without webview, I mean).? Thanks Victor Pantoja -- You received this message because you are subscribed to the Google

Re: [android-beginners] Mobile web pages

2009-11-11 Thread Victor Pantoja
You may want to see some examples like: - m.globo.com - m.globoesporte.com Better seen on iPhone :) 2009/11/10 Justin Anderson janderson@gmail.com This isn't really the place for this type of question But essentially all you need to do is design your website to look good on small

[android-beginners] Re: Help me in Creating a AVD

2009-08-07 Thread Victor Pantoja
Are you sure you added android SDK path do you PATH environment variable? Optionally, you may want to add the location of the SDK's primary toolsdirectory to your system PATH. The primary tools/ directory is located at the root of the SDK folder. Adding tools to your path lets you run Android

[android-beginners] XML Parser

2009-07-20 Thread Victor Pantoja
Hi I'm using SAX for parsing some XML files. I was wondering if there is a better way to do this like DOM. What do you guys use? Regards, Victor 2009/7/20, Oliver Rennfort anubis...@gmail.com: Hi all I have now several books for android. And had to find out that most of them are not great

[android-beginners] Loading Acitvity

2009-07-02 Thread Victor Pantoja
Hi I'm trying to create an activity whose purpose is to show some advertisements for a while and then go to another activity, which is a simple menu. The menu activity is already done. What about de first one? Have you guys developed something like that before? It's a kind of loading activity.