Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 545 Bytes

File metadata and controls

10 lines (7 loc) · 545 Bytes

android-core-java

A light-weight core project for Android using Java with MVP in mind

To use this for a new project, close all open Android Studio projects. Using the terminal, rename the directory to the desired name. mv android-core-java <your new project name>

Import the project into Android Studio and navigate the the manifest file. Right click on package name and select refactor > rename and name it the same as the renamed the directory.

Also ensure the package name is set correctly in build.gradle app file.