Skip to content

Gibox-Android-Dev/BaseProjectMVVM-Android

Repository files navigation

AndroidBaseProject-MVVM

This is template git terminal for add new project using this base project

  1. git clone --depth 1 https://github.com/Gibox-Android-Dev/baseprojectmvvm-android.git --origin BaseProjectMVVM-Android [NEW-PROJECT-NAME]
  2. cd [NEW-PROJECT-NAME]
  3. create new repo
  4. git remote add origin https://[USERNAME-GITHUB]@github.com/Gibox-Android-Dev/NEW-PROJECT-GITHUB-ACCOUNT]/[NEW-REPO-NAME].git
  5. git fetch --unshallow
  6. git add .
  7. git branch -M main
  8. git push -uf origin main

  1. open the new project in android studio
  2. Rename package under app/src/main/java.
  3. Update APPLICATION_ID in app/build.gradle.
  4. Rename Root folder project in settings.gradle -> rootProject.name = "[Your-Name-Project]"
  5. Rename package name in Manifest.
  6. Rename Signature Copyright project in File -> Settings -> Copyright -> Copyright Profiles -> Change to name you

#Sample signature copyright

Created by [Your-Name]
, $today.day/$today.month/$today.year
Copyright (c) $today.year by Gibox Digital Asia.
All Rights Reserve
  1. git add .
  2. git commit -m "refactoring package name
  3. git push -u origin main
  4. Remove README.MD.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages