[android-developers] Re: Unable to Run sample App

2008-11-21 Thread Ken
Wait for a while until the emulator settle-down? It takes a while for Android emulator to load. If this doesn't work, try to set a breakpoint in your debugger to see what happened. On Nov 19, 3:29 am, Neel <[EMAIL PROTECTED]> wrote: > Hi, > I tried running the sample, Hello Android, app given on

[android-developers] Re: Eclipse Layout Editor Errors

2008-10-28 Thread Ken Adair
I'm having this issue too... On Oct 17, 11:00 pm, atrus123 <[EMAIL PROTECTED]> wrote: > I ended up rebuilding my workspace, and I haven't had any of the > strange editor errors since then. > > On Oct 17, 7:37 pm, Anm <[EMAIL PROTECTED]> wrote: > > > I am very definitely using Java 1.5, as I'm usi

[android-developers] Re: Abort SMS broadcast

2008-10-26 Thread Ken Adair
This capability was in M5... guess someone changed their mind. On Sep 9, 2:16 pm, "Justin (Google Employee)" <[EMAIL PROTECTED]> wrote: > > but isn't that why you list an app's permissions before > > installation (as shown in the marketplace screens)? > > To some extent yes, but there are some pe

[android-developers] Re: How to make HelloWorld clickable so that it will go to my website ?

2008-10-12 Thread ken cheung
inside a > WebView." > http://code.google.com/p/apps-for-android/ > > http://code.google.com/p/apps-for-android/source/browse/#svn/trunk/Samples/WebViewDemo > > Happy Sunday coding :-) > > Peli > > On Oct 12, 8:52 pm, "ken cheung" <[EMAIL PROTECTED]> wro

[android-developers] Re: How to make HelloWorld clickable so that it will go to my website ?

2008-10-12 Thread ken cheung
Hi Peli, you are working on a Sunday ? well, I guess Peli, Shane and I have no social life. The code you gave me worked very well, and thank you so much for the link : http://www.openintents.org/en/intentstable Just a quick question if I may. Obviously if I use Android's own map api then android

[android-developers] Re: Image preview and drag and drop

2008-10-12 Thread ken cheung
hi anthony I saw this for creating a shortcut on the main screen, not sure if its any help to you. http://www.openintents.org/en/node/78 On Sat, Oct 11, 2008 at 11:24 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hey guys, im pretty new to android but i joined a group whose trying > to

[android-developers] Re: How to make HelloWorld clickable so that it will go to my website ?

2008-10-12 Thread ken cheung
thank you peli, I will try it now. Thank you so much for helping me. wish me luck. On Sat, Oct 11, 2008 at 11:49 PM, Peli <[EMAIL PROTECTED]> wrote: > > Instead of a text view, why don't you use a button? > http://code.google.com/android/reference/android/widget/Button.html > > If a user clicks

[android-developers] Re: Mock Location Provider [SOLVED+IMPROVED]

2008-09-10 Thread ken
Hi [re-post -- previous didn't appear] I tried downloading http://groups.google.com/group/android-developers/web/mock_provider.zip but got a 404. Has it moved somewhere else? Thanks, Ken On Sep 9, 2:21 pm, "Justin (Google Employee)" <[EMAIL PROTECTED]> wrote: > Than

[android-developers] Re: Mock Location Provider [SOLVED+IMPROVED]

2008-09-10 Thread ken
Hi Justin, I just tried to download http://groups.google.com/group/android-developers/web/mock_provider.zip but I got a 404. Is it available somewhere else? Thanks, Ken On Sep 9, 2:21 pm, "Justin (Google Employee)" <[EMAIL PROTECTED]> wrote: > Thanks Stefan, for provi

[android-developers] Text to speech

2008-05-18 Thread Ken Perry
h the group before posting this but I never saw a conclusion to the discussion. Ken --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Re: Using ServerSocket on emulator

2008-05-08 Thread ken
Please refer to this thread, it can work. http://groups.google.com/group/android-developers/browse_thread/thread/16f5948d7bf2e1a5/c53c2c1a4a1c4a5f?hl=en&lnk=gst&q=ServerSocket#c53c2c1a4a1c4a5f On May 8, 4:05 pm, Gibson <[EMAIL PROTECTED]> wrote: > Hi all, > I got a problem about using Server

[android-developers] style and the color of the separator

2008-04-03 Thread Ken
drawable/ transparent_background</item> <item name="android:windowNoTitle">true</item> <item name="android:colorForeground">#fff</item> Thanks! Ken --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] How to change the color of the title bar?

2008-03-31 Thread Ken
drawable/ transparent_background</item> <item name="android:windowNoTitle">true</item> <item name="android:colorForeground">#fff</item> Thanks, Ken --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: misbehaving grid (not aligning properly with multi-line text and image)

2008-03-29 Thread Ken
Could someone help? Thanks! Ken On Mar 25, 10:22 pm, Ken <[EMAIL PROTECTED]> wrote: > Oops I've attached the Icon class below. Initially the grid is > aligned at the top, but if you move around using the DPAD, the grid > seems to be aligned at the bottom. But since the

[android-developers] Re: How to load a bitmap to a server directly?

2008-03-27 Thread Ken
Thanks! This works great! Ken On Mar 26, 2:38 pm, "Dan U." <[EMAIL PROTECTED]> wrote: > So, it sounds like you have a Bitmap object. I assume you have some > server (http maybe?) set up to upload it to. Here's some code I use > for doing this: > >      

[android-developers] How to load a bitmap to a server directly?

2008-03-25 Thread Ken
the Bitmap directly without first saving it as a file? Based on the link above, I think I just need to get the FileInputStream from the Bitmap. But I don't know how ... Thanks! Ken --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[android-developers] Re: misbehaving grid (not aligning properly with multi-line text and image)

2008-03-25 Thread Ken
like iconxx), the grid is messed up .... Ken - Icon.java - package com.test.threadtest; public class Icon { public String name; public String iconUrl; public Icon() { name = ""; iconUrl = ""; } } O

[android-developers] misbehaving grid (not aligning properly with multi-line text and image)

2008-03-23 Thread Ken
Hi there, Please take a look at: http://kombadil.willflow.com/misbehaving_grid/ The grid starts out OK, but if you move around, the alignment is messed up. Any suggestions? Thanks! Ken P.S. I've attached the code below: - main.xml - http://schemas.android.com/apk/res/an

<    1   2   3