[android-developers] Re: Android

2009-08-28 Thread admin.androidsl...@googlemail.com
I think you might have missed it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: Camera preview

2009-08-28 Thread Bill
There seems to be a bug in the EXTRA_OPTIONS if you're using the default camera activity. That is why you are not getting full sized pictures. If you want to embed the preview you can use the Camera object directly. On Aug 28, 1:02 am, Pavel pavli...@gmail.com wrote: Hey tinyang, Could you

[android-developers] parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-28 Thread Steven Yi
Hi All, Apologies if this is a repost as I tried replying a couple times on the web interface to this Google Group but didn't see my reply get posted. I am part of a team building an Android app and our application is experiencing the same problem as designated in this thread:

[android-developers] Re: How to speed up the Android emulator.

2009-08-28 Thread Chris Stratton
On Aug 27, 6:49 pm, Dianne Hackborn hack...@android.com wrote: Trying to get a somewhat realistic environment running natively on a desktop is thus tricky enough if that desktop is Linux; it has actually been a very long time since the simulator did anything besides run all of the

[android-developers] Re: Where can I find adroid manual

2009-08-28 Thread Chris Stratton
On Aug 28, 1:57 am, li jiecong lijiec...@gmail.com wrote: Hi   There is online manual on the developer.android.com. Is there any offline document about this manual? CHM,PDF,HTML are all ok. thanks. If you download and install the sdk, do open file in your web browser and browse to

[android-developers] Accelerometer Speaker Interference Workarounds?

2009-08-28 Thread Robert Green
It's no secret that both the HTC Dream and HTC Magic have problems with sound from the built-in speaker interfering with the accelerometer. I'm currently having the problem with my new game and am not sure how I'm supposed to work around it. Quite frankly, the sound is a big part of the game

[android-developers] Re: Android

2009-08-28 Thread Dan Sherman
lol On Fri, Aug 28, 2009 at 9:10 PM, admin.androidsl...@googlemail.com admin.androidsl...@googlemail.com wrote: I think you might have missed it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Bluetooth Support (lack of it)

2009-08-28 Thread Chris Stratton
On Aug 28, 12:04 pm, Usability Architect de...@infinite3.com wrote: Andriod doesn't support many profiles.  (ummm 1, the headset profile) It is indeed pretty limited in the current official software. For GOD sakes, I can't even get a directory listing via USB connection.  How does anyone

[android-developers] Re: How can i transfer username to next page by Intent:

2009-08-28 Thread Amir Alagic
Hi, Try with Intent intent = new Intent(arg); ... intent.putExtra(username, userNameValue); startActivity(intent); Then on next activity use String userNameValue = getIntent().getStringExtra(username); Amir Alagic Sony Ericsson Mobile Communications The views, opinions and statements in

[android-developers] Re: Accelerometer Speaker Interference Workarounds?

2009-08-28 Thread Robert Green
And that's almost exactly what I see. I notice extra bad numbers coming through on certain frequencies of sound. I know I've complained about one or two things in the past but this really is a pretty bad flaw. Let's hope future devices don't have the same problems. On Aug 28, 7:56 pm, Chris

[android-developers] Its Urgent...(for adc2)Getting map api key when publishing the application..

2009-08-28 Thread sheik
Hi developers.. i refered http://code.google.com/android/add-ons/google-apis/mapkey.html to generate maps on dev phone for my application ... and is working fine and i also refred Final Steps to Enable MapView Elements .. i have a doubt regarding this about the note given below which says:

[android-developers] BroadcastReceiver on Service

2009-08-28 Thread GodsMoon
Can I Receive a Broadcast from a Service? It seem I have to extend BroadcastReceiver to receive broadcasts but I'm already extending Service and I can't extend 2 classes. Do I set up an additional Activity to receive broadcasts and then just pass stuff to the already running Service. And if so,

[android-developers] How can i use Scroll bar in my Linear layout view.....

2009-08-28 Thread ragavendran s
How can i use Scroll bar in my Linear layout view... can u pls tell me thanks Raghav.S --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: BroadcastReceiver on Service

2009-08-28 Thread GodsMoon
Looks like I answered my own question. There is a peekService method in BroadcastReceiver for interacting with existing Services. On Aug 28, 11:50 pm, GodsMoon godsm...@gmail.com wrote: Can I Receive a Broadcast from a Service? It seem I have to extend BroadcastReceiver to receive broadcasts

[android-developers] Re: How to override ContactsProvider like GoogleContactsProvider

2009-08-28 Thread Kenny
Reason? It sounds like very limited room for 3rd party developers to do something. On Aug 22, 12:56 am, Dianne Hackborn hack...@android.com wrote: Sorry, you can't do this. On Thu, Aug 20, 2009 at 11:14 PM, Kenny Yu yxw...@gmail.com wrote: To develop an APK, I want to modify or expand

[android-developers] How to add the image on surface view?

2009-08-28 Thread manoj
Hi, I am trying to add an image on surface view. I have coded some thing like this: public void surfaceCreated(final SurfaceHolder holder) { // The Surface has been created, acquire the camera and tell it where // to draw.

[android-developers] ItemizedOverlay botches bounds of non-default marker?

2009-08-28 Thread guinyard
If I extend ItemizedOverlay, why does this work as expected: public MyItemizedOverlay(Drawable defaultMarker) { super(boundCenterBottom(defaultMarker)); populate(); } public void addOverlayItem(OverlayItem overlayItem) { if

[android-developers] Re: Accelerometer Speaker Interference Workarounds?

2009-08-28 Thread Chris Stratton
it might be interesting to slowly sweep a sine wave across the audio range while plotting variation in the accelerometer reading... On Aug 28, 9:40 pm, Robert Green rbgrn@gmail.com wrote: And that's almost exactly what I see.  I notice extra bad numbers coming through on certain

[android-developers] code for simple client server http communication

2009-08-28 Thread ragavendran s
I am new to android development can u give anybody .code for simple client server http communication i dont know how these client interact with server can u tel me the steps for this network concept...how we send the url connection to the serve. pls. thanks, with

[android-developers] Force Close-Wait

2009-08-28 Thread Sasi Kumar
When i'm trying to execute my project. It will show one alert dialog in run time. That Shows to Forceclose or Wait. Why this alert dialog is showing. There is any way to stop these. In my project i'm reading xml files. is this cause any problem. Reply me. Thanks in advance.

[android-developers] Re: How to customize the lock screen?

2009-08-28 Thread alucard20004
Anyone? Or is it impossible with the sdk? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: How can i use Scroll bar in my Linear layout view.....

2009-08-28 Thread Sasi Kumar
use Scrollview for scroll bar... On Aug 29, 9:03 am, ragavendran s sraghav.ra...@gmail.com wrote: How can i use Scroll bar in my Linear layout view... can u pls tell me thanks Raghav.S --~--~-~--~~~---~--~~ You received this message because

<    1   2   3