Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

템플릿 #1

Open
Chaelii opened this issue Sep 15, 2022 · 0 comments
Open

템플릿 #1

Chaelii opened this issue Sep 15, 2022 · 0 comments

Comments

@Chaelii
Copy link
Contributor

Chaelii commented Sep 15, 2022

프로젝트 템플릿

MVC 패턴

  • 폴더

  • 파일명 정리

    • xml - fragment_페이지명(소문자)
      ex) fragment_myprofile
    • kt - 페이지명Fragment(페이지명 앞글자는 대문자)
      ex) MyProfileFragment
  • 변수명 정리

    • 이미지 name
      • btn/img_페이지명_이미지명(소문자)
        ex)btn_myrecord_chatting
    • style name
      • style_모양_기능(소문자)
        ex) style_rounded_edittext
    • id name
      • 페이지명_이미지명_레이아웃명(소문자)
        ex) myprofile_name_tv

Git 정리

  • branch 이름: MyProfile(페이지명 앞글자는 대문자)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant