I am a newbie, so please forgive this question. I have looked at the Tasky sample and noticed that it is divided into 2 projects for iOS (Core.ios and iOS UI) and 2 projects for Android (Core.android and Android UI). I was thinking we could write the Core once and use it for both iOS and Android but it almost appears you have to maintain the Core in 2 different places.
Is that correct? If so, how do we get reusability of the Core if we have to maintain it in 2 different places?
Thanks in advance.