From c71188b4cc5149b6b4427f1d94712223cbd8a26c Mon Sep 17 00:00:00 2001 From: vidyaakbar <65782846+vidyaakbar@users.noreply.github.com> Date: Fri, 17 Sep 2021 17:47:15 +0530 Subject: [PATCH 1/5] Create Vidya Akbar --- UI_Components_and_Layouts/Vidya Akbar | 1 + 1 file changed, 1 insertion(+) create mode 100644 UI_Components_and_Layouts/Vidya Akbar diff --git a/UI_Components_and_Layouts/Vidya Akbar b/UI_Components_and_Layouts/Vidya Akbar new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar @@ -0,0 +1 @@ + From 59d5144981a14027843f2118c72adb37b079c75b Mon Sep 17 00:00:00 2001 From: vidyaakbar <65782846+vidyaakbar@users.noreply.github.com> Date: Fri, 17 Sep 2021 17:50:17 +0530 Subject: [PATCH 2/5] Delete Vidya Akbar --- UI_Components_and_Layouts/Vidya Akbar | 1 - 1 file changed, 1 deletion(-) delete mode 100644 UI_Components_and_Layouts/Vidya Akbar diff --git a/UI_Components_and_Layouts/Vidya Akbar b/UI_Components_and_Layouts/Vidya Akbar deleted file mode 100644 index 8b13789..0000000 --- a/UI_Components_and_Layouts/Vidya Akbar +++ /dev/null @@ -1 +0,0 @@ - From f3f07026d9c8c95fcaa7a63466045e8860945383 Mon Sep 17 00:00:00 2001 From: vidyaakbar <65782846+vidyaakbar@users.noreply.github.com> Date: Fri, 17 Sep 2021 17:51:32 +0530 Subject: [PATCH 3/5] Create Readme.md --- UI_Components_and_Layouts/Vidya Akbar/Readme.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 UI_Components_and_Layouts/Vidya Akbar/Readme.md diff --git a/UI_Components_and_Layouts/Vidya Akbar/Readme.md b/UI_Components_and_Layouts/Vidya Akbar/Readme.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/Readme.md @@ -0,0 +1 @@ + From f6a3f6145652ccc6d2fdd0b646581e27297e3405 Mon Sep 17 00:00:00 2001 From: Vidya Akbar Date: Fri, 17 Sep 2021 18:47:38 +0530 Subject: [PATCH 4/5] First commit --- .../Vidya Akbar/AssignmentApp/.gitignore | 15 + .../AssignmentApp/.idea/.gitignore | 3 + .../AssignmentApp/.idea/checkstyle-idea.xml | 16 + .../AssignmentApp/.idea/compiler.xml | 6 + .../AssignmentApp/.idea/gradle.xml | 22 + .../AssignmentApp/.idea/jarRepositories.xml | 30 ++ .../Vidya Akbar/AssignmentApp/.idea/misc.xml | 4 + .../phone/phoneSettingConfig_-826963531.json | 25 ++ .../.idea/previewer/previewConfig.json | 11 + .../tabletSettingConfig_-826963531.json | 25 ++ .../tv/tvSettingConfig_-826963531.json | 25 ++ .../MyFirstApplication/.gitignore | 15 + .../MyFirstApplication/.idea/.gitignore | 3 + .../.idea/checkstyle-idea.xml | 19 + .../.idea/checkstyleidea-libs/readme.txt | 6 + .../MyFirstApplication/.idea/compiler.xml | 6 + .../MyFirstApplication/.idea/gradle.xml | 22 + .../.idea/jarRepositories.xml | 30 ++ .../MyFirstApplication/.idea/misc.xml | 4 + .../phone/phoneSettingConfig_-1369124169.json | 25 ++ .../.idea/previewer/previewConfig.json | 9 + .../tv/tvSettingConfig_-1369124169.json | 25 ++ .../wearableSettingConfig_-1369124169.json | 25 ++ .../MyFirstApplication/build.gradle | 53 +++ .../MyFirstApplication/entry/.gitignore | 1 + .../MyFirstApplication/entry/build.gradle | 27 ++ .../entry/proguard-rules.pro | 1 + .../entry/src/main/config.json | 46 ++ .../myfirstapplication/MainAbility.java | 13 + .../myfirstapplication/MyApplication.java | 10 + .../slice/MainAbilitySlice.java | 32 ++ .../slice/NextAbilitySlice.java | 19 + .../main/resources/base/element/string.json | 16 + .../base/graphic/background_ability_main.xml | 6 + .../resources/base/layout/ability_main.xml | 35 ++ .../resources/base/layout/ability_next.xml | 31 ++ .../src/main/resources/base/media/icon.png | Bin 0 -> 6790 bytes .../src/main/resources/en/element/string.json | 16 + .../src/main/resources/zh/element/string.json | 16 + .../myfirstapplication/ExampleOhosTest.java | 14 + .../myfirstapplication/ExampleTest.java | 10 + .../MyFirstApplication/gradle.properties | 15 + .../gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 58694 bytes .../gradle/wrapper/gradle-wrapper.properties | 5 + .../AssignmentApp/MyFirstApplication/gradlew | 183 ++++++++ .../MyFirstApplication/gradlew.bat | 103 +++++ .../MyFirstApplication/settings.gradle | 1 + .../Vidya Akbar/AssignmentApp/build.gradle | 38 ++ .../AssignmentApp/entry/.gitignore | 1 + .../AssignmentApp/entry/build.gradle | 27 ++ .../AssignmentApp/entry/proguard-rules.pro | 1 + .../AssignmentApp/entry/src/main/config.json | 48 +++ .../example/assignmentapp/MainAbility.java | 13 + .../example/assignmentapp/MyApplication.java | 10 + .../assignmentapp/slice/MainAbilitySlice.java | 23 + .../main/resources/base/element/string.json | 16 + .../base/graphic/background_ability_main.xml | 6 + .../base/graphic/background_text_field.xml | 7 + .../base/graphic/capsule_button_element.xml | 8 + .../base/graphic/directinal_layout_card.xml | 9 + .../src/main/resources/base/graphic/image.xml | 8 + .../graphic/register_background_textfield.xml | 9 + .../base/layout/ability_contacts.xml | 235 ++++++++++ .../resources/base/layout/ability_main.xml | 45 ++ .../base/layout/ability_personal.xml | 400 ++++++++++++++++++ .../base/layout/ability_register.xml | 140 ++++++ .../resources/base/layout/ability_signup.xml | 146 +++++++ .../base/layout/ability_studentcard.xml | 37 ++ .../src/main/resources/base/media/DOB.png | Bin 0 -> 2230 bytes .../src/main/resources/base/media/User.png | Bin 0 -> 1021 bytes .../src/main/resources/base/media/birth.jpg | Bin 0 -> 4298 bytes .../src/main/resources/base/media/bkg.jpg | Bin 0 -> 16470 bytes .../src/main/resources/base/media/email.png | Bin 0 -> 1991 bytes .../src/main/resources/base/media/gender.png | Bin 0 -> 2472 bytes .../src/main/resources/base/media/icon.png | Bin 0 -> 6790 bytes .../main/resources/base/media/location.png | Bin 0 -> 3804 bytes .../src/main/resources/base/media/name.png | Bin 0 -> 4513 bytes .../src/main/resources/base/media/pass.png | Bin 0 -> 2912 bytes .../main/resources/base/media/password.png | Bin 0 -> 2856 bytes .../main/resources/base/media/personal_bg.jpg | Bin 0 -> 24180 bytes .../src/main/resources/base/media/phone.png | Bin 0 -> 2589 bytes .../main/resources/base/media/regis_back.jpg | Bin 0 -> 2611 bytes .../src/main/resources/base/media/sign_bg.jpg | Bin 0 -> 3982 bytes .../src/main/resources/en/element/string.json | 16 + .../src/main/resources/zh/element/string.json | 16 + .../assignmentapp/ExampleOhosTest.java | 14 + .../example/assignmentapp/ExampleTest.java | 9 + .../AssignmentApp/gradle.properties | 13 + .../gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 58694 bytes .../gradle/wrapper/gradle-wrapper.properties | 5 + .../Vidya Akbar/AssignmentApp/gradlew | 183 ++++++++ .../Vidya Akbar/AssignmentApp/gradlew.bat | 103 +++++ .../Vidya Akbar/AssignmentApp/settings.gradle | 1 + 93 files changed, 2611 insertions(+) create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.gitignore create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/.gitignore create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/checkstyle-idea.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/compiler.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/gradle.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/jarRepositories.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/misc.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/phone/phoneSettingConfig_-826963531.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/previewConfig.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/tablet/tabletSettingConfig_-826963531.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/tv/tvSettingConfig_-826963531.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.gitignore create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/.gitignore create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/checkstyle-idea.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/checkstyleidea-libs/readme.txt create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/compiler.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/gradle.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/jarRepositories.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/misc.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/phone/phoneSettingConfig_-1369124169.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/previewConfig.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/tv/tvSettingConfig_-1369124169.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/wearable/wearableSettingConfig_-1369124169.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/build.gradle create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/.gitignore create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/build.gradle create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/proguard-rules.pro create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/config.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/MainAbility.java create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/MyApplication.java create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/slice/MainAbilitySlice.java create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/slice/NextAbilitySlice.java create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/element/string.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/graphic/background_ability_main.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/layout/ability_main.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/layout/ability_next.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/media/icon.png create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/en/element/string.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/zh/element/string.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/ohosTest/java/com/example/myfirstapplication/ExampleOhosTest.java create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/test/java/com/example/myfirstapplication/ExampleTest.java create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/gradle.properties create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/gradle/wrapper/gradle-wrapper.jar create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/gradle/wrapper/gradle-wrapper.properties create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/gradlew create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/gradlew.bat create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/settings.gradle create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/build.gradle create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/.gitignore create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/build.gradle create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/proguard-rules.pro create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/config.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/java/com/example/assignmentapp/MainAbility.java create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/java/com/example/assignmentapp/MyApplication.java create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/java/com/example/assignmentapp/slice/MainAbilitySlice.java create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/element/string.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/graphic/background_ability_main.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/graphic/background_text_field.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/graphic/capsule_button_element.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/graphic/directinal_layout_card.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/graphic/image.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/graphic/register_background_textfield.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/layout/ability_contacts.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/layout/ability_main.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/layout/ability_personal.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/layout/ability_register.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/layout/ability_signup.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/layout/ability_studentcard.xml create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/DOB.png create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/User.png create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/birth.jpg create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/bkg.jpg create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/email.png create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/gender.png create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/icon.png create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/location.png create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/name.png create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/pass.png create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/password.png create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/personal_bg.jpg create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/phone.png create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/regis_back.jpg create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/base/media/sign_bg.jpg create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/en/element/string.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/main/resources/zh/element/string.json create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/ohosTest/java/com/example/assignmentapp/ExampleOhosTest.java create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/entry/src/test/java/com/example/assignmentapp/ExampleTest.java create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/gradle.properties create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/gradle/wrapper/gradle-wrapper.jar create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/gradle/wrapper/gradle-wrapper.properties create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/gradlew create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/gradlew.bat create mode 100644 UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/settings.gradle diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.gitignore b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.gitignore new file mode 100644 index 0000000..37a4eb8 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.gitignore @@ -0,0 +1,15 @@ +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +/entry/.preview +.cxx diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/.gitignore b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/checkstyle-idea.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/checkstyle-idea.xml new file mode 100644 index 0000000..2f2c3c1 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/checkstyle-idea.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/compiler.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/compiler.xml new file mode 100644 index 0000000..61a9130 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/gradle.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/gradle.xml new file mode 100644 index 0000000..82c453f --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/gradle.xml @@ -0,0 +1,22 @@ + + + + + + + \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/jarRepositories.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/jarRepositories.xml new file mode 100644 index 0000000..1dfcd02 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/jarRepositories.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/misc.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/misc.xml new file mode 100644 index 0000000..58918f5 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/phone/phoneSettingConfig_-826963531.json b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/phone/phoneSettingConfig_-826963531.json new file mode 100644 index 0000000..69beee7 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/phone/phoneSettingConfig_-826963531.json @@ -0,0 +1,25 @@ +{ + "setting": { + "1.0.1": { + "Language": { + "args": { + "Language": "zh_CN" + } + } + } + }, + "frontend": { + "1.0.0": { + "Resolution": { + "args": { + "Resolution": "360*780" + } + }, + "DeviceType": { + "args": { + "DeviceType": "phone" + } + } + } + } +} \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/previewConfig.json b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/previewConfig.json new file mode 100644 index 0000000..ce961fc --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/previewConfig.json @@ -0,0 +1,11 @@ +{ + "1.0.0": { + "LastPreviewDevice": { + "C:\\Users\\hp\\DevEcoStudioProjects\\AssignmentApp\\entry": [ + "phone", + "tablet", + "tv" + ] + } + } +} \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/tablet/tabletSettingConfig_-826963531.json b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/tablet/tabletSettingConfig_-826963531.json new file mode 100644 index 0000000..278b671 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/tablet/tabletSettingConfig_-826963531.json @@ -0,0 +1,25 @@ +{ + "setting": { + "1.0.1": { + "Language": { + "args": { + "Language": "zh_CN" + } + } + } + }, + "frontend": { + "1.0.0": { + "Resolution": { + "args": { + "Resolution": "1024*640" + } + }, + "DeviceType": { + "args": { + "DeviceType": "tablet" + } + } + } + } +} \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/tv/tvSettingConfig_-826963531.json b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/tv/tvSettingConfig_-826963531.json new file mode 100644 index 0000000..4b98516 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/.idea/previewer/tv/tvSettingConfig_-826963531.json @@ -0,0 +1,25 @@ +{ + "setting": { + "1.0.1": { + "Language": { + "args": { + "Language": "zh_CN" + } + } + } + }, + "frontend": { + "1.0.0": { + "Resolution": { + "args": { + "Resolution": "960*540" + } + }, + "DeviceType": { + "args": { + "DeviceType": "tv" + } + } + } + } +} \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.gitignore b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.gitignore new file mode 100644 index 0000000..37a4eb8 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.gitignore @@ -0,0 +1,15 @@ +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +/entry/.preview +.cxx diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/.gitignore b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/checkstyle-idea.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/checkstyle-idea.xml new file mode 100644 index 0000000..55fb475 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/checkstyle-idea.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/checkstyleidea-libs/readme.txt b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/checkstyleidea-libs/readme.txt new file mode 100644 index 0000000..05dae55 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/checkstyleidea-libs/readme.txt @@ -0,0 +1,6 @@ +This folder contains libraries copied from the "MyFirstApplication" project. +It is managed by the CheckStyle-IDEA IDE plugin. +Do not modify this folder while the IDE is running. +When the IDE is stopped, you may delete this folder at any time. It will be recreated as needed. +In order to prevent the CheckStyle-IDEA IDE plugin from creating this folder, +uncheck the "Copy libraries from project directory" option in the CheckStyle-IDEA settings dialog. diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/compiler.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/compiler.xml new file mode 100644 index 0000000..61a9130 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/gradle.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/gradle.xml new file mode 100644 index 0000000..82c453f --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/gradle.xml @@ -0,0 +1,22 @@ + + + + + + + \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/jarRepositories.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/jarRepositories.xml new file mode 100644 index 0000000..1dfcd02 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/jarRepositories.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/misc.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/misc.xml new file mode 100644 index 0000000..58918f5 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/phone/phoneSettingConfig_-1369124169.json b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/phone/phoneSettingConfig_-1369124169.json new file mode 100644 index 0000000..69beee7 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/phone/phoneSettingConfig_-1369124169.json @@ -0,0 +1,25 @@ +{ + "setting": { + "1.0.1": { + "Language": { + "args": { + "Language": "zh_CN" + } + } + } + }, + "frontend": { + "1.0.0": { + "Resolution": { + "args": { + "Resolution": "360*780" + } + }, + "DeviceType": { + "args": { + "DeviceType": "phone" + } + } + } + } +} \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/previewConfig.json b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/previewConfig.json new file mode 100644 index 0000000..c2d14ff --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/previewConfig.json @@ -0,0 +1,9 @@ +{ + "1.0.0": { + "LastPreviewDevice": { + "C:\\Users\\hp\\DevEcoStudioProjects\\MyFirstApplication\\entry": [ + "phone" + ] + } + } +} \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/tv/tvSettingConfig_-1369124169.json b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/tv/tvSettingConfig_-1369124169.json new file mode 100644 index 0000000..bc405b4 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/tv/tvSettingConfig_-1369124169.json @@ -0,0 +1,25 @@ +{ + "setting": { + "1.0.1": { + "Language": { + "args": { + "Language": "en_US" + } + } + } + }, + "frontend": { + "1.0.0": { + "Resolution": { + "args": { + "Resolution": "960*540" + } + }, + "DeviceType": { + "args": { + "DeviceType": "tv" + } + } + } + } +} \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/wearable/wearableSettingConfig_-1369124169.json b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/wearable/wearableSettingConfig_-1369124169.json new file mode 100644 index 0000000..58db4f7 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/.idea/previewer/wearable/wearableSettingConfig_-1369124169.json @@ -0,0 +1,25 @@ +{ + "setting": { + "1.0.1": { + "Language": { + "args": { + "Language": "en_US" + } + } + } + }, + "frontend": { + "1.0.0": { + "Resolution": { + "args": { + "Resolution": "466*466" + } + }, + "DeviceType": { + "args": { + "DeviceType": "wearable" + } + } + } + } +} \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/build.gradle b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/build.gradle new file mode 100644 index 0000000..ad2c928 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/build.gradle @@ -0,0 +1,53 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +apply plugin: 'com.huawei.ohos.app' +apply plugin: 'org.sonarqube' + + + + +//For instructions on signature configuration, see https://developer.harmonyos.com/en/docs/documentation/doc-guides/ide_debug_device-0000001053822404#EN-US_TOPIC_0000001154985555__section1112183053510 +ohos { + compileSdkVersion 5 + defaultConfig { + compatibleSdkVersion 4 + } +} + +buildscript { + repositories { + maven { + url 'https://repo.huaweicloud.com/repository/maven/' + } + maven { + url 'https://developer.huawei.com/repo/' + } + jcenter() + } + dependencies { + classpath 'com.huawei.ohos:hap:2.4.4.2' + classpath 'com.huawei.ohos:decctest:1.2.4.0' + classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3" + } +} + +allprojects { + repositories { + maven { + url 'https://repo.huaweicloud.com/repository/maven/' + } + maven { + url 'https://developer.huawei.com/repo/' + } + jcenter() + } +} + +sonarqube { + properties { + property "sonar.projectKey", "MyApp_dev" + property "sonar.organization", "applibgroup" + property "sonar.host.url", "http://localhost:9050" + property "sonar.sources", "entry" + property "sonar.java.binaries", "entry/build" + } +} diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/.gitignore b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/.gitignore new file mode 100644 index 0000000..796b96d --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/.gitignore @@ -0,0 +1 @@ +/build diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/build.gradle b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/build.gradle new file mode 100644 index 0000000..b34f366 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/build.gradle @@ -0,0 +1,27 @@ +apply plugin: 'com.huawei.ohos.hap' +apply plugin: 'com.huawei.ohos.decctest' +//For instructions on signature configuration, see https://developer.harmonyos.com/en/docs/documentation/doc-guides/ide_debug_device-0000001053822404#EN-US_TOPIC_0000001154985555__section1112183053510 +ohos { + compileSdkVersion 5 + defaultConfig { + compatibleSdkVersion 4 + } + buildTypes { + release { + proguardOpt { + proguardEnabled false + rulesFiles 'proguard-rules.pro' + } + } + } + +} + +dependencies { + implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) + testImplementation 'junit:junit:4.13' + ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' +} +decc { + supportType = ['html','xml'] +} diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/proguard-rules.pro b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/proguard-rules.pro new file mode 100644 index 0000000..f7666e4 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/proguard-rules.pro @@ -0,0 +1 @@ +# config module specific ProGuard rules here. \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/config.json b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/config.json new file mode 100644 index 0000000..1598719 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/config.json @@ -0,0 +1,46 @@ +{ + "app": { + "bundleName": "com.example.myfirstapplication", + "vendor": "example", + "version": { + "code": 1000000, + "name": "1.0.0" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.myfirstapplication", + "name": ".MyApplication", + "mainAbility": "com.example.myfirstapplication.MainAbility", + "deviceType": [ + "phone","tv","wearable" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": true + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "name": "com.example.myfirstapplication.MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:entry_MainAbility", + "type": "page", + "launchType": "standard" + } + ] + } +} \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/MainAbility.java b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/MainAbility.java new file mode 100644 index 0000000..f1c3b0b --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/MainAbility.java @@ -0,0 +1,13 @@ +package com.example.myfirstapplication; + +import com.example.myfirstapplication.slice.MainAbilitySlice; +import ohos.aafwk.ability.Ability; +import ohos.aafwk.content.Intent; + +public class MainAbility extends Ability { + @Override + public void onStart(Intent intent) { + super.onStart(intent); + super.setMainRoute(MainAbilitySlice.class.getName()); + } +} diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/MyApplication.java b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/MyApplication.java new file mode 100644 index 0000000..7070a8f --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/MyApplication.java @@ -0,0 +1,10 @@ +package com.example.myfirstapplication; + +import ohos.aafwk.ability.AbilityPackage; + +public class MyApplication extends AbilityPackage { + @Override + public void onInitialize() { + super.onInitialize(); + } +} diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/slice/MainAbilitySlice.java b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/slice/MainAbilitySlice.java new file mode 100644 index 0000000..0b5d0b5 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/slice/MainAbilitySlice.java @@ -0,0 +1,32 @@ +package com.example.myfirstapplication.slice; + + +import ohos.aafwk.ability.AbilitySlice; +import ohos.aafwk.content.Intent; +import ohos.agp.components.Button; +import com.example.myfirstapplication.ResourceTable; + +/** + * MainAbilitySlice. + */ +public class MainAbilitySlice extends AbilitySlice { + @Override + public void onStart(Intent intent) { + super.onStart(intent); + super.setUIContent(ResourceTable.Layout_ability_main); + Button bt = (Button) findComponentById(ResourceTable.Id_button_next); + + + bt.setClickedListener(list -> present(new NextAbilitySlice(), new Intent())); + } + + @Override + public void onActive() { + super.onActive(); + } + + @Override + public void onForeground(Intent intent) { + super.onForeground(intent); + } +} diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/slice/NextAbilitySlice.java b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/slice/NextAbilitySlice.java new file mode 100644 index 0000000..5ebd8fe --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/java/com/example/myfirstapplication/slice/NextAbilitySlice.java @@ -0,0 +1,19 @@ +package com.example.myfirstapplication.slice; + +import com.example.myfirstapplication.ResourceTable; +import ohos.aafwk.ability.AbilitySlice; +import ohos.aafwk.content.Intent; + + +public class NextAbilitySlice extends AbilitySlice { + @Override + protected void onStart(Intent intent) { + super.onStart(intent); + super.setUIContent(ResourceTable.Layout_ability_next); + + } + + + +} + diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/element/string.json b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/element/string.json new file mode 100644 index 0000000..c2a6b66 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/element/string.json @@ -0,0 +1,16 @@ +{ + "string": [ + { + "name": "entry_MainAbility", + "value": "entry_MainAbility" + }, + { + "name": "mainability_description", + "value": "Java_Empty Ability" + }, + { + "name": "mainability_HelloWorld", + "value": "Hello World" + } + ] +} \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/graphic/background_ability_main.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/graphic/background_ability_main.xml new file mode 100644 index 0000000..c0c0a3d --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/graphic/background_ability_main.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/layout/ability_main.xml b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/layout/ability_main.xml new file mode 100644 index 0000000..11c7256 --- /dev/null +++ b/UI_Components_and_Layouts/Vidya Akbar/AssignmentApp/MyFirstApplication/entry/src/main/resources/base/layout/ability_main.xml @@ -0,0 +1,35 @@ + + + + +