xamarin
Clean Up Xamarin.Forms
08 Jun 2018
This is a simple example about how to clean up the Xamarin.Forms
default new solution content, before first commit. This is an easy good practice, it will solve many problems later. Follow each step checking commit after each task.
Xamarin social sharing
05 Jun 2018
One of the key points to make our app grow in users is to get spread through social networks: WhatsApp, Facebook, Twitter, and so on. In this tutorial we are going to learn how to place a native share button in our apps.
- Encourage your users to share your app content.
- Make it easy for them to tell their close people about your app.
- Convert shares in new shares.
- Reach new people.
Xamarin with Google Analytics
04 Jun 2018
Our goal is to get closer to users and provide them the best application. We need to know what pages they prefer to enter, which ads they mostly click on, at what time and where they open our app, how they move within the app features… the more data we can compile, the better is the product we can offer. Google Analytics is a free web and mobile analytics tool offered by Google to help us analyze our traffic. In this Xamarin.Forms tutorial we are going to connect our app to Google Analytics service.
Xamarin Radio Streaming Player
23 May 2018
In this Xamarin tutorial we are going to create a simple radio streaming player app for iOS and Android. The radio will have 3 simple actions: Play, Stop and Pause.