> For the complete documentation index, see [llms.txt](https://itechnotion.gitbook.io/listify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itechnotion.gitbook.io/listify/customize-app.md).

# Customize App

## Project Structure <a href="#project-structure" id="project-structure"></a>

After importing project successfully you will get project structure like below image

![Project Structure](/files/-LM70G-rPe8adKcUjKfq)

### Within each Android app module, files are shown in the following groups: <a href="#within-each-android-app-module-files-are-shown-in-the-following-groups" id="within-each-android-app-module-files-are-shown-in-the-following-groups"></a>

**manifest**

Contains the [`AndroidManifest.xml`](https://developer.android.com/guide/topics/manifest/manifest-intro.html) file.

**java**

Contains the Java source code files, separated by package names, including JUnit test code.

**res**

Contains all non-code resources, such as XML layouts, UI strings, and bitmap images, divided into corresponding sub-directories. For more information about all possible resource types, see [Providing Resources](https://developer.android.com/guide/topics/resources/providing-resources.html).

To know more about project structure please go through this link [Android Project Structure](https://developer.android.com/studio/projects/)​

### Change App name <a href="#change-app-name" id="change-app-name"></a>

To change project name follow below steps.

**App > res > values > strings.xml**

![Change App Name](/files/-LNEvbAnktBG-vqFMkLX)

### Change App Package Name <a href="#change-app-package-name" id="change-app-package-name"></a>

Open App level build.gradle and change **ApplicationId** variable inside **android > defaultConfig**

```
applicationId "com.listify"
```

### Change API URL <a href="#change-api-url" id="change-api-url"></a>

Change the **Base Url** for inside the **app\src\main\java\com.listify\retrofit\ApiService.java**

![Change the Base Url](/files/-LNAd9BgtSNMtdZCH3HX)

&#x20;**Change Map API key**

![Change map key](/files/-LPAAa4i74CzMPwVuxm-)
