Skip to content

Instantly share code, notes, and snippets.

View jevhee's full-sized avatar
⛰️
at Mountain

Jevi Saputra jevhee

⛰️
at Mountain
View GitHub Profile
#!/bin/bash
NO_COLOR='\033[0m'
RED='\033[0;31m'
GREEN='\033[1;32m'
YELLOW='\033[1;33m'
BLUE='\033[1;34m'
BOLD=$(tput bold)
NORMAL=$(tput sgr0)
@jevhee
jevhee / CommentActivity.java
Created September 22, 2017 05:48
Create Facebook widget Comment android
package com.inagata.news.views.activity.comment;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.app.ActionBar;