[android-beginners] Re: Rotate Activity screen

2009-11-04 Thread Batuka
i wont my activity start with rotate screen like this --- setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); its working but if i open the my G1 front side (it means you will see the keyboard) then my activity starts again how do I troubleshoot it -- You received this message

[android-beginners] Widget update with Context.sendBroadcast()

2009-11-04 Thread Carl
Hello all, I would like to update my AppWidget only, without interfering with the other widgets in the system. I created the following code, but I am not sure it other widgets will also update, since I am using Context.sendBroadcast(). Intent myWidgetUpdate= new Intent

[android-beginners] How do I package a shared Java library?

2009-11-04 Thread Micah
Perhaps they are not called shared libraries in Java but what I want is to write two separate applications, both available on the Android marketplace. Both applications would leverage a common set of shared code (perhaps a service, a set of classes, an activity, etc.). I want to be able to

[android-beginners] Paypal Integration

2009-11-04 Thread jbrohan
Hello Is there an example of an Android App knowing who to pay and how much, calling the paypal Activity with the fields pre-loaded for the user to click Pay it Now! -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

Re: [android-beginners] Digest for android-beginners - 13 messages in 11 topics

2009-11-04 Thread John Brohan
There is a tool called DDMS which includes a logcat (and much more). I run it from teh command prompt in Windows. On Wed, Nov 4, 2009 at 9:40 AM, android-beginners@googlegroups.com wrote:  Today's Topic Summary Paypal Integration [1 update] Persisting a context menu after screen rotation [1

Re: [android-beginners] alive voice

2009-11-04 Thread Ray da Costa
All calls that I answer on my phone G2 are opening the mouth. Is there any setting that I do to answer the call when it does not enable the speakerphone? 2009/11/3 Justin Anderson janderson@gmail.com Could you give a little more info? I'm not sure what you are asking...

Re: [android-beginners] Re: Rotate Activity screen

2009-11-04 Thread Justin Anderson
Hmmm... that does sound a little strange. I don't know for sure but it may be that the only thing you can do is save the instance state of your application... There are some methods that you can override that will allow you to save needed info in a bundle. Then when your activity is restarted,

Re: [android-beginners] Widget update with Context.sendBroadcast()

2009-11-04 Thread Justin Anderson
I believe that interested BroadcastReceivers means the ones that match the intent. Given your sample code it seems to me that only your widget will be updated. Thanks, Justin -- There are only 10 types of people in the world...

[android-beginners] AutoCompleteTextView update problem

2009-11-04 Thread Tim
Hi guys I am completely stuck on this for a few days...any help will be super appreciated! I have an AutoCompleteTextView which I want to populate with artist names based on what the user types. I have a method which makes a call to the Musicbrainz API which takes a few seconds so I do that in a

[android-beginners] IP Address of mobile client

2009-11-04 Thread VY
Hi: I am curious when the mobile client is on 3G mode (not WiFi) and browsing the web, does it have an IP address? Is it a private IP? How does the server header looks like when a mobile client makes a http call to the server? Does it register an IP from the client? thanks --Vincent -- You

[android-beginners] Re: problem creating new android project

2009-11-04 Thread Den1s
I have the same problem on Samsung R418 with Ubuntu 9.10 installed. I tried different Eclipse's but result is the same as on mugdha's screenshot. Is there any way to fix it? On Oct 8, 5:32 pm, bmalbert22 bmalber...@gmail.com wrote: Do you have the Android ADK installed. If you do, you ought to

[android-beginners] Re: problem creating new android project

2009-11-04 Thread Den1s
I have the same problem on Samsung R418 with Ubuntu 9.10 installed. I tried different Eclipse's but result is the same as on mugdha's screenshot. Is there any way to fix it? On Oct 8, 5:32 pm, bmalbert22 bmalber...@gmail.com wrote: Do you have the Android ADK installed. If you do, you ought to

[android-beginners] Newbie how to run my image in emulator

2009-11-04 Thread Rico
Hi, I'm not sure if this is the correct forum for this. If not, please point me in the right direction. I managed to download the complete android development kit and did a make to build a new system. I was expecting an image file to pop out at the end of this (just like vmlinux when I do a

[android-beginners] Re: Android 2.0 Exchange support

2009-11-04 Thread Ralf
Hello Henrik, we also encountered problems trying the Android 2.0 emulator to connect to company exchange 2007 server. Actually we didn´t even come to be connected. The server is found but login/pwd will be rejected. Logfiles show the same conntecting details as using a Windows Mobile Phone with

Re: [android-beginners] Newbie how to run my image in emulator

2009-11-04 Thread Justin Anderson
It sounds like you are talking about the android source... If so, then this question is more suited for the Android Developers group. This forum is for SDK applications. Thanks, Justin -- There are only 10 types of people in

[android-beginners] Re: R.layout.main Not Found when running WebView Tutorial

2009-11-04 Thread Indicator Veritatis
Hi, thanks for responding. What I get under WindowShow ViewProblems after trying to run the HelloWebView project is: Description: Errors (1 item) Conversion to Dalvik format failed with error 1 Resource: HelloWebView Location: Unknown Type: Android ADT problem. BTW: while trying to build

[android-beginners] trust all certs using http client?

2009-11-04 Thread Jeffrey Blattman
i'm trying to use the httpclient.* API in the android SDK to make an HTTPS connection. i would like to accept self-signed certs automatically (trust all certs) i found references to EasySSLProtocolSocketFactory, which is part of standard apache httpclient, but it's not in android. has anyone

[android-beginners] Re: problem creating new android project

2009-11-04 Thread Den1s
I have exactly the same problem on my Samsung R418 with Ubuntu 9.10 installed. Any thoughts how to fix it? On Oct 8, 5:32 pm, bmalbert22 bmalber...@gmail.com wrote: Do you have the Android ADK installed. If you do, you ought to be able to select it in the build target box which will make the

[android-beginners] Getting Hello, Android to Run w/SDK 2.0

2009-11-04 Thread CremeBrulee
Brand new to Android, but using Eclipse for a while. Using this tutorial: http://developer.android.com/guide/tutorials/hello-world.html I built the avm, set up my project for SDK 2.0 and made the code changes. However, when I run, instead of a minimal frame with Hello, Android in it, it brings