Learning Xamarin–Adding Pages

The application that I began describing here (and which is part of this series) is almost electric shock done. 
Today, we’ll add a new first page to allow the user to track more than one appliance type.  This will require minor changes throughout the application and a change to the database. 
The key concern would be that we already have data in the database and now I not only want to add a table, but I want to add a property to one of the existing (and populated!) tables. 
Turns out that SQLite.net makes this a total non-issue, handling the update perfectly with no effort on my part.

Continued here

About Jesse Liberty

Jesse Liberty has three decades of experience writing and delivering software projects and is the author of 2 dozen books and a couple dozen online courses. His latest book, Building APIs with .NET will be released early in 2025. Liberty is a Senior SW Engineer for CNH and he was a Senior Technical Evangelist for Microsoft, a Distinguished Software Engineer for AT&T, a VP for Information Services for Citibank and a Software Architect for PBS. He is a Microsoft MVP.
This entry was posted in Xamarin. Bookmark the permalink.

5 Responses to Learning Xamarin–Adding Pages

Comments are closed.