All Projects → baskren → Forms9Patch

baskren / Forms9Patch

Licence: other
Simplify image management and text formatting in your Xamarin.Forms apps

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Liquid
124 projects

Projects that are alternatives of or similar to Forms9Patch

Facebook-Login-Xamarin-Forms
Demo for login to Facebook API from Xamarin Forms
Stars: ✭ 41 (-68.46%)
Mutual labels:  xamarin-forms
XamarinAzureChallenge
Create an iOS/Android app using Xamarin.Forms and connect it to a serverless Azure Function
Stars: ✭ 59 (-54.62%)
Mutual labels:  xamarin-forms
SimpleXamarinGraphQL
An iOS and Android app built in Xamarin.Forms demonstrating how to interact with GitHub's GraphQL API
Stars: ✭ 18 (-86.15%)
Mutual labels:  xamarin-forms
XamFormsMvxTemplate
A Visual Studio 2017 template for projects based on Xamarin.Forms 3.3 and MvvmCross 6.2
Stars: ✭ 27 (-79.23%)
Mutual labels:  xamarin-forms
Xamarin.Forms.MaskedEntry
📝 Use mask in your Xamarin.Forms apps
Stars: ✭ 17 (-86.92%)
Mutual labels:  xamarin-forms
DevOpsExamples
A repo to show you how to use a private NuGet feed, such as Telerik, to restore packages in Azure DevOps, GitHub Actions, GitLab CI and AppCenter.
Stars: ✭ 16 (-87.69%)
Mutual labels:  xamarin-forms
Plugin.NFC
A Cross-Platform NFC (Near Field Communication) plugin to easily read and write NFC tags in your application.
Stars: ✭ 113 (-13.08%)
Mutual labels:  xamarin-forms
XamarinFormsGesture
Xamarin Form Gesture Effects
Stars: ✭ 85 (-34.62%)
Mutual labels:  xamarin-forms
Movies
Buy movie tickets in advance, find movie times, and more at "Movies".
Stars: ✭ 33 (-74.62%)
Mutual labels:  xamarin-forms
InteractiveAlert-Xamarin
Interactive alerts to Xamarin
Stars: ✭ 17 (-86.92%)
Mutual labels:  xamarin-forms
InvestmentDataSampleApp
This app utilizes a SQLite databse, MVVM, along with these Xamarin.Forms controls: Search Bar, Picker, Grid, StackLayout, Navigation Page, ListView, ViewCell. It also shows how to tweak the UI to best appear on larger tablet screens.
Stars: ✭ 56 (-56.92%)
Mutual labels:  xamarin-forms
SokobanFabulous
Sokoban game for iOS and Android written in F# using Xamarin Fabulous framework
Stars: ✭ 21 (-83.85%)
Mutual labels:  xamarin-forms
DarkModeSplashScreen
A sample app for iOS and Android written in Xamarin.Forms showing how to implement a Splash Page for Dark Mode
Stars: ✭ 28 (-78.46%)
Mutual labels:  xamarin-forms
Mastering-Xamarin.Forms-Second-Edition
Mastering Xamarin.Forms Second Edition, published by Packt
Stars: ✭ 16 (-87.69%)
Mutual labels:  xamarin-forms
XF-GradientButton
Gradient button for Xamarin.Forms
Stars: ✭ 25 (-80.77%)
Mutual labels:  xamarin-forms
effects-xamarin-forms
Customized Effects/Renderers for Xamarin.Forms
Stars: ✭ 21 (-83.85%)
Mutual labels:  xamarin-forms
XFFlipViewControl
An awesome animated Flippable View Control with Xamarin.Forms, or a Flipity Flippy Flippin' Flip View right here fellas! :D
Stars: ✭ 43 (-66.92%)
Mutual labels:  xamarin-forms
SocialQ
A social distancing queuing application
Stars: ✭ 28 (-78.46%)
Mutual labels:  xamarin-forms
MyCoffeeApp
Sample Xamarin.Forms app built live on in 101 series on YouTube
Stars: ✭ 119 (-8.46%)
Mutual labels:  xamarin-forms
Xamarin.Forms.ARToolkit
Augmented Reality Toolkit for Xamarin Forms
Stars: ✭ 15 (-88.46%)
Mutual labels:  xamarin-forms

Forms9Patch Alt text

A suite of elements built to simplify image management, text formatting, PNG generation, PDF generation, and printing for your NetStandard, PCL, and Shared Library Xamarin.Forms iOS, Android and UWP applications.

You can learn more at https://baskren.github.io/Forms9Patch/index.html

Overview

Xamarin Forms is great for developing cross platform applications (certainly very sane) but it is missing some important features:

  • Patch scalable images
  • SVG images
  • Single point of use, cross platform, multi-screen / multi-resolution image management
  • Simple, markup formatted text for labels and buttons
  • Single point of use, cross platform, custom font management
  • Segmented button control
  • Pop-ups as a first class layout element
  • Multi-object Clipboard and Inter-app Data Sharing
  • PNG and PDF generation
  • Printing

Android developers can use NinePatch bitmaps, the drawable directory naming convention, Html.FromHtml, and a bunch of complex file manipulations to address the image issue. Likewise, iOS developers can use ResizeableImageWithCapInsets, the @2x, @3x, @4x file naming convention, and some 3rd party libraries for this purpose. Custom fonts are a bit more complicated and label layouts take things up another notch. Forms9Patch enhances Xamarin Forms to make multi-resolution / multi-screen image management, custom fonts, and HTML text formatting easy for NetStandard, PCL and Shared Library applications for iOS, Android and UWP.

Documentation

There are a number of guides to get you started:

If you want to learn more (or findout about Forms9Patch features not in the above guides):

Demos

Demo apps are in the Demo folder of this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].