Skip to content

Instantly share code, notes, and snippets.

@vsay01
Created August 28, 2017 11:23
Show Gist options
  • Save vsay01/c60a36e819ce74ab25307519f7b947bc to your computer and use it in GitHub Desktop.
Save vsay01/c60a36e819ce74ab25307519f7b947bc to your computer and use it in GitHub Desktop.
package com.template.test.testmvptemplate; // your application package
import android.support.v7.app.AppCompatActivity;
public abstract class BaseActivity extends AppCompatActivity {
// TODO: add any relevance methods
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment