Samples

Round Image

This Demo illustrates the process of making a image round using renderers in both iOS and Android. This is a feature which is require in every second application design, we provide you a straightforward unambiguous process to render an image round.

GitHub | APK

Rating Bar

This demonstrates precisely the procedure to create a rating bar in Xamarin for both Android and iOS. A Rating bar is used to take an input on a numerical scale from the user. It has a vast implementation for survey and feedback requirements. Here, we follow a custom control approach in order to create a rating bar. We start by creating a control for rating bar in the shared project. We implement that control using renderers in both iOS and Android.

GitHub | APK

App Localization

Today mobile is not only limited to call and messages but also they are widely used for entertainment, shopping, study and much more. Now mobile is used to sell products and services across the globe, if we talk about globe then it simply means many countries with many languages. Translating your app into multiple language is called App Localization and in this blog I'm going to explain how to create a multilingual app in Xamarin.Forms (Android and iOS) step by step.

GitHub | APK

Image Cropper

It is a custom design Image cropping tool, available both in iOS and Android, it provides users with a cropper UI also capable of rotating the image to use it as per their needs.

GitHub | APK

List Pagination

This Sample displays the List Pagination feature in a Xamarin application. This illustrates the coherent appaerance of the list items only when they are about to apear on the screen. This increases efficiency as all the list items do not load at the same time, they load only when they are required.

GitHub | APK

Call/Message/Email

We will deal with the task of making your Xamarin app capable of sending SMS, E-Mails and making calls or copying a number to the dialer pad. This is a feature in Xamarin through which we can open other application on the device through an app.

GitHub | APK

Export Pdf

This demo illustrates the conversion of a form in a pdf UI, this feature is helpful as it is required in generating invoices for many applications that deal with payments and billings.

GitHub | APK