Skip to content

Instantly share code, notes, and snippets.

View mtilbrook-dev's full-sized avatar

Mitchell Tilbrook mtilbrook-dev

  • Sydney, Australia
View GitHub Profile
@mtilbrook-dev
mtilbrook-dev / Android_Studio_Plugins.md
Created December 7, 2015 02:48
Android Studio Plugins List

A list of Android Studio plugins i use. If you think I'm missing out of something, please leave a comment

  • ADB Idea - Add shortcuts for ADB commands inside Studio
  • .ignore - Syntax highlighting for .gitignore and more
  • Key promoter - A very good way to learn shortcut keys
  • Android Parcelable - A good plugin if you don't want to use https://github.com/johncarl81/parceler
  • Fabric - I'm using Fabric that's all
@mtilbrook-dev
mtilbrook-dev / UnitTestingMvvmCross.md
Last active September 8, 2015 04:29
Unit Testing MvvmCross

Just some notes on Unit Testing MvvmCross.

#Setup Test Project

  1. Create an empty project
  2. NOTE: depending on how you setup your Xamarin project you might need multiple projects for iOS, Android and PCL
  3. Add the follow dependencies
  4. AutoFixture - Test Data Genertator
  5. Moq - Object Mocking framework
  6. MvvmCross
  7. NUnit