Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Created December 20, 2018 06:42
Show Gist options
  • Save DanishAmjad12/f0e82297170b56cd8f5f3f1e6a04ec10 to your computer and use it in GitHub Desktop.
Save DanishAmjad12/f0e82297170b56cd8f5f3f1e6a04ec10 to your computer and use it in GitHub Desktop.
public class MeActivity extends BaseActivity {
private static final String TAG = MeActivity.class.getSimpleName();
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
int number=AppConstant.MINIMUM_AGE;
Log.d(TAG, "onCreate: " + number);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment