Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Android Studio recreate these 2 apps and upload a google drive link of the Zip file App 1 : Hello 1. project structure screen

In Android Studio recreate these 2 apps and upload a google drive link of the Zip file

App 1 : Hello

1. project structure screen shots in attached in bmp

2. AndroidManifest.xml given below

3. MainActivity.java

package com.panwar.gayatritech.hello;

import android.support.v7.app.AppCompatActivity; import android.os.Bundle;

public class MainActivity extends AppCompatActivity {

@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } }

4.Activity_main.xml

xmlns:app="http://schemas.android.com/apk/res-auto"

xmlns:tools="http://schemas.android.com/tools"

android:layout_width="match_parent"

android:layout_height="match_parent"

tools:context=".MainActivity">

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:textColor="@color/myColor"

android:text="@string/my_text"

app:layout_constraintBottom_toBottomOf="parent"

app:layout_constraintLeft_toLeftOf="parent"

app:layout_constraintRight_toRightOf="parent"

app:layout_constraintTop_toTopOf="parent" />

5. Strings.xml

Hello Android

Hello Android

6. colors.xml

#008577

#00574B

#D81B60

#532EE4

7. Screen shots of AVD in bmp

App 2 : Goodbye

1. Project structure in attached bmp

2. AndroidManifest.xml

package="com.panwar.gayatritech.goodbye">

android:allowBackup="true"

android:icon="@mipmap/ic_launcher"

android:label="@string/app_name"

android:roundIcon="@mipmap/ic_launcher_round"

android:supportsRtl="true"

android:theme="@style/AppTheme">

3. MainActivity.java

package com.panwar.gayatritech.goodbye;

import android.support.v7.app.AppCompatActivity;

import android.os.Bundle;

public class MainActivity extends AppCompatActivity {

@Override

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.activity_main);

}

}

4. activity_main.xml

xmlns:app="http://schemas.android.com/apk/res-auto"

xmlns:tools="http://schemas.android.com/tools"

android:layout_width="match_parent"

android:layout_height="match_parent"

tools:context=".MainActivity">

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="@string/myText"

android:textColor="@color/myColor"

app:layout_constraintBottom_toBottomOf="parent"

app:layout_constraintLeft_toLeftOf="parent"

app:layout_constraintRight_toRightOf="parent"

app:layout_constraintTop_toTopOf="parent" />

5. Strings.xml

Goodbye Android

Goodbye Android

6. Colors.xml

#008577

#00574B

#D81B60

#532EE4

7. AVD screen shot in attachment

Android App 1: Hello

image text in transcribed

image text in transcribed

App 2: Goodbye

image text in transcribed

image text in transcribed

Eie fdt Wew Mavigate Code Arabre Beactor fuald Rn trols beS Window Andweid = Din apF w Lll marilests wind Andriditantertarnh jeve v Eir conganwargryinited heib c. Mlaninarivity >. En con patwarg ty yoiled helo iandristeri) C. Everralelurittest 3. Dag gendratedlen teat * F deratile in kilauncher harkgrsundaml ith. is.luencher fonegriundarn (v24) E. 1ryuit an activily_mainami >. En mignes * Elvalues an colersan an toingrial in thylesand Gerdle Serpts E beid gade Projecti Melion) a tuild godin Module app) Pesounce Bandle'grde' grade-wrapeet.popartion local peagertie aettingarade (Phestat Settingi) rogo k 5 tegeat 7 gutad I Teveny Gradle build firithed in 3m51a387 ma /mements agel. Hello Androld whi drabe Fit Edt Wew Nruigate Code faabje Refector glad Ban Tock ves B (W) Geafle Fcighs (F) build gad o project: Gecodbysi (b) tuild grode phiduit abpi 2. Ha Resource Darstle 'grade' grade-wrappe progertion (Gudle Vunien) uettingegrade (Propect Settingu) lecal preperties (SDK. Lecabicri)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions