Create Window in OnPreCreate() instead of OnCreate()
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 27 Feb 2017 13:23:22 +0000 (22:23 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Mon, 24 Apr 2017 04:36:55 +0000 (13:36 +0900)
commit18d754494c67605443ee0e0ec83094f30db0fec2
tree1d66f7e84579dc3173d55f1c1117dc820f40dc71
parent84180f9380d5e14f17d26d46ec0287695737539e
Create Window in OnPreCreate() instead of OnCreate()

OnPreCreate() method is called before OnCreate() always. If the Window
is created in OnPreCreate(), User doesn't have to consider the call
sequence of base.OnCreate() and LoadApplication() methods. Because
the Window will be prepared before OnCreate() is called.

Change-Id: I4c9f1e9507acc00850848274309409e884573e59
Xamarin.Forms.Platform.Tizen/FormsApplication.cs [changed mode: 0755->0644]