Cedric Gabrang
Jun 30, 20192 min read
Xamarin Forms: Integrating Microsoft (Graph API) O365 Login
The Microsoft Graph API offers a single endpoint https://graph.microsoft.com, provide access to rich, people-centric data and insights...
Cedric Gabrang
Feb 5, 20193 min read
Xamarin Forms: Implementing Push Notification using Firebase Cloud Messaging
A push notification is a message that pops up on a mobile device. App publishers can send them at any time; users don't have to be in the...
Cedric Gabrang
Sep 3, 20183 min read
Xamarin Forms: Implementing SQLite Database
SQLite is a software library that provides a relational database management system. The lite in SQLite means light weight in terms of...
Cedric Gabrang
Aug 30, 20181 min read
Xamarin Forms: Creating Simple Login
Do you want to explore more? Are you looking for a Xamarin kickstarter? In this post, we will create simple login and registration. Step...
Cedric Gabrang
Aug 30, 20181 min read
Xamarin Forms: Populating ListView
Some mobile apps have to display a list of information to users, so there's no wonder that the listview is a primary control seen in...