Refactoring EntryCell SwitchCell renderer with Reusable feature
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 19 Dec 2016 06:08:48 +0000 (15:08 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Fri, 24 Mar 2017 04:18:57 +0000 (13:18 +0900)
commit7fb29ba936b9d15a3466020c6aab6273a5f47a74
tree6aaf4587d3f8fba50aafde32f3d7bbb77f5e9ca7
parenta3b8fc76dffadeeba4bcc7412c89f1df3961bb40
Refactoring EntryCell SwitchCell renderer with Reusable feature

 - Use Xamarin.Forms element to make Cell contents
 - Replace OnCellPropertyChanged code with binding feature
 - Implement Reusable cell feature

 - It need updated ElmSharp, beta-002 on nuget.org will be not working
 - Reusable feature of ElmSharp was submited with submit/tizen/20161214.052838 tag

Change-Id: I6d26259cae0da59c1476f5c5698d803ee3c5519f
Xamarin.Forms.Platform.Tizen/Cells/CellRenderer.cs
Xamarin.Forms.Platform.Tizen/Cells/EntryCellRenderer.cs
Xamarin.Forms.Platform.Tizen/Cells/SwitchCellRenderer.cs