Skip to content

Instantly share code, notes, and snippets.

View uzairmughal3397's full-sized avatar
🏠
Working from home

Uzair Mughal uzairmughal3397

🏠
Working from home
View GitHub Profile
@nomanr
nomanr / CounterExampleActivity.java
Last active November 14, 2023 10:49
A simple Android class that can start continuous counter when pressed and hold on a view.
package noman.counterhelper;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
/**
* Created by Noman on 11/8/2016.
*/