본문 바로가기
반응형

개발8

Service.startForeground란? (Android Developers documentation 읽기) ****************230205**************** - references: https://developer.android.com/guide/components/foreground-services Foreground services | Android Developers Foreground services Stay organized with collections Save and categorize content based on your preferences. Foreground services perform operations that are noticeable to the user. Foreground services show a status bar notification, to mak.. 2023. 2. 5.
안드로이드 만보기 샘플 코드 이해해보기 (android pedometer) - references : https://github.com/j4velin/Pedometer GitHub - j4velin/Pedometer: Lightweight pedometer app for Android using the hardware step sensor Lightweight pedometer app for Android using the hardware step sensor - GitHub - j4velin/Pedometer: Lightweight pedometer app for Android using the hardware step sensor github.com -----------------230205----------------- 만보기 앱을 출시해보려하는데, 구현 중에 계속 실패하.. 2023. 2. 5.
[Flutter] 1탄 CustomPainter로 픽셀 게임 만들기 (CustomPainter sampling, example - Line, Rectangle, Rounded Rectangle, Circle, Arc, Triangle, Image, Game) 어플 주제를 찾고 돌아다니던 중, 픽셀 게임이 눈에 띄어 알게된 라이브러리다. 가지고 놀아보자. 관련 참고 : https://api.flutter.dev/flutter/rendering/CustomPainter-class.html CustomPainter class - rendering library - Dart API The interface used by CustomPaint (in the widgets library) and RenderCustomPaint (in the rendering library). To implement a custom painter, either subclass or implement this interface to define your custom paint delega.. 2022. 6. 30.
[해석] Animations in Swift - 출처 : Animations in Swift Animations in Swift Animations can add visual cues that notify users about what’s going on in the app. In iOS, animations are used extensively to reposition… medium.com 애니메이션은 사용자에게 앱의 진행 상황을 알려주는 시각적 신호를 추가할 수 있습니다. iOS에서 애니메이션은 뷰의 위치를 변경하고 크기를 변경하고 뷰 계층에서 제거하고 숨기기 위해 광범위하게 사용됩니다. 애니메이션을 사용하여 사용자에게 피드백을 전달하거나 흥미로운 시각 효과를 구현할 수 있습니다. -developer.apple- iOS에서는 애플이 제공해주기 .. 2021. 11. 28.
반응형