Azure Cosmos DB Quickstart - Managing Azure Cosmos DB Security, Access Control, Backup, and Restore
Azure Cosmos DB Quickstart - Azure Cosmos DB Data Migration with Azure Data Factory
Azure Messaging Services Quickstart - Event Grid
Azure Messaging Services Quickstart - Event Hubs
Azure Messaging Services Quickstart - Service Bus
Azure Messaging Services Quickstart - Storage Queues
Azure Cosmos DB Quickstart - Managing Azure Cosmos DB
What is Microsoft Defender for Cloud?
Azure Container Apps Quickstart - Overview
Azure Messaging Services Why, When, and How?
Building a Real-Time Chat App With SignalR and Xamarin
Mobile .NET Developers Philippines February Session
Creating Native macOS Apps with Xamarin.Forms
Mobile .NET Developers Philippines October Session
Solving the Marketing Icon issue in iTunes Connect
The Issue
Integrating Xamarin Test Recorder for Mac and Xamarin Test Cloud
Mobile .NET Developers Philippines September Session
Implementing Localization with Xamarin.Forms using Resx files
Mobile DevOps Event (An Agile Efficient and Iterative Mobile Development Journey)
Installing Visual Studio for Mac
Creating Custom Controls with Bindable Properties in Xamarin.Forms
Trying Out Xamarin Live Player
Create a Backend for Xamarin.Forms using Azure Mobile App's Easy Tables
Just last monday, I was asked if I could give a talk anything about Azure for Global Azure Bootcamp. At first, I wasn’t very sure what to talk about since I was focusing on Mobile .NET and I have a tight schedule last week. But then, I remembered that I will train STI college professors about Azure Mobile App and how to integrate it to a Xamarin.Forms application, so why not talk about it. Plus, I also remembered that there is this one thing that I wanted to share about Azure Mobile App that can probably make some of the audience’s jaw drop… and it did!
Workaround for Xamarin.Forms' DisplayAlert Bug (Alert Being Shown Twice)
While I was answering questions in StackOverflow, I encountered a question about Xamarin.Forms’ DisplayALert. My first answer was so wrong and it’s not solving any problem. I was trying to correct something which is already correct. I’ll be honest, I haven’t actually tried out his code. So, I tried the code myself. I thought it was only a bug within his app, but apparently, it’s been a bug for a very long time.
Launching Apps thru URI with Xamarin.Forms
As a developer who has always been working with Microsoft Technologies, specifically, Windows (Phone and Desktop) 8, 8.1, and UWP apps, launching other apps from an app that I’m developing is really quick and easy. With just two lines of code, you can execute external apps which is installed to your device or machine. All you have to do is to create a myapp://app
Uri and launch it using Launcher.LaunchUriAsync();
method:
Starting a Monthly Meetup for Mobile .NET Developers - Philippines
Last month, my friend, Michael John Pena, who’s a Microsoft MVP for Windows App Development asked me to talk about Xamarin and Bot Framework. I did not hesitate to accept it since it’s been a while since I last talk about Microsoft technologies. Plus, it’ll be the last time I’ll see my friend, coz he’s leaving our country for good. While I was at the meetup, I met new folks who also develops and talks about Xamarin stuff It was pretty awesome since we’ve talked about a lot of stuff not only about Xamarin, but .NET as a whole. We became really comfortable with each other, so we started a Facebook group chat.
Bot Framework and Xamarin.Forms Application Integration using DirectLineClientAPI
Last month, I talked about how to integrate your chat bot, particularly your Microsoft bot framework, into your Xamarin.Forms application alongside with Philip Domingo, my friend and my colleague from Avanade. He created a simple chat bot with Azure Bot Service which is pretty cool and very easy. You can even make a bot without typing any code. How awesome is that?
Playing Audio and Video for Xamarin.Forms
My experience working with video and audio streaming in Xamarin.Forms. We had this project where we used Xamarin.Forms for developing a cross-platform chatbot (Bot Framework + LUIS.ai) application (btw, this was my first Xamarin.Forms project). We needed to play a video and I thought it will be really easy, because in UWP development, you can just use MediaElement and I’ve never been so wrong in my life. It’s so painful, especially with UWP.
Blogging about Mobile .NET
Hello, everyone! Welcome to the mind of ai! This is my first time blogging, but I’ve created a lot of article before (back from college, atleast lol). This is really amazing for me, because I’ve been sharing bunch of awesome things about Microsoft Technology, especially Mobile .NET Development through talks, but I believe that I can share more with creating articles quickly. Another thing that I really love to do is to help other developers with their mobile development issues.