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
@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;
@chathudan
chathudan / RecordingActivity.java
Last active January 21, 2024 09:53
Android Audio recording, MediaRecorder example
/**
* @author Chathura Wijesinghe <[email protected]> on 9/9/15.
*/
public class RecordingActivity extends AppCompatActivity implements View.OnClickListener {
private TextView mTimerTextView;
private Button mCancelButton;
private Button mStopButton;
private MediaRecorder mRecorder;