team-mohaeng / mohaeng-android

🐹 안드 지금 모행? 🐹
20 stars 1 forks source link

[feat] FrameFragment Resource #401

Closed jooyae closed 2 years ago

jooyae commented 2 years ago
  1. 푸쉬알림 표시
  2. 코스 목록뷰 이넘클래스 연결
  3. 커뮤니티 피드 눌렀을 때 상세뷰 피드 연결
  4. 닉네임 변경
  5. 전체 코스 목록 Entity 변경, 픽스
  6. CourseCatalogEnum 클래스에서
    fun checkCourseProperty(property: Int) : CourseCatalogEnum{
            return values().find {it.property == property} ?: throw IllegalArgumentException("error to check course property")
        }

    사용해서 데이터 연결