An open API service indexing awesome lists of open source software.

https://github.com/sujin9/woowacourse_document

하티의 우아한테크코스 5기 안드로이드 기록
https://github.com/sujin9/woowacourse_document

documentation woowacourse

Last synced: 7 months ago
JSON representation

하티의 우아한테크코스 5기 안드로이드 기록

Awesome Lists containing this project

README

          

# 🍵 하티의 우아한테크코스 기록 📝

## 0. 프리코스
|미션|Repository|PR 링크|
|---|---|---|
|온보딩|[kotlin-onboarding](https://github.com/sujin9/kotlin-onboarding/tree/sujin9)|[Pull Request](https://github.com/woowacourse-precourse/kotlin-onboarding/pull/114)|
|숫자 야구 게임|[kotlin-baseball](https://github.com/sujin9/kotlin-baseball/tree/sujin9)|[Pull Request](https://github.com/woowacourse-precourse/kotlin-baseball/pull/95)|
|로또|[kotlin-lotto](https://github.com/sujin9/kotlin-lotto-pre/tree/sujin9)|[Pull Request](https://github.com/woowacourse-precourse/kotlin-lotto/pull/120)|
|다리 건너기|[kotlin-bridge](https://github.com/sujin9/kotlin-bridge/tree/sujin9)|[Pull Request](https://github.com/woowacourse-precourse/kotlin-bridge/pull/84)|
|점심 메뉴 추천 (최종코테)|[kotlin-menu](https://github.com/sujin9/kotlin-menu/tree/sujin9)|[Pull Request](https://github.com/woowacourse-precourse/kotlin-menu/pull/10)|


---


## 1. Level 1
|미션|Repository|1단계 PR링크|2단계 PR링크|
|---|---|:---:|:---:|
|자동차 경주 게임|[kotlin-racingcar](https://github.com/woowacourse/kotlin-racingcar/tree/sujin9)|[PR_step1](https://github.com/woowacourse/kotlin-racingcar/pull/52)|[PR_step2](https://github.com/woowacourse/kotlin-racingcar/pull/61)|
|로또|[kotlin-lotto](https://github.com/woowacourse/kotlin-lotto/tree/sujin9)|[PR_step1](https://github.com/woowacourse/kotlin-lotto/pull/10)|[PR_step2](https://github.com/woowacourse/kotlin-lotto/pull/35)|
|블랙잭|[kotlin-blackjack](https://github.com/woowacourse/kotlin-blackjack/tree/sujin9)|[PR_step1](https://github.com/woowacourse/kotlin-blackjack/pull/15)|[PR_step2](https://github.com/woowacourse/kotlin-blackjack/pull/47)|
|오목|[kotlin-omok](https://github.com/woowacourse/kotlin-omok/tree/sujin9)|[PR_step1](https://github.com/woowacourse/kotlin-omok/pull/25)|[PR_step2](https://github.com/woowacourse/kotlin-omok/pull/49)|


### ✏️ 글쓰기 미션

[우테코 한 달 생활기](https://github.com/sujin9/woowa-writing-5/blob/sujin9/LEVEL1.md)


### 📖 프롤로그

[Jvm Signature 오류 피하기](https://prolog.techcourse.co.kr/studylogs/2630)

[Kotlin - :: 더블콜론 참조](https://prolog.techcourse.co.kr/studylogs/2876)

[Null과 Nullable의 활용](https://prolog.techcourse.co.kr/studylogs/3089)


---


## 2. Level 2
|미션|Repository|1단계 PR링크|2단계 PR링크|
|---|---|:---:|:---:|
|영화 티켓 예매|[android-movie-ticket](https://github.com/woowacourse/android-movie-ticket/tree/sujin9) | [PR_step1](https://github.com/woowacourse/android-movie-ticket/pull/10)|[PR_step2](https://github.com/woowacourse/android-movie-ticket/pull/49)|
|영화 극장 선택|[android-movie-theater](https://github.com/woowacourse/android-movie-theater/tree/sujin9)|[PR_step1](https://github.com/woowacourse/android-movie-theater/pull/11)|[PR_step2](https://github.com/woowacourse/android-movie-theater/pull/49)|
|쇼핑 장바구니|[android-shopping-cart](https://github.com/woowacourse/android-shopping-cart/tree/sujin9)|[PR_step1](https://github.com/woowacourse/android-shopping-cart/pull/19)|[PR_step2](https://github.com/woowacourse/android-shopping-cart/pull/49)|
|쇼핑 주문|[android-shopping-order](https://github.com/woowacourse/android-shopping-order/tree/sujin9)|[PR_step1](https://github.com/woowacourse/android-shopping-order/pull/25)|[PR_step2](https://github.com/woowacourse/android-shopping-order/pull/46)|


### ✏️ 글쓰기 미션

[우테코에서 지치지 않고 생활하는 방법](https://github.com/sujin9/woowa-writing-5/blob/sujin9/LEVEL2.md)


### 📖 프롤로그

[ListView의 높이가 WRAP_CONTENT 라면? ft.ViewLifeCycle](https://prolog.techcourse.co.kr/studylogs/3276)

[Activity 상태와 생명주기 callback](https://prolog.techcourse.co.kr/studylogs/3752)

[Espresso로 장바구니 미션 UI Test하기](https://prolog.techcourse.co.kr/studylogs/3760)

[Response와 Retrofit](https://prolog.techcourse.co.kr/studylogs/3771)


---


## 3. Level 3

**합리적인 소민을 고민하는 당신을 위한 소비 고민 커뮤니티 서비스, 이돈이면**

[이돈이면 팀 프로젝트](https://github.com/woowacourse-teams/2023-edonymyeon)

[이돈이면 플레이스토어 다운로드](https://play.google.com/store/apps/details?id=app.edonymyeon)


### ✏️ 글쓰기 미션

[이돈이면 서비스 소개](https://github.com/This2sho/woowa-writing-5/blob/edonymyeon/LEVEL3.md)


---


## 4. Level 4

|미션|Repository|1단계 PR링크|2단계 PR링크|3단계 PR링크|
|---|---|:---:|:---:|:---:|
|자동 DI 만들기|[android-di](https://github.com/woowacourse/android-di/tree/sujin9)|[PR_step1](https://github.com/woowacourse/android-di/pull/12)|[PR_step2,3](https://github.com/woowacourse/android-di/pull/39)|[PR_step4](https://github.com/woowacourse/android-di/pull/62)|
|뷰 챌린지|[android-paint](https://github.com/woowacourse/android-paint/tree/sujin9)|[PR_step1](https://github.com/woowacourse/android-paint/pull/10)|[PR_step2](https://github.com/woowacourse/android-paint/pull/34)|[PR_step3](https://github.com/woowacourse/android-paint/pull/63)|


### ✏️ 글쓰기 미션

[내가 꿈꾸는 프로그래머로서의 삶](https://github.com/woowacourse/woowa-writing-5/pull/548)


---


## 그 외, 전반적인 활동들

### 🎤 테코톡
[Espresso](https://www.youtube.com/watch?v=7eMl_jXNcaI)


### 💼 근로

**학습**

피그마 사용법 학습

컴포즈 학습


**우아한테크코스 내의 공지 및 출결 관리 앱**

[Campus](https://github.com/sujin9/woowa_campus_android)


### 📚 스터디
[개발 서적 읽기](https://github.com/woowacourse-study/2023-fun-readBook-AN/tree/sujin9)

[cs 스터디 & 개발 서적 읽기](https://github.com/woowacourse-study/2023-cs-study/tree/sujin9)

[Compose 스터디](https://github.com/Woowang-Compose/Ssu)