Created
December 20, 2018 06:42
-
-
Save DanishAmjad12/f0e82297170b56cd8f5f3f1e6a04ec10 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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