[android-porting] Is it possible to calll overridePendingTransition from "Service" (not Activity)

2010-07-08 Thread QasewKim
Hi, I am beginner with Android(and java). I am trying to make UI using Service. (which has view or viewgroup.) And I need the Transition Effect when I start the Activity from this Service. 1. so I did something below. === public class Myservice extends Service

[android-porting] Re: Is it possible to calll overridePendingTransition from "Service" (not Activity)

2010-07-09 Thread QasewKim
to make the call from there.  If you hack things up to be able to poke the > window manager like that from elsewhere, you won't be doing it from the > actual UI flow so in some cases will not be properly synchronized with it so > have incorrect results. > > > > > >

[android-porting] Icon Drag & Drop between Two Activities(Applications)

2010-07-11 Thread QasewKim
Hi, This is about UI issues. I want to drag and drop Icons between Two Activities(Applications). Now, I am looking at the source code of the "Launcher.java" for Icon Drag & Drop. It seems that the Launcher has a few layouts and Icons are moving between those layouts. And layouts are sending the v

[android-porting] Re: Icon Drag & Drop between Two Activities(Applications)

2010-07-15 Thread QasewKim
Could anyone help me? On Jul 12, 11:36 am, QasewKim wrote: > Hi, > > This is about UI issues. > I want to drag and drop Icons between Two Activities(Applications). > > Now, I am looking at the source code of the "Launcher.java" for Icon > Drag & Drop. >