Published April 30, 2017 by with 10 comments

Platform Specific Abstractions In Xamarin Forms

In this article, we will learn how to use abstractions to implement platform specific functionality in our xamarin forms shared code. Therefore, xamarin forms has some useful API s but it does not expose everything from the platform. In fact, it's very likely there'll be some feature that you need...
Read More
Published April 28, 2017 by with 10 comments

SQLite In Xamarin

Now that we know where to store a database on each of our platforms let's move on to integrating a SQLite database into our Project A SQLite is a lightweight local database and it's become the industry standard for mobile apps also it's open source .It does not run on a server and doesn't require any...
Read More