• Home

  • Gallery

  • About

  • Contact

  • Blog

  • More

    badges.jpg

    JadeSystems Inc

    Software Services

    Search
    tldelaney6
    • Jul 7, 2020
    • 1 min

    Xamarin Forms and iOC

    In the context of a Xamarin.Forms app that uses MVVM, a dependency injection container will typically be used for registering and resolvi...

    5 views0 comments
    admin
    • May 23, 2019
    • 3 min

    Xamarin Forms Challenge

    I was recently given a skills assessment by a potential new client and I thought it was one of the better ones I’ve taken. This post will
namespace Star8Test.iOS.Renderers
{
    public class NoLineNavigationRenderer : NavigationRenderer
    {
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();
            // remove lower border and shadow of the navigation bar
            NavigationBar.SetBackgroundImage(new UIImage(), UIBarMetrics.Default);
 

    11 views0 comments
    admin
    • May 21, 2019
    • 1 min

    Running Startup Tasks In Xamarin Forms

    Mobile apps are commonly required to run startup tasks such as making a call to an API or validating tokens for authentication all before...

    12 views0 comments
    • Home

    • Gallery

    • About

    • Contact

    • Blog

    • More

      • Twitter Basic Black
      • Github
      • facebook