Question
I'm looking for comprehensive learning resources for Tizen .NET development. While I've found some short video tutorials and the getting started guide on the Tizen Developer portal, I haven't found any complete courses or books specifically about Tizen .NET.
I understand that Tizen .NET is based on Xamarin Forms, but I'm unsure if learning Xamarin Forms first is required before diving into Tizen .NET development.
Currently, my recommendation would be:
- Start with the Tizen Developer portal resources
- Study the sample projects on GitHub
- Get familiar with Xamarin Forms basics However, beyond these steps, developers are largely left to figure things out on their own.
Answer
Problem Understanding
The user is seeking structured learning resources for Tizen .NET development, particularly comprehensive courses or books. They recognize the connection to Xamarin Forms but are unsure about prerequisite knowledge requirements.
Solution Methods
-
Official Documentation and Guides:
-
Learning Path:
- Start with Xamarin.Forms fundamentals using Microsoft's learning path: Build Mobile Apps with Xamarin.Forms
- Then apply this knowledge to Tizen .NET by implementing similar projects
-
Practical Resources:
Additional Tips
- When learning Xamarin.Forms, try implementing the same applications in both Android/iOS and Tizen environments to understand the differences
- The Tizen developer community is relatively small, so be prepared to do some independent problem-solving
- Consider joining Tizen developer forums or communities for peer support