Commit eaedfeff authored by Weesinghe W.M.P.D's avatar Weesinghe W.M.P.D

Merge branch 'master' into 'IT20168186_Health_Monitoring'

# Conflicts:
#   app/src/main/res/layout/activity_home.xml
parents 4163f5d5 7268835d
...@@ -101,7 +101,7 @@ Research area the project belongs to - ICT for Development (ICTD) ...@@ -101,7 +101,7 @@ Research area the project belongs to - ICT for Development (ICTD)
## **Research Project Introcuction** ## **Research Project Introduction**
The proposed project idea is to develop a mobile application which is mainly focusing for serving tourism industry by combining move-to-earn concept with it and attracting people from uniqueness and attraction given by them to the travel destinations who are interested in exploring new places and new destinations for travelling. The proposed project idea is to develop a mobile application which is mainly focusing for serving tourism industry by combining move-to-earn concept with it and attracting people from uniqueness and attraction given by them to the travel destinations who are interested in exploring new places and new destinations for travelling.
Through this project the Main problem the research team is trying to solve is the dropdown of tourism industry as a consequence of the coronavirus (COVID-19) pandemic and the economic impact of the Russia-Ukraine War, for instance, and supply chain disruption. .[1] After being stuck by lockdowns and emergency measures enacted during the pandemic and the industries commonly associated with the travel and tourism industry sector -transportation, hospitality collapsed and it should take some time to grow, but during that time the Russia-Ukraine war came to the picture, and then it mainly affected to the supply chains and it caused to the dramatic increase in global inflation, because of that the sharp increase in consumer prices, oil prices, energy and foods mainly effected to the people who are seeking for travelling and planning on travelling, that directly and indirectly affected to the travel and tourism worldwide.[2] As well as the statistics of world tourism data clearly shows that international arrivals by world region wise and country wise there is a significant drop since 2019. [3] Through this project the Main problem the research team is trying to solve is the dropdown of tourism industry as a consequence of the coronavirus (COVID-19) pandemic and the economic impact of the Russia-Ukraine War, for instance, and supply chain disruption. .[1] After being stuck by lockdowns and emergency measures enacted during the pandemic and the industries commonly associated with the travel and tourism industry sector -transportation, hospitality collapsed and it should take some time to grow, but during that time the Russia-Ukraine war came to the picture, and then it mainly affected to the supply chains and it caused to the dramatic increase in global inflation, because of that the sharp increase in consumer prices, oil prices, energy and foods mainly effected to the people who are seeking for travelling and planning on travelling, that directly and indirectly affected to the travel and tourism worldwide.[2] As well as the statistics of world tourism data clearly shows that international arrivals by world region wise and country wise there is a significant drop since 2019. [3]
......
# Default ignored files
/shelf/
/workspace.xml
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
</GradleProjectSettings>
</option>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>
\ No newline at end of file
...@@ -20,6 +20,10 @@ ...@@ -20,6 +20,10 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"> app:layout_constraintTop_toTopOf="parent">
<Space
android:layout_width="match_parent"
android:layout_height="25dp" />
<ImageView <ImageView
android:id="@+id/imageView3" android:id="@+id/imageView3"
android:layout_width="match_parent" android:layout_width="match_parent"
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context=".MainActivityLogin"> tools:context=".MainActivityLogin"
android:background="@drawable/background">
<Button <Button
android:id="@+id/record_button" android:id="@+id/record_button"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment