[android-developers] Embedding a Scrollable List in the Same Screen with other components

2008-12-29 Thread Skooter Columbo
I am pretty new to Android, and I am not really sure about the best way to implement an embedded scrollable list component on the same screen with other components, or if their is an existing component to do this with already. I have a screen which has three buttons on the left side. I would like

[android-developers] Screen Goes Black Between Activities, and Next Activity never shows up.

2008-12-30 Thread Skooter Columbo
>From my MainActivity the user can click a button that shows a dialog. >From this dialog the user can set the number of minutes and number of seconds from a custom Timer component, and click a start button. When they click start, this is the OnClickListener that gets invoked. public void onCli

[android-developers] Re: Screen Goes Black Between Activities, and Next Activity never shows up.

2008-12-30 Thread Skooter Columbo
Manager(53): Displayed activity com.android.fart/.CountDown: 9304 ms Skooter :-\ On Dec 30, 3:16 am, Skooter Columbo wrote: > From my MainActivity the user can click a button that shows a dialog. > From this dialog the user can set the number of minutes and number of > seconds from a cus

[android-developers] Re: Screen Goes Black Between Activities, and Next Activity never shows up.

2008-12-30 Thread Skooter Columbo
log then the attribute > android:theme="@android:style/Theme.Dialog" need to be added in the > manifest xml of that activity using the dialog. > > - Sundar > > > > -Original Message- > From: android-developers@googlegroups.com > > [mailto:android-devel

[android-developers] Re: Screen Goes Black Between Activities, and Next Activity never shows up.

2008-12-30 Thread Skooter Columbo
for faster access, so I don't get my hopes up. Do you guys have any other ideas? On a lighter note, The display of the dialog is much fast now than before when I was callling AlertDialog.Builder. Thanks, Skooer On Dec 30, 5:00 am, Skooter Columbo wrote: > yea, i was using the AlertDial

[android-developers] Re: Screen Goes Black Between Activities, and Next Activity never shows up.

2008-12-30 Thread Skooter Columbo
. Skooter :-) On Dec 30, 10:57 am, Skooter Columbo wrote: > I got rid of the AlertDialog, and modified my code to use the > ThemeDialog approach. I made sure that I added the attribute > android:theme="@android:style/Theme.Dialog"  to the Android Manifest > file for my appl

[android-developers] Re: Screen Goes Black Between Activities, and Next Activity never shows up.

2008-12-30 Thread Skooter Columbo
g even when your UI is not > active. > > On Dec 31, 2:15 pm, Skooter Columbo wrote: > > > > > I finally figured out why the screen was turning black. It did not > > have anything to do with the Dialog option I picked. It was because I > > had a long running pro