[android-developers] Re: Problem running on 1.6 SDK.

2009-09-21 Thread Spencer Riddering
e the ADC2 judging is complete. Is there anything that can be done about this? On Sep 21, 2:33 am, Spencer Riddering wrote: > I'm testing my app with the new 1.6 SDK, and I ran into the error > below. The InstantiationException doesn't give me much details. I'm > wondering if

[android-developers] Problem running on 1.6 SDK.

2009-09-20 Thread Spencer Riddering
I'm testing my app with the new 1.6 SDK, and I ran into the error below. The InstantiationException doesn't give me much details. I'm wondering if anyone can give me a tip for how to debug this type of situation. Also, if someone could point me to the source for PhoneLayoutInflater I'd appreciate

[android-developers] Re: handling errors in onCreateDialog(..)

2009-06-15 Thread Spencer Riddering
alog and its Views, nothing more. Populating the dialog should > happen in onPrepareDialog(). > > On Sun, Jun 14, 2009 at 9:57 PM, Spencer > > > > Riddering wrote: > > > I've implemented the onCreateDialog(..) method in my Activity and I'm > > working

[android-developers] handling errors in onCreateDialog(..)

2009-06-14 Thread Spencer Riddering
I've implemented the onCreateDialog(..) method in my Activity and I'm working on the error handling. I wrap all my code in a try-catch so I can handle any errors. This works great except that after handling an error I must still return a value from onCreateDialog(..), either a Dialog instance or

[android-developers] Re: Android Layout Tricks #1 problem

2009-02-26 Thread Spencer Riddering
the layout > parameters it wants. > > > > On Thu, Feb 26, 2009 at 9:34 AM, Marco Nelissen wrote: > > > On Thu, Feb 26, 2009 at 7:31 AM, Spencer Riddering > > wrote: > > >> Concerning Romain Guy's post titled "Android Layout Tricks #1" in the

[android-developers] Android Layout Tricks #1 problem

2009-02-26 Thread Spencer Riddering
he same problem last September http://groups.google.com/group/android-developers/browse_frm/thread/764ea3532ff7c4e0 but I never found an explanation. So, I'm asking a second time; Why can't I center things vertically within a RelativeLayout that is in a

[android-developers] Re: Broken link to Tutorial on http://git.source.android.com/

2008-10-31 Thread Spencer Riddering
I reported this problem yesterday (see link below). http://code.google.com/p/android/issues/detail?id=1126&sort=-id&colspec=ID%20Type%20Version%20Security%20Status%20Owner%20Summary Spencer On Oct 31, 7:36 pm, joe2 <[EMAIL PROTECTED]> wrote: > On the web pagehttp://git.source.android.com/there

[android-developers] Re: Getting user's phone number

2008-10-30 Thread Spencer Riddering
Hi SR, Concerning your comment: "I'd have to be pretty dumb to confuse my phone with the emulator, wouldn't I? " Not really. I remember hearing a Google employee (I forget who) describe how he did exactly that for about a week before he realized what was going on. Spencer On Oct 30, 9:38 am

[android-developers] log output

2008-10-26 Thread Spencer Riddering
Are the contents of the log (the output I normally see in logcat) available to an application running on a phone? I don't see a file being written and I don't see an API for accessing this information. Thanks, Spencer --~--~-~--~~~---~--~~ You received this messag

[android-developers] incoming call broadcast intent

2008-09-17 Thread Spencer Riddering
Will 1.0 have a broadcast intent for incoming calls? My goal is to be simply notified of the incoming call. I'm not interested in intercepting it. The m5-0.9 changes overview (http://code.google.com/android/migrating/ m5-0.9/changes-overview.html#TOC-Telephony) seems to indicate that the followi

[android-developers] Re: RelativeLayout in ListView item

2008-09-02 Thread Spencer Riddering
elativeLayout. I've finally achieved the layout I was looking for, but I had to use FrameLayout to do it. See below. I'm thinking that TableLayout may also be suitable but I haven't had time to try it out. Spencer Riddering http://schemas.android.com/apk/res/ android"

[android-developers] Re: RelativeLayout in ListView item

2008-09-01 Thread Spencer Riddering
On Sep 2, 1:53 am, Mark Murphy <[EMAIL PROTECTED]> wrote: > Spencer Riddering wrote: > > Notice how only the lower half of "Left Center" is displayed. Also, > > notice that "Upper" is not displayed. > > > Can someone confirm that this is a bug or

[android-developers] RelativeLayout in ListView item

2008-09-01 Thread Spencer Riddering
I've been experiencing some problems with the RelativeLayout when it is used within a ListView item. I've created a simple example of the problem below. RelativeLayoutInListItemTest.java public class RelativeLayoutInListItemTest extends ListActivity { protected void onCreate(Bundle saved

[android-developers] Inconsistent usage of setResult(..) Intent.

2008-08-20 Thread Spencer Riddering
It appears that the example applications from version 0.9 and the migration tips are not consistent in their usage of the Intent that is passed to setResult(..) Example: >From ReceiveResults.java in ApiDemos: setResult(RESULT_OK, (new Intent()).setAction("Corky!")); and setResult(RESULT_OK,

[android-developers] Re: updating proximity alerts

2008-04-22 Thread Spencer Riddering
I'm also running into this problem. For anyone wanting to track this issue, the bug report is here: http://code.google.com/p/android/issues/detail?id=633 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Devel