Skip to content

Instantly share code, notes, and snippets.

View mLupine's full-sized avatar
👾

Maciej Wilczyński mLupine

👾
View GitHub Profile
//
// StorageManager.swift
// QSCloud
//
// Created by Maciej Wilczynski on 11/06/15.
// Copyright © 2015 Lupine (lupine.cc). All rights reserved.
//
import Foundation
@mLupine
mLupine / Android view controller template
Created October 2, 2013 13:48
View controller template used in the upcoming version of Quick Social. Extremely useful stuff. Usage example: [...] viewController = new BlahBlahController(view, getActivity()); viewController.addExtraField(type); viewController.initWithBundle(shareBundle); LICENSE: LGPL v2.1
package cc.lupine.quicksocial.controllers;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
public class Controller {
/**
* Controlled view