Skip to content

Instantly share code, notes, and snippets.

View nithinkrishnanp's full-sized avatar

Nithin Krishnan P nithinkrishnanp

View GitHub Profile
@nithinkrishnanp
nithinkrishnanp / MainActivity.java
Created May 2, 2016 10:02 — forked from libinbensin/MainActivity.java
Facebook Popup using PopupWindow
public class MainActivity extends
private PopupWindow popWindow;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
}
@nithinkrishnanp
nithinkrishnanp / sweetalert.min.js
Created January 20, 2016 09:32
sweet alert added a type select
(function(window, document, undefined) {
"use strict";
(function e(t, n, r) {
function s(o, u) {
if (!n[o]) {
if (!t[o]) {
var a = typeof require == "function" && require;
if (!u && a) return a(o, !0);
@nithinkrishnanp
nithinkrishnanp / index.html
Created January 7, 2016 11:21 — forked from alexandrevicenzi/index.html
Bootstrap CSS Animate Loading Icon Button
<!-- Code snippet -->
<div class="form-group">
<div class="col-md-12 text-center">
<span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
</div>
</div>