From b9e4949ae443bdf748db9396f1e9042531d38b1f Mon Sep 17 00:00:00 2001 From: M M Arif Date: Tue, 28 Apr 2020 11:01:31 +0000 Subject: [PATCH] --- Code-Standards.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Code-Standards.md b/Code-Standards.md index 91e3a5c..8085de1 100644 --- a/Code-Standards.md +++ b/Code-Standards.md @@ -166,6 +166,7 @@ GitNex use all the default icons provided with Android Studio licensed under Apa App Context should be stored at the beggining once in `appCtx`. Current Context should be stored at the beggining once in `ctx`. +#### Contexts appCtx example in fragment(change to getApplicationContext in activity): ``` private Context appCtx;