Skip to content

๐Ÿ› ๏ธ ์ž‘์—… ํ™˜๊ฒฝ

๋ฅ˜๋Œ€ํ˜„ edited this page Dec 15, 2022 · 9 revisions

๊ฐœ๋ฐœ ํ™˜๊ฒฝ

  • Kotlin 1.7.10
  • Android Studio Dolphin 2021.3.1
  • minSdk: 26
  • targetSdk: 33

ํŒจํ‚ค์ง€ ๊ตฌ์กฐ

๐Ÿ“ŒSingle Module
๐Ÿ“ data			 	 	 
โ”” ๐Ÿ“ network
โ”” ๐Ÿ“ database 	 
โ”” ๐Ÿ“ <type>			 	 
  โ”” ๐Ÿ“ source	 	 	 	 
    โ”” ๐Ÿ“ local	 	 	 	 
      โ”” <Type>Dao	 		 
      โ”” <Type>Entity
    โ”” ๐Ÿ“ remote
      โ”” <Type>(Response/Request)Body
  โ”” ๐Ÿ“ di
  โ”” <Type>
  โ”” Repository
โ”” ๐Ÿ“ ui			
    โ”” ๐Ÿ“ <type>
        โ”” ๐Ÿ“ adapter
        โ”” ๐Ÿ“ model
          โ”” <type>UiState
        โ”” Activity / Fragment / ViewModel
โ”” ๐Ÿ“ util

ํŒจํ‚ค์ง€ ์„ค๋ช…

  • ๐Ÿ“ data
    • ๐Ÿ“ network : ๋„คํŠธ์›Œํฌ ์„œ๋น„์Šค & ๋ชจ๋“ˆ
    • ๐Ÿ“ database : ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ๋ชจ๋“ˆ
    • ๐Ÿ“ <type>
      • ๐Ÿ“ source : DataSource
        • ๐Ÿ“ local
          • <Type>Dao : DB Dao ๊ตฌํ˜„์ฒด
          • <Type>Entity : ๋กœ์ปฌ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์ปฌ๋Ÿผ ํด๋ž˜์Šค(DB)
        • ๐Ÿ“ remote
          • <Type>(Response/Request)Body : ๋„คํŠธ์›Œํฌ ํ†ต์‹  ๋ชจ๋ธ ํด๋ž˜์Šค(Network, DTO)
      • ๐Ÿ“ di : ์˜์กด์„ฑ ์ฃผ์ž… ๋ชจ๋“ˆ ํด๋ž˜์Šค
      • <Type> : ๋ถ„๋ฅ˜ ํƒ€์ž… ํด๋ž˜์Šค(์ „์—ญ)
      • Repository : ๋ฐ์ดํ„ฐ ์ €์žฅ์†Œ(๋ ˆํผ์ง€ํ† ๋ฆฌ)
  • ๐Ÿ“ ui
    • ๐Ÿ“
      • ๐Ÿ“ adapter : RecyclerView Adapter
      • ๐Ÿ“ model : UI์—์„œ ์‚ฌ์šฉ๋˜๋Š” ๋ชจ๋ธ ํด๋ž˜์Šค(UI)
        • <Type>UiState : UI์—์„œ ์‚ฌ์šฉํ•  State๋ชจ๋ธ
      • Activity / Fragment / ViewModel
  • ๐Ÿ“ util : ์œ ํ‹ธ ํด๋ž˜์Šค(etc)

๐ŸŒฑ Project

๐Ÿ“ Dev Story

๐Ÿค Ground Rule

๐Ÿ“‘ Convention

โš™ Setting

๐Ÿ“† Daily Scrum

๐Ÿ’ก Weekly Review

๐Ÿ–ผ ๋ฐœํ‘œ ์ž๋ฃŒ

Clone this wiki locally