Skip to content

Commit

Permalink
충남대 Android_김선규 4주차 Step2 수정 (kakao-tech-campus-2nd-step2#73)
Browse files Browse the repository at this point in the history
* style: rename variable name

* feat: add viewModel and Repository for saving last position

* refactor: classify in more detail

* test: add android UI test

* chore: add mockk test dependency

* test: add ViewModel test

* chore: add testOptions

* test: modify android ui test
  • Loading branch information
kimseongyu committed Jul 29, 2024
1 parent 41c0ce4 commit b05b5cb
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 647 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
android:theme="@style/Theme.Map"
tools:targetApi="31">
<activity
android:name=".view.KakaoMapActivity"
android:name=".view.kakaomap.KakaoMapActivity"
android:exported="false" />
<activity
android:name=".view.SearchWindowActivity"
android:name=".view.search.SearchWindowActivity"
android:exported="false" />
<activity
android:name=".view.kakaomap.KakaoMapActivity"
Expand Down
12 changes: 0 additions & 12 deletions app/src/main/java/campus/tech/kakao/map/model/SearchKeyword.kt

This file was deleted.

22 changes: 0 additions & 22 deletions app/src/main/java/campus/tech/kakao/map/model/SearchResults.kt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

182 changes: 0 additions & 182 deletions app/src/main/java/campus/tech/kakao/map/view/KakaoMapActivity.kt

This file was deleted.

Loading

0 comments on commit b05b5cb

Please sign in to comment.