[android-developers] Web Service Deployment

2008-05-14 Thread Krishnan
Hi All, Would like to know if there are any interfaces which allow deployment of web services/ web servers on android that would talk to existing clients/servers on a PC. Krishnan --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[android-developers] About Theme and style method

2008-05-14 Thread Bill.Tsao
Dear all: Android provide us some themes like: android.R.style.Theme_Light android.R.style.Theme_Dark We can use "setTheme(xx)" to set our theme. My question is : Can I replace our android theme in run time? --~--~-~--~---

[android-developers] Re: How can I call apk to run???

2008-05-14 Thread Wesley
oic... How can I do so??? any more guideline??? Wesley. On Thu, May 15, 2008 at 1:57 AM, Megha Joshi <[EMAIL PROTECTED]> wrote: > Hi Wesley, > > You can invoke an Android application A from within another android > application B, by invoking one of A's Activities or Services from B. > To embed

[android-developers] Re: Can Andoid mobil software

2008-05-14 Thread Steve Oldmeadow
On May 15, 3:37 am, HTC-Phone <[EMAIL PROTECTED]> wrote: > Can Android Mobile Software drive on a HTC S710? > Im sorry my English is not very good. :-) > > /Danish\ > Kan Android Mobil Software køre på en HTC S710? > Jeg over vejer lidt at køre det.. Check Youtube. I have seen videos of Androi

[android-developers] Re: addProximityAlert method in LocationManager

2008-05-14 Thread zero
On May 12, 11:50 pm, newbie11 <[EMAIL PROTECTED]> wrote: >. I just > want to know how to have a proximity alert forever even after a power > down event unless the user specifies otherwise. How is this > accomplished? you could use the openintents.org alert framework for that. any registered ale

[android-developers] Re: Receiving broadcast null in application shutdown

2008-05-14 Thread Mark Murphy
> I would love to hear any work arounds for this I have been struggling > with this for an age without realising its a bug! With M5, I haven't run into this bug, but it may be that my usage of location updates differs from the ones that are getting the bug. I get the updates in an activity (vs.

[android-developers] Re: Receiving broadcast null in application shutdown

2008-05-14 Thread geekchique
I would love to hear any work arounds for this I have been struggling with this for an age without realising its a bug! On May 13, 10:27 am, Semeria Stefano <[EMAIL PROTECTED]> wrote: > Hello, > > My application is using a mocked location provider  and an intent receiver to > receive updates. >

[android-developers] Can Andoid mobil software

2008-05-14 Thread HTC-Phone
Can Android Mobile Software drive on a HTC S710? Im sorry my English is not very good. :-) /Danish\ Kan Android Mobil Software køre på en HTC S710? Jeg over vejer lidt at køre det.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[android-developers] Re: Regarding Multiple Language support.

2008-05-14 Thread Megha Joshi
The multiple language support feature is not a part of the current SDK release. Please check the note about internationalization in the link below: http://code.google.com/android/devel/resources-i18n.html#i18n Thanks, Megha On Wed, May 14, 2008 at 7:34 AM, wipand <[EMAIL PROTECTED]> wrote: > > A

[android-developers] Re: ClassCast exception in case of loading class from other andoid project

2008-05-14 Thread Megha Joshi
Hi, Please see the solution in the thread below and let us know if that works for you. http://groups.google.com/group/android-developers/browse_thread/thread/261ce958a8599bfc/c30aaa7ec9f92d8c If it does, perhaps we can include it in the documentation. -Megha On Tue, May 13, 2008 at 1:59 AM, x-f

[android-developers] Re: Receiving broadcast null in application shutdown

2008-05-14 Thread Megha Joshi
Hi Stefano, This seems like a bug. Could you please log this with enough details in the android issue tracker? This has been discussed earlier in the thread below: http://groups.google.com/group/android-developers/browse_thread/thread/d03f0db6004345a1/35346fa13547133f Thanks, Megha On Tue, May

[android-developers] Re: [android-developers]listview

2008-05-14 Thread Megha Joshi
Hi Radhika, Please see the link below for using different layout managers in Android: http://code.google.com/android/devel/ui/layout.html Also, the ApiDemos in the /samples directory of the SDK are a great place to start. There a lot of examples which explain how create UI for Android. -Megha

[android-developers] Re: One more activitr can not use same package in eclipe

2008-05-14 Thread Megha Joshi
Could you please provide a more detailed description of what you are trying to do and the error? -Megha On Tue, May 13, 2008 at 10:52 PM, resbonus(USOON.net) <[EMAIL PROTECTED]> wrote: > > must use different package. > > > --~--~-~--~~~---~--~~ You received this

[android-developers] Re: How can I call apk to run???

2008-05-14 Thread Megha Joshi
Hi Wesley, You can invoke an Android application A from within another android application B, by invoking one of A's Activities or Services from B. To embed web content in your application, create a WebView within your Activity, and load your web page in it. Thanks, Megha On Tue, May 13, 2008 a

[android-developers] Re: [android-developers]Does android give multiple language support

2008-05-14 Thread Megha Joshi
Hi Radhika, The multiple language support feature is not a part of the current SDK release. Please check the note about internationalization in the link below: http://code.google.com/android/devel/resources-i18n.html#i18n Thanks, Megha On Tue, May 13, 2008 at 11:35 PM, <[EMAIL PROTECTED]> wrote:

[android-developers] Anyone idea on the best way of making a horizontally scrolling list

2008-05-14 Thread dm1973
I am looking to make a horizontally scrolling list (like the iphones picture view) where you can use your finger to drag the the image around and when you let go it either scrolls to in the last drag direction or it resets the image. Has anyone doe this? --~--~-~--~~~-

[android-developers] Regarding Multiple Language support.

2008-05-14 Thread wipand
Anybody please help me in knowing about multiple language support in android. is there any way to set the UI language . --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Re: About set background

2008-05-14 Thread Rui Martins
I had some problems with setting background too, namelly in an Activity ! The background image is always stretched or compressed in order to fit the window. Besides not having any options, for tiling, stretching, etc. the real problem is that this is always done in every redraw. What I mean is,

[android-developers] Please help with Android development

2008-05-14 Thread Nerses Zackoyan
Dear Android Staff, I have problem with getting event onChange(boolean selfchange) in ContentObserver when I set getContentResolver().registerContentObserver( android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI , true,imageObserver ); and add image file in sdcard using ddms or using Fil

[android-developers] Does anyone have an example of using ActivityGroup?

2008-05-14 Thread ferne.ych
Appreciate for any help! --~--~-~--~~~---~--~~ 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 email t

[android-developers] Re: ProgressDialog's dismiss() method throwing IllegalArgumentException

2008-05-14 Thread goro
:( That's a pitty. I've tried allmost everything. Thank you anyway. Hope that the Android guys will fix that in the next sdk. On 13 Mai, 13:39, Mihai Fonoage <[EMAIL PROTECTED]> wrote: > Hi goro, > > I didn't solve the problem. I do believe this is a bug (or "feature") > of the m5 version of the

[android-developers] Re: how to read/write/create files/folder???

2008-05-14 Thread Mark Murphy
Wesley Sagittarius wrote: > 1) how to read/write/create files/folder using android??? > like read folder in the phone... http://code.google.com/android/devel/data/files.html covers application-specific files. Also, any standard Java I/O works (e.g., File f=new File("/tmp/foo");), so long as yo

[android-developers] Tool to create UI

2008-05-14 Thread radhika.sathyanarayana
Hi, I found it. May be many of u know it already. Jus for those who are not aware. Please visit http://www.droiddraw.org/ Regards Radhika -Original Message- From: android-developers@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, May 14, 20

[android-developers] [android-developers]

2008-05-14 Thread radhika.sathyanarayana
Hi... Is there any tool to create the UI in android which automatically creates the XML code if we place a component? Regards, Radhika --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] how to read/write/create files/folder???

2008-05-14 Thread Wesley Sagittarius
1) how to read/write/create files/folder using android??? like read folder in the phone... 2) how to call browser??? any one have any idea??? Wesley. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develope

[android-developers] Advantages in android

2008-05-14 Thread Analdin Judy
Hi, Can anybody please tell me , a)what are the advantages in android? b)What are the new options available in android? -- Thanks & Regards Analdin Judy.M InfoWave Knowledgeware. Beyond Multimedia Chennai | INDIA M: +91.98416.64705 www.i-waves.com "The information contained in this e