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

Feture/#9 service #20

Merged
merged 9 commits into from
Feb 12, 2025
Merged

Feture/#9 service #20

merged 9 commits into from
Feb 12, 2025

Conversation

ashwon12
Copy link
Collaborator

관련 이슈

작업 내용

  1. 서비스 생성 ( 서비스에서 타이머 , 노티 , 재생 )
  2. 서비스 매니저 생성 ( 서비스 시작, 종료 , 상태 관리 )
  3. 스누즈 기능 처리
  4. 알람 재생 시 멘트 추가 ( 추가만.. 했음.. 음원이랑 같이 다뤄야 할 것 같아용 )

🚨 참고 사항

없습니다 !

📷 스크린샷

없음

@ashwon12 ashwon12 requested a review from likppi10 February 11, 2025 13:31
@ashwon12 ashwon12 self-assigned this Feb 11, 2025
Copy link
Collaborator

@likppi10 likppi10 left a comment

Choose a reason for hiding this comment

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

고생 많았어!
정말 얼마 안 남았구만!

@StringRes val traitsResIdList: PersistentList<Int>,
@StringRes val traitsResIdList: PersistentList<Int>,
@DrawableRes val alarmBackgroundImageList: PersistentList<Int>,
val alarmMentList: List<List<Int>>,
Copy link
Collaborator

Choose a reason for hiding this comment

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

여기도 PersistentList이면 좋을 것 같아!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

음 ! 여기에 우선 구현해놓긴 했는데..
알람 화면에서 사용되는 고정값들을 새로운 data class로 구성하려고 하는데 어떨까 ?!
그 작업 하면서 옮기려고 생각하고 있었습니닷 , 그 떄 PersistentList 사용할게 !

Copy link
Collaborator

Choose a reason for hiding this comment

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

확인~

app/src/main/java/com/ggaebiz/ggaebiz/di/AppModule.kt Outdated Show resolved Hide resolved
@ashwon12 ashwon12 requested a review from likppi10 February 12, 2025 16:10
Copy link
Collaborator

@likppi10 likppi10 left a comment

Choose a reason for hiding this comment

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

최고에여~

@ashwon12 ashwon12 merged commit 01389e9 into develop Feb 12, 2025
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.

[Feature] Foreground Service 생성
2 participants