Skip to content

Instantly share code, notes, and snippets.

View iolufemi's full-sized avatar

Olanipekun Femi iolufemi

View GitHub Profile
@iolufemi
iolufemi / index.js
Last active August 29, 2015 14:07 — forked from lifesign/index.js
//
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \

#Installation Guide for Android SDK / ADT Bundle on Windows

To setup the Android SDK on windows,

  1. Installing Java Development Kit

    • Download the Java SE Development Kit from here
    • Install the JDK environment with default settings
  2. Installing Android ADT Bundle

# Android
platforms/android/assets/www
platforms/android/bin/
platforms/android/gen/
platforms/android/res/xml/config.xml
# iOS
platforms/ios/build/
platforms/ios/CordovaLib/build/
platforms/ios/www
@iolufemi
iolufemi / app.js
Created July 12, 2014 17:56 — forked from clarle/app.js
// Module dependencies
var express = require('express'),
mysql = require('mysql');
// Application initialization
var connection = mysql.createConnection({
host : 'localhost',
user : 'root',