Skip to content

Instantly share code, notes, and snippets.

View dwayne's full-sized avatar

Dwayne Crooks dwayne

View GitHub Profile
@dwayne
dwayne / intro.md
Last active December 29, 2019 03:20
Programming Mobile Applications for Android Handheld Systems Course Notes
@dwayne
dwayne / 1-introduction.md
Last active August 22, 2016 04:37
My notes from the book "Riding Rails with AngularJS by Ari Lerner".
@dwayne
dwayne / ch1.md
Created January 17, 2014 10:25
My notes from the book "Ruby on Rails Tutorial by Michael Hartl".
@dwayne
dwayne / installing.md
Last active May 12, 2020 23:51
WordPress notes.
@dwayne
dwayne / basics.md
Last active December 29, 2015 13:58
Android application development.

Basics

The best guide for getting up to speed with Android Development that I've come across has to be the Getting Started Training Guide from the Android Developers website. There has to be better and low and behold I found this and this, i.e. How to Program for Android and Android Bootcamp Series 2012 Video Tutorial.

For beginners, the ADT (Android Developer Tools) Bundle is recommended for quickly starting Android development.

If you don't already have the JDK installed on your system you'd need to install it. For Ubuntu users, you can follow the in

@dwayne
dwayne / acknowledgments.md
Last active December 27, 2015 11:39
My notes on the book "Core HTML5 Canvas: Graphics, Animation and Game Development by David Geary".
@dwayne
dwayne / facebook-setup.md
Last active December 26, 2015 05:59
Notes on building Facebook Page Tab applications.

Getting Started

The following instructions will get you started with a Facebook Page Tab application fit for development on your local machine.

  1. Navigate to https://developers.facebook.com/apps and click on Create New App.
  2. Enter your App Name (for e.g. "Hello World Dev") and your App Namespace (for e.g. "hello-world-dev"). Click continue.
  3. Solve the Captcha and click continue.
  4. You'd be taken to the basic settings of your new app. Under the Basic Info section, enter localhost for the App Domains section.
  5. Under Select how your app integrates with Facebook. Select Page Tab and enter the Page Tab details. See the following for an example:
  • Page Tab Name: Hello World Dev
@dwayne
dwayne / maintainable-templates.md
Last active December 24, 2015 20:49
My notes for some of the videos from RailsConf 2013