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, 10 Jul 2017 02:11:19 +0000 (11:11 +0900)
commit40e4a41970ed3b9b3b4c9e34159a32293e774945
tree2790eb40c7bcb57066c0de4a0cae1656103a5d1b
parentbc891e2b6160d47a9e1960c38e911773bff64b66
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]