-
Notifications
You must be signed in to change notification settings - Fork 4
Android Code Convention
k_dragonm edited this page Jul 18, 2023
·
10 revisions
한국에서 지도 api를 사용할 때 네이버 지도와 카카오 맵 api를 주로 사용합니다.
커스텀 마커, 원, 폴리라인 등에서 카카오보다 네이버의 UI가 더 예쁘다고 생각되어 네이버를 사용합니다.
- minSdk: Android 10(API수준 29)
prefix_where_description
ex)
tv_home_title
et_myPage_nickName
View | Prefix |
---|---|
TextView | tv |
ImageView | iv |
EditText | et |
ContraintLayout | cl |
RecyclerView | rv |
ScrollView | sv |
NestedScrollView | nsv |
CheckBox | cb |
Switch | switch |
Progressbar | pb |
... | ... |
ex)
ic_home
img_profile
rect_whiteffffff_radius20_stroke3
oval_black000000
Drawable | Naming |
---|---|
Icon | ic_description |
Image | img_description |
Shape | shape_color_radius_stroke |
what_description
margin_large
margin_medium
padding_small
의논 필요