Skip to content

Instantly share code, notes, and snippets.

View RamPattikonda's full-sized avatar

RamPattikonda RamPattikonda

View GitHub Profile
@RamPattikonda
RamPattikonda / AppStart.java
Created June 19, 2016 04:53 — forked from williscool/AppStart.java
AppStart - Check if started for the first time Android
/**
* Distinguishes different kinds of app starts: <li>
* <ul>
* First start ever ({@link #FIRST_TIME})
* </ul>
* <ul>
* First start in this version ({@link #FIRST_TIME_VERSION})
* </ul>
* <ul>
* Normal app start ({@link #NORMAL})
@RamPattikonda
RamPattikonda / MainActivity.java
Created May 18, 2016 01:03 — forked from tonythere/MainActivity.java
Draw number to marker (Google Map for Android)
package asia.idoo.trygmap2;
import android.app.Activity;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.*;
import android.location.Location;
import android.os.Bundle;
import android.view.View;
import android.widget.Toast;