일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- kotlin
- 명심보감
- Freesound
- 오픈소스
- 좋은글필사하기
- 소울칼리버6
- Firebase
- FSM
- Coroutine
- 이모지
- 코틀린
- 1인개발자
- Flutter
- jetpack compose
- 넷플릭스
- 장자명언
- Streaming
- 명언모음
- 파이썬
- bash
- ASMR
- 공부집중
- androidx
- recyclerview
- 벤자민플랭클린
- Linux
- 이모지메모
- Android
- 공자명언
- DART
- Today
- Total
목록Source code or Tip (207)
Vintage appMaker의 Tech Blog
https://github.com/yahoo/gifshot yahoo/gifshot JavaScript library that can create animated GIFs from media streams, videos, or images. - yahoo/gifshot github.com WebRTC, HTML5의 Canvas, HTML내에서 Binary Data처리에 대한 교과서적인 내용을 다루고 있는 깃헙 레포지토리 데모 페이지도 깔끔하고 만족스러운 결과를 보여주고 있다. https://yahoo.github.io/gifshot/demo.html Gifshot Demo yahoo.github.io
flutter mp3 player 예제 pup.dev simple 예제 – Audio Player pup dev 쓸만한 예제 – asset audoi player (notificaiton 지원) 빠르게 Player 만들기 동영상 - 쓸만한 MP3 player A flutter plugin for music playback including notification handling A flutter plugin for music playback, including notification handling. flutterawesome.com - flutter로 만든 예제가 많은 사이트 flutterawesome.com/ Flutter Awesome An awesome list that curates the be..
Flutter를 이용한 간단한 쇼핑몰 앱 UI 해외 Flutter 예제. UI는 깔끔하고 좋다. 통신 및 기타 기능 없음. 단순한 UI예제임. 블로그: https://medium.com/@victoraremu/flutter-grocery-shopping-app-template-kit-788c959264eb Flutter Grocery Shopping App template kit. A Flutter UI App template kit of a Grocery Shopping Full App I found on Uplabs. medium.com 깃헙: https://github.com/ahkohd/FlutterGrocery-ShoppingAppUI ahkohd/FlutterGrocery-ShoppingApp..
원본링크 https://stackoverflow.com/questions/30085063/take-a-screenshot-of-recyclerview-in-full-length Take a screenshot of RecyclerView in FULL length I want to get a "full page" screenshot of the activity. The view contains a RecyclerView with many items. I can take a screenshot of the current view with this function: public Bitmap getScreenBi... stackoverflow.com import android.graphics.Bitmap im..