일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 리사이클러뷰
- searchview
- 안드로이드스튜디오
- 스와이프
- ActivityTestRule
- 안드로이드개발레벨업교과서
- Fragment에서 Activity의 함수 사용하기
- IntentTestRule
- 코딜리티
- viewholder
- 뷰변경 감지
- recyclerview
- high order function
- 안드로이드13
- 재사용
- 구분선
- ui test
- LayoutManger
- adapter
- 안드로이드
- Android
- fragment
- Fragment 수동 추가
- espresso
- 생명주기
- Error:Execution failed for task ':app:mergeDebugResources'
- binding adapter
- 코틀린
- 고차함수
- 테마 아이콘
- Today
- Total
룬아님의 취중코딩
안드로이드 스튜디오 유용한 플러그인 본문
xml파일에서 key를 알파벳 순으로 정렬해주는 플러그인
https://plugins.jetbrains.com/plugin/8223-androidxmlsorter
AndroidXmlSorter - IntelliJ IDEs Plugin | Marketplace
Android Studio & IntelliJ Plugin for sort xml by name="xxx". 'Editor > PopupMenu(Right Click) > Refactor > Sort Xml By Name' Options - Insert space...
plugins.jetbrains.com
Kotlin 객체의 생성자를 자동으로 채워주는 플러그인, Dummy data를 채워주는 기능도 있다.
https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class
Kotlin Fill Class - IntelliJ IDEs Plugin | Marketplace
Intellij plugin that provide intention action for empty constructor or function to fill property with default value.
plugins.jetbrains.com
현재 adb에 연결되어 있는 디바이스의 activity 코드를 찾아서 열어주는 플러그인
https://plugins.jetbrains.com/plugin/7877-open-current-activity
Open current Activity - IntelliJ IDEs Plugin | Marketplace
An action to open the class corresponding to the currently shown Activity on the attached Android device or emulator. This action can be found under Navigate / Current...
plugins.jetbrains.com
https://plugins.jetbrains.com/plugin/9960-json-to-kotlin-class-jsontokotlinclass-
JSON To Kotlin Class (JsonToKotlinClass) - IntelliJ IDEs Plugin | Marketplace
Plugin for Kotlin to convert Json String into Kotlin data class code quickly Fast use it with short cut key ALT + K on Windows or Option + K on Mac Features...
plugins.jetbrains.com
https://plugins.jetbrains.com/plugin/9792-key-promoter-x
Key Promoter X - IntelliJ IDEs Plugin | Marketplace
The Key Promoter X helps you to learn essential shortcuts while you are working. When you use the mouse on a button inside the IDE, the Key Promoter X shows you the...
plugins.jetbrains.com
https://plugins.jetbrains.com/plugin/7380-adb-idea
ADB Idea - IntelliJ IDEs Plugin | Marketplace
Adds the following ADB commands to Android Studio and Intellij: ADB Uninstall App ADB Kill App ADB Start App ADB Restart App ADB Clear App Data ADB Clear App Data and...
plugins.jetbrains.com
https://plugins.jetbrains.com/plugin/18824-codeglance-pro
CodeGlance Pro - IntelliJ IDEs Plugin | Marketplace
IntelliJ plugin that displays a zoomed out overview or minimap similar to the one found in Sublime into the editor pane. The minimap allows for quick scrolling letting...
plugins.jetbrains.com
https://plugins.jetbrains.com/plugin/10730-android-drawable-preview
Android Drawable Preview - IntelliJ IDEs Plugin | Marketplace
Render drawable instead of default icon. Supports binary and vector images.
plugins.jetbrains.com
'개발 > 안드로이드 개발' 카테고리의 다른 글
Android Studio에서 when 쓸 때 자동으로 줄넘김이 되는 이슈 (0) | 2023.08.21 |
---|---|
Hilt 사용시에 Context 이슈 (0) | 2023.05.03 |
Android12 Splash Screen 로고 지우기 (0) | 2023.04.28 |
여러 유형의 Response type을 Gson를 이용하여 Sealed Class로 받기 (0) | 2023.04.14 |
IllegalStateException : Detected inconsistent adapter updates. (0) | 2023.04.10 |