본문 바로가기 메뉴 바로가기

코드생성기

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

코드생성기

검색하기 폼
  • 분류 전체보기 (66)
    • 알고리즘 (3)
      • JAVA (3)
    • 안드로이드 (54)
      • JAVA (10)
      • 코틀린 (20)
      • XML (11)
      • compose (6)
    • IOS (2)
    • 플러터(Flutter) (1)
    • 유니티 (1)
    • FTP (1)
    • GIT (1)
  • 방명록

분류 전체보기 (66)
[Android Studio]A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction > java.lang.reflect.InvocationTargetException (no error message) room error

[Android Studio]A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction > java.lang.reflect.InvocationTargetException (no error message) room error android studio에서 room database 개발 시 아래 사진과 같은 에러를 발견 할 수 있다. 해결 방법은 간단하다. build.gradle - dependencies 의존성 추가를 해주면 된다. def roomVersion = "2.3.0" implementation("androidx.room:room-runtime:..

안드로이드/코틀린 2021. 11. 5. 13:00
[Android Studio]안드로이드 소프트웨어 버전 가져오기 플랫폼 버전 get software version platporm version kotlin 코틀린

[Android Studio]안드로이드 소프트웨어 버전 가져오기 플랫폼 버전 get software version platporm version kotlin 코틀린 소프트웨어 버전(ex: Android 9, Android 10 등)을 불러오는 법은 매우 간단하다. val version = Build.VERSION.RELEASE

안드로이드/코틀린 2021. 11. 4. 13:00
[Android Studio]앱 버전 가져오기 android studio get app version kotlin 코틀린

[Android Studio]앱 버전 가져오기 android studio get app version kotlin 코틀린 앱 버전(ex:1.0.0)을 가져오는 방법은 간단하다. val version = BuildConfig.VERSION_NAME

안드로이드/코틀린 2021. 11. 3. 10:39
[Android Studio] 안드로이드 스튜디오 get deviceId 디바이스 아이디 가져오기 코틀린 Kotlin

[Android Studio] 안드로이드 스튜디오 get deviceId 디바이스 아이디 가져오기 코틀린 Kotlin val deviceId = Settings.Secure.getString( contentResolver, Settings.Secure.ANDROID_ID ) 디바이스 아이디는 안드로이드 아이디와 동일하게 볼 수 있다.

안드로이드/코틀린 2021. 11. 2. 16:31
[Swift] collectionView scrollToTop 콜렉션뷰 스크롤 최상단으로 이동하기 xcode

[Swift] collectionView scrollToTop 콜렉션뷰 스크롤 최상단으로 이동하기 xcode collectionView를 사용하다보면 스크롤을 최상단으로 이동시켜야 하는 상황이 생긴다. 여러가지 코드를 사용 할 수 있다. 아래 코드중 상황에 맞게 사용하면 된다. 상황별 코드 1 collectionView.scrollToItem(at: IndexPath(item: -1, section: 0), at: .init(rawValue: 0), animated: true) 상황별 코드 2 collectionView.scrollToItem(at: IndexPath(item: 0, section: 0), at: .top, animated: true) 상황별 코드 3 (가로형 스크롤) collection..

IOS 2021. 11. 1. 13:00
[Android Studio]android compose text maxline ellipsize 안드로이드 컴포즈 텍스트 한 줄만 보이게하기

[Android Studio]android compose text maxline ellipsize 안드로이드 컴포즈 텍스트 한 줄만 보이게하기 xml TextView에서의 ellipsize 속성과 동일한 ui 구성을 할 수 있는 코드 overflow = TextOverflow.Ellipsis와 maxLines = 1로 설정하면 간단히 해결된다. Text( text = text, color = Color.White, modifier = Modifier.fillMaxWidth(), maxLines = 1, overflow = TextOverflow.Ellipsis )

안드로이드/compose 2021. 10. 31. 13:00
[Android Studio]android compose image from url 안드로이드 컴포즈 이미지 url로 불러오기

[Android Studio]android compose image from url 안드로이드 컴포즈 이미지 url로 불러오기 안드로이드 스튜디오 컴포즈 개발 중 이미지를 url로 불러오고 싶을 때 사용하는 코드 //contentDescription 이미지 설명 필수 Image(painter = rememberImagePainter(data = memo.imageUrl), contentDescription = "대표이미지")

안드로이드/compose 2021. 10. 30. 13:00
[Android Studio]android Compose clickable ripple remove ripple rounded 안드로이드 컴포즈 클릭 이펙트 변경

[Android Studio]android Compose clickable ripple remove ripple rounded 안드로이드 컴포즈 클릭 이펙트 변경 //동그란 모양의 이펙트 Icon( modifier = Modifier .width(24.dp) .height(24.dp) .clickable( interactionSource = MutableInteractionSource(), indication = rememberRipple(bounded = false) ) { }, painter = painterResource(id = R.drawable.ic_build_white_24dp), contentDescription = "설명" ) //이펙트 제거 Icon( modifier = Modifier..

안드로이드/compose 2021. 10. 29. 15:39
이전 1 2 3 4 5 6 ··· 9 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 깃랩에서 깃허브로
  • gitlab mirror
  • amplify build error
  • 라이브러리 라이센스
  • 깃허브에서 깃랩으로
  • 카카오 해시키
  • kotlin
  • 안드로이드 스튜디오 해시키
  • 안드로이드 스튜디오
  • non-zero exit code detected
  • Android Studio
  • 안드로이드 해시키
  • rn oss
  • room error
  • Build failed because of webpack errors
  • next.js ssr deploy
  • nextjs ssr deploy
  • amplify next.js
  • 깃허브 잔디 옮기기
  • 깃랩 잔디 옮기기
  • kakao api notworking
  • react native 오픈소스 라이선스
  • next useEffect
  • 커밋 이메일 변경
  • react native oss
  • github mirror
  • next.js useEffect
  • 코틀린
  • rn 오픈소스 라이센스
  • react.js useEffect
more
«   2025/09   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바