On Fri, Apr 27, 2012 at 7:26 AM, Mansoor <musafir4frie...@gmail.com> wrote:
> I have some doubts regarding the reply to point 2.
> When i call setContentView(layoud id) only new window instance get
> created before that there is no UI so no need of window right?

No. You can prove this by actually trying it. You will find that
Android is happy to display a blank activity, even though you did not
call setContentView().

> I am only a android application developer but i wish to know what
> really happening behind the scene  :)
>
> Where can i find exact information regarding this ?

Read the source code, and bear in mind that the answer may have
changed in past Android versions and may change in future Android
versions. Questions regarding the source code belong on a Google Group
hosted at http://source.android.com.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 4.0 Programming Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to