[android-developers] Create an Activity at Runtime

2011-04-28 Thread Mohit sharma
Hi , I was doing some project in which i need to create UI at runtime which implies that i need create activity dynamically . I have googled a lot about how to create activity dynamically but couldn't find thing relevant . Please help me on how to create activity at runtime . Thanx in advance

Re: [android-developers] Create an Activity at Runtime

2011-04-28 Thread Mark Murphy
On Thu, Apr 28, 2011 at 1:02 AM, Mohit sharma mohit7...@gmail.com wrote: I was doing some project in which i need to create UI at runtime which implies that i need create activity dynamically . I have googled a lot about how to create activity dynamically but couldn't find thing relevant .

Re: [android-developers] Create an Activity at Runtime

2011-04-28 Thread Gergely Juhász
You dont have to create an activity at realtime. You have to create the view elements of your activity at real time. Check out for example this: http://www.brighthub.com/mobile/google-android/articles/48845.aspx On 28 April 2011 12:51, Mark Murphy mmur...@commonsware.com wrote: On Thu, Apr 28,