1- Introduction
Bootic is built with native Java in Android Studio. It’s a android ecommerce app UI template. It offers more than 17 pages and all are fully designed & keeping in mind to fit for any product types. Bootic offers all required features, that can fulfill any modern application. It’s easy to customize, You can use it as any type of store like Fashion, Electronics, Grocery and Restaurant. You can customize any page as per your needs. It follows all the standards to fulfill customer’s requirements.
1.1- Why this app
- - Easy to install
- - Easy to customize
- - Super friendly code
- - Well commented code
- - Design to fit any product types
- - Basics knowledge for setup
- - Equip with all modern features
1.2- Tools & Technologies
Android Studio : Android Studio is the official Integrated Development Environment (IDE) for Android app development, based on IntelliJ IDEA . On top of IntelliJ's powerful code editor and developer tools, Android Studio offers even more features that enhance your productivity when building Android apps
Gradle : is an advanced build toolkit, to automate and manage the build process, while allowing you to define flexible custom build configurations. Each build configuration can define its own set of code and resources, while reusing the parts common to all versions of your app. The Android plugin for Gradle works with the build toolkit to provide processes and configurable settings that are specific to building and testing Android applications.
2- Installation - Android Mobile App
To Import or change any section of the app follow the stepes below:
2.1- Getting Started
Download and install all latest tools, required for developing Android apps such as Java Development Kit and Android Studio as the Official Android IDE. For updated tutorial about how to install them, you can see and Download from Android Developer website.
2.2- Import Project in Android Studio
- Locate your Android app in the given project zip folder
- Open Android Studio > Import Project (Eclipse ADT, Gradle, etc.)
- Browse to directory where you place Bootic project and click OK.
2.3- Rename Package in Android Studio
- First click once on your package and then click setting icon on Android Studio.
- Close / Unselect “Compact Empty Middle Packages”
- Then, right click your package and rename it.

- Right click on the root folder of your project.
- Click “Open Module Setting”.
- Go to the “Flavors” tab.
- Change the Application ID with same name of your package.

If you face any problem just follow this youtube video
3- FAQs
Before send us any email please read the questions below.
Q: How to change Application Icons?
- Change all launcher icons in app > res > mipmap > ic_launcher.png

Q: How to change Application Name?
- Select app > res > values > strings.xml

Q: How to change Application Color?
- select app > res > values > colors.xml
