본문 바로가기

앱 개발일지18

[안드로이드 앱 출시]Simple 장바구니 | 간단한 쇼핑 리스트 https://github.com/jininim/ShoppingList GitHub - jininim/ShoppingList: 쇼핑 리스트 - 사야 할 물건의 가격, 판매처, 상품명을 기록 할 수 있는 앱 쇼핑 리스트 - 사야 할 물건의 가격, 판매처, 상품명을 기록 할 수 있는 앱이다. Contribute to jininim/ShoppingList development by creating an account on GitHub. github.com 플레이스토어 : https://play.google.com/store/apps/details?id=com.mvvm.basket 2023. 4. 14.
[안드로이드 앱 출시]Simple 로또 : 간단한 로또번호 추첨 https://github.com/jininim/LottoApp GitHub - jininim/LottoApp: 로또6/45 , 연금복권 당첨번호 추첨앱 로또6/45 , 연금복권 당첨번호 추첨앱 . Contribute to jininim/LottoApp development by creating an account on GitHub. github.com 2023. 3. 17.
[Android / Kotlin] 코틀린 Jsoup 사용 동행복권 웹 크롤링 위 코드를 통해 간단하게 동행복권 웹 사이트 크롤링을 해보았다. 차례대로 1번 부터 45 번까지 번호가 나온 횟수 정보를 가져옴. 2023. 2. 21.
안드로이드 스튜디오 실시간 데시벨 측정 https://github.com/jininim/decibel_measurement GitHub - jininim/decibel_measurement: 안드로이드 데시벨 측정 앱 MediaRecorder 안드로이드 데시벨 측정 앱 MediaRecorder . Contribute to jininim/decibel_measurement development by creating an account on GitHub. github.com package com.example.recordaudio import android.Manifest import android.annotation.SuppressLint import android.content.pm.PackageManager import android.med.. 2023. 1. 26.
[Android/Kotlin] compose 라이브러리 dice roller https://github.com/jininim/KotlinEx/tree/main/diceroller_compose GitHub - jininim/KotlinEx: android studio Kotlin 개발자 문서 파헤치기 android studio Kotlin 개발자 문서 파헤치기. Contribute to jininim/KotlinEx development by creating an account on GitHub. github.com mutableStateOf() 함수는 observable을 반환. result 변수 값이 업데이트되면 재구성이 트리거되고 결과 값이 반영되어 UI가 새로고침된다는 의미입니다. 2022. 12. 17.
[Android/Kotlin] compose 라이브러리 사용해보기 https://github.com/jininim/KotlinEx/tree/main/Happy%20Birthday GitHub - jininim/KotlinEx: android studio Kotlin 개발자 문서 파헤치기 android studio Kotlin 개발자 문서 파헤치기. Contribute to jininim/KotlinEx development by creating an account on GitHub. github.com 2022. 11. 24.