Getting Started with Xamarin

Step by step instructions to install NativeCSS.
  1. Get your NativeCSS API Key: Sign Up or Register an app
  2. Install NativeCSS Xamarin Component

     
    Older Android versions 2.3 to 3.2 require additional installation.

    All activities must implement onResume() and onDestroy() as below.

    This is due to lack of support for the ActivityLifecycleCallbacks before 4.0.

    We recommend extending the base Activity classes to implement these methods only once. Alternatively, this github project has tried to simplify this process.

  3. Add initial.css file

  4. Run your app in Xamarin Studio

  5. Edit CSS from Studio


  6. Edit with Studio GUI