diff --git a/src/fragments/lib-v1/project-setup/android/create-application/40_verifyAmplifyLibraries.mdx b/src/fragments/lib-v1/project-setup/android/create-application/40_verifyAmplifyLibraries.mdx index d98beb8183b..d3dd7834705 100644 --- a/src/fragments/lib-v1/project-setup/android/create-application/40_verifyAmplifyLibraries.mdx +++ b/src/fragments/lib-v1/project-setup/android/create-application/40_verifyAmplifyLibraries.mdx @@ -8,8 +8,8 @@ Right-click on your namespace (e.g. `com.example.MyAmplifyApp`), click **New**, Configure the new class in **New Java Class**: - Enter *MyAmplifyApp* in the **Name** field +- Press enter - Extend *MyAmplifyApp* from *android.app.Application* by adding `extends Application` to your class -- Press **OK** Initialize Amplify by adding an `onCreate` method with the following code: @@ -33,8 +33,8 @@ Initialize Amplify by adding an `onCreate` method with the following code: Configure the new class in **New Kotlin File/Class**: - Enter *MyAmplifyApp* in the **Name** field -- Extend *MyAmplifyApp* from *android.app.Application* by adding `: Application()` to your class - Press enter +- Extend *MyAmplifyApp* from *android.app.Application* by adding `: Application()` to your class Initialize Amplify by adding an `onCreate` method with the following code: diff --git a/src/fragments/lib/project-setup/android/create-application/40_verifyAmplifyLibraries.mdx b/src/fragments/lib/project-setup/android/create-application/40_verifyAmplifyLibraries.mdx index d98beb8183b..d3dd7834705 100644 --- a/src/fragments/lib/project-setup/android/create-application/40_verifyAmplifyLibraries.mdx +++ b/src/fragments/lib/project-setup/android/create-application/40_verifyAmplifyLibraries.mdx @@ -8,8 +8,8 @@ Right-click on your namespace (e.g. `com.example.MyAmplifyApp`), click **New**, Configure the new class in **New Java Class**: - Enter *MyAmplifyApp* in the **Name** field +- Press enter - Extend *MyAmplifyApp* from *android.app.Application* by adding `extends Application` to your class -- Press **OK** Initialize Amplify by adding an `onCreate` method with the following code: @@ -33,8 +33,8 @@ Initialize Amplify by adding an `onCreate` method with the following code: Configure the new class in **New Kotlin File/Class**: - Enter *MyAmplifyApp* in the **Name** field -- Extend *MyAmplifyApp* from *android.app.Application* by adding `: Application()` to your class - Press enter +- Extend *MyAmplifyApp* from *android.app.Application* by adding `: Application()` to your class Initialize Amplify by adding an `onCreate` method with the following code: