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

10주차 미션 / 1조 강병완 #13

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

bw-green
Copy link

@bw-green bw-green commented Dec 6, 2024

  • 지도에서 카메라 위치 이동시키기
  • 자주가는 맛집 등 마커로 표시하기
  • bottom sheet, toast message, dialog 이용해보기

클릭시 마커 생성 가능하고
정보 입력하면 info 뜨게 하였습니다.

https://youtu.be/ZKmMnWNSxn0

Copy link

@MinseoSONG MinseoSONG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마지막 과제까지 너무 수고 많으셨습니다 !
잘 준비해서 프로젝트 열심히 하시길 바랍니다 ~~

val view = layoutInflater.inflate(R.layout.bottom_sheet_layout, null)
bottomSheetDialog.setContentView(view)

// // 이벤트 추가

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오잉 여기 왜 주석처리가 두번 들어가있을까요 !

data class MenuData(
val menuImg:String,
val menuName: String,
val menuTime: Int,// 이것도 int로 바꿔서 string으로 text 2개로 데이터 바인딩하기

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이렇게 수정완료된 부분들은 주석 지워주세요 ~ !

Comment on lines +10 to +12
// 슬래쉬 꼭 붙이기 조심
// 로컬프로펄티
// 로컬로 숨기기

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ㅎㅎ 이것도

android:padding="16dp">

<ImageView
android:id="@+id/iv_bsl"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

얘가 무슨 이미지를 띄우는 iv인지 나타내도록 네이밍해주는게 좋겠죠 ?

@@ -20,6 +20,28 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<ImageView
android:id="@+id/ivAddCategory"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

얘는 왤케 다닥다닥 붙어잇을까요 !

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

Successfully merging this pull request may close these issues.

3 participants