Hi, I dont see your point here. Activity has nothing to do with the UI. You set the "UI" with a call to setContentView.
You are also free to create your own view class that extends View and do all drawing yourself too. -niko On Dec 3, 11:37 am, niks <[email protected]> wrote: > Hii All, > i m new to Android i m in the design phase of an application which > will have Dynamic UI. let me explain it actually i want to develope a > application which should work as a rendering engine and whatever UI i > want to show to user i will send it in the predefined format to > application and then application will construct the desired UI and > show it to user. because the UI of application is depends on options > selected by user. > > this is already implemented in J2ME and working successfully. In > Android what restriction i feel is i can't use Activity without > registering it in AndroidMenifest file I thought all the possible > options but i m unable to find any solution for this. > Please guide me to achieve the same. > > niks. -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
