Listify
  • Get Started
  • Installation
  • How to Import Project
  • Create WordPress REST API
  • Customize App
  • Additional Changes
  • OneSignal integraton
  • Admob Configuration
  • iOS Document
    • Installation
    • How to Import Project
    • Create WordPress REST API
    • Customize App
    • Additional Changes
    • Firebase Integration
    • Admob Configuration
  • Resource Credits
  • API Configuration
Powered by GitBook
On this page
  • Project Structure
  • Within each Android app module, files are shown in the following groups:
  • Change App name
  • Change App Package Name
  • Change API URL

Customize App

Project customizing

PreviousCreate WordPress REST APINextAdditional Changes

Last updated 6 years ago

Project Structure

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

Within each Android app module, files are shown in the following groups:

manifest

java

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

res

Change App name

To change project name follow below steps.

App > res > values > strings.xml

Change App Package Name

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

applicationId "com.listify"

Change API URL

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

Change Map API key

Contains the file.

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 .

To know more about project structure please go through this link ​

AndroidManifest.xml
Providing Resources
Android Project Structure
Project Structure
Change App Name
Change the Base Url
Change map key