Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Nunu/#43] feat: 9구차 구현 #44

Merged
merged 4 commits into from
Jun 24, 2024
Merged

[Nunu/#43] feat: 9구차 구현 #44

merged 4 commits into from
Jun 24, 2024

Commits on Jun 18, 2024

  1. [nunu/#43] feat: 로그인/회원가입 api 연결 구현

    - Retrofit 이용
    - jwt int -> string 변경
    Ssamssamukja committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8718d09 View commit details
    Browse the repository at this point in the history
  2. [nunu/#43] feat: LookFragment 구현

    - LookFragment의 차트 API RecyclerView에 연동하기
    Ssamssamukja committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d52e7ee View commit details
    Browse the repository at this point in the history
  3. [nunu/#43] feat: SplashActivity 자동로그인 구현

    - jwt Header에 담기 (Retrofit 공식문서 참고)
    - 성공 시 MainActivity 이동
    - 실패 시 LoginActivity 이동
    Ssamssamukja committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7473c1e View commit details
    Browse the repository at this point in the history
  4. [nunu/#43] feat: HomeFragment API 연동

    - RetrofitInstance 추가
    - AlbumApi, Album Response, AlbumService 구현
    - HomeFragment 연결
    Ssamssamukja committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b8d6929 View commit details
    Browse the repository at this point in the history