Skip to content

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:

  1. Navigate to the CountriesList.kt file.
  2. Create a new Country object in the file.
  3. Specify the name of the country for the new object.
  4. Append at least one tourist place to the country's list of attractions.
  5. Provide the name, short description, and long description for this tourist place.
  6. Include at least one image in the resources section for visual representation. Make sure that the drawable is under 1 MB
  7. Build the project and ensure that the newly added resources are integrated seamlessly via Res.drawable
Clone this wiki locally