[android-developers] Re: multiclass UIs in application and class constructors

2009-02-13 Thread Mark Murphy
automerc wrote: you mean like c2instance.startActivity where c2instance is a aninstance of c2? If c1 is the activity that wishes to start c2, it would be c1.startActivity(). -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training in Sweden --

[android-developers] Re: multiclass UIs in application and class constructors

2009-02-12 Thread Mark Murphy
automerc wrote: Is it possible to have the android load up another UI from a different class through a Onclicklistener? What I mean is that if I have two UI classes (c1 using m1.xml and c2 using m2.xml). Is there a way to load the c2 UI though the onlicklistener set on a button? When I

[android-developers] Re: multiclass UIs in application and class constructors

2009-02-12 Thread automerc
you mean like c2instance.startActivity where c2instance is a aninstance of c2? On Feb 12, 8:18 am, Mark Murphy mmur...@commonsware.com wrote: automerc wrote: Is it possible to have the android load up another UI from a different class through a Onclicklistener? What I mean is that if I have