Skip to content

Instantly share code, notes, and snippets.

View ganeshachary's full-sized avatar

Ganesh Achary ganeshachary

  • Mumbai
View GitHub Profile
@ganeshachary
ganeshachary / ActivityA.java
Created June 18, 2016 15:52
Stackoverflow answer, "Singleton in Android"
package com.example.testSingleton;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.Toast;
public class ActivityA extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {