-
Notifications
You must be signed in to change notification settings - Fork 83
How to add a new Country
Abdul Basit edited this page Feb 5, 2024
·
2 revisions
Hello, Welcome to the Travel App Wiki page for adding a new country. Let's proceed with adding a country by following these steps:
- Navigate to the CountriesList.kt file.
- Create a new Country object in the file.
- Specify the name of the country for the new object.
- Append at least one tourist place to the country's list of attractions.
- Provide the name, short description, and long description for this tourist place.
- Include at least one image in the resources section for visual representation. Make sure that the drawable is under 1 MB
- Build the project and ensure that the newly added resources are integrated seamlessly via
Res.drawable