Green-Cloud-Project / GreenCloud

GreenClou Project for Android
2 stars 0 forks source link

modify UI and apply local DB to save RentalOffice info using Room on … #40

Closed bentleypark closed 4 years ago

bentleypark commented 4 years ago

…MapFragment

yellowfish911 commented 4 years ago

우선 프로젝트 package 구조를 좀 정리했으면 합니다. 새로운것을 추가할경우 혼선이 없이 이해하기 쉽게 하기위해서.

  1. 가장 흔하게 많이 하는 형태로 안드로이드 category 형태로

@activiities

@fragments

@utils

@common

@interfaces

@network

@models

@adapters

  1. 또는 MVVM 에서 기능적으로

@ui(activities, fragments)

@api

@util

@viewmodel

다음시간엔 협의 합시다.

On Tue, Oct 1, 2019 at 8:43 PM Bentley(중길) notifications@github.com wrote:

Merged #40 https://github.com/sarang628/GreenCloud/pull/40 into master.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sarang628/GreenCloud/pull/40?email_source=notifications&email_token=ABIF7A5GBEPM2TMZ4SN55MLQMMZVBA5CNFSM4I4IKQTKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOT6FRXII#event-2676693921, or mute the thread https://github.com/notifications/unsubscribe-auth/ABIF7A7GQGZ5CKBCNPJXVFTQMMZVBANCNFSM4I4IKQTA .

bentleypark commented 4 years ago

@yellowfish911 네~ 제가 이번주 일요일 스터디 전에 Clean Architecture 및 MVVM Architecture 기반으로 한번 패키지 정리를 해두겠습니다.