Skip to content

Instantly share code, notes, and snippets.

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