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

[Android] Todo 화면 및 레포지토리 구현 #52

Merged
merged 7 commits into from
Apr 13, 2022

Conversation

banjjak2
Copy link
Collaborator

📝 Description

Issue: #47 #48

  • Todo의 리사이클러 뷰 구현
  • 리사이클러 뷰 및 타이틀, 뱃지 등이 공통적으로 사용됨에 따라 커스텀 뷰로 구현해서 재사용성을 높임

💽 Commits

구현 사항 요약

  • Todo의 리사이클러 뷰 구현

    • Item 레이아웃 작성
    • 어댑터 클래스 구현 및 바인딩어댑터 적용
    • Swipe 시 삭제 버튼 표시
  • 커스텀 뷰 구현

    • 속성 커스텀
    • 텍스트 뷰, 뱃지, +버튼 추가
    • 리사이클러 뷰 추가
  • Todo Repository 구현

    • Retrofit을 이용해 네트워크 통신
    • 데이터 추가/삭제/수정 구현
      • 이동 기능은 수정 기능을 이용하면 됨
    • Mock서버에서 데이터를 가져와 History 업데이트

🖼 결과

image

@banjjak2 banjjak2 added feat 새로운 기능 추가 Android 안드로이드 labels Apr 13, 2022
@banjjak2 banjjak2 added this to In progress in [Android] - TODO LIST APP via automation Apr 13, 2022
@shncder shncder merged commit 0708b5a into develop-Android Apr 13, 2022
[Android] - TODO LIST APP automation moved this from In progress to Done Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android 안드로이드 feat 새로운 기능 추가
Development

Successfully merging this pull request may close these issues.

None yet

2 participants