Skip to content

sj960126/side-project-module

Repository files navigation

HEADER

About💡

프로젝트에서 사용되는 모듈을 관리하는 Repository

🔖 Project Requirement

⚠️ Dependency

  compileSdk 33
  minSdk 24
  targetSdk 33

arr 파일 명명법

  output.outputFileName = "${archivesBaseName}-${defaultConfig.versionName}.aar"

ex : base-1.0.0.aar (모듈명)-versionName

Project Sturct

.
├──-                              # app-android-module
│   ├── base
│       ├── View                    # Base View -> Activity,Fragment....
│       └── ViewModel               # Base ViewModel
│              ├── BaseViewModel
│              ├── OrbitMviViewModel                   
├──-
│   ├── core
│       ├── mvi                    # mvi architecture Interface
│       └── orbit                 
│             └── commont
│             └── viewmodel                   
├──-
│   ├──core-data
│       ├── authorization           # authorization Interface 
│       ├── retrofit                # retrofit....interceptor
│               ├── interceptor                # interceptor

Developers

송현수 [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages