Re: [android-developers] "Finish" Activity from Dialog.. Not finishing

2011-02-04 Thread Aruna Shidling
yes, you are correct.. i got it fixed .. Thanks, On Fri, Feb 4, 2011 at 8:52 PM, TreKing wrote: > On Thu, Feb 3, 2011 at 11:09 PM, Aruna Shidling > wrote: > >> Yes.. > > > If your activity is the Home activity, what do you expect finish() to do? > > > > -

Re: [android-developers] "Finish" Activity from Dialog.. Not finishing

2011-02-04 Thread TreKing
On Thu, Feb 3, 2011 at 11:09 PM, Aruna Shidling wrote: > Yes.. If your activity is the Home activity, what do you expect finish() to do? - TreKing

Re: [android-developers] "Finish" Activity from Dialog.. Not finishing

2011-02-03 Thread Aruna Shidling
Yes.. On Fri, Feb 4, 2011 at 3:33 AM, TreKing wrote: > On Thu, Feb 3, 2011 at 6:29 AM, Aruna Shidling > wrote: > >> >> > > Did you mean to do this? > > > - > TreKing

Re: [android-developers] "Finish" Activity from Dialog.. Not finishing

2011-02-03 Thread TreKing
On Thu, Feb 3, 2011 at 6:29 AM, Aruna Shidling wrote: > > Did you mean to do this? - TreKing - Chicago transit tracking app for Android-powered de

Re: [android-developers] Finish activity

2010-04-04 Thread Mark Murphy
ReyLith wrote: > Hi! > > I have a problem with my application. During the execution of it, I > have some buttons which execute other activities when I click on them. > The way I am realising it is: > > private OnClickListener scaleImage = new OnClickListener() > { >public void onClick(Vie