Programing Language
-
-
iOS) Swift에 opencv 빌드하기Programing Language/iOS(Swift) 2020. 11. 22. 23:29
참고 자료 https://www.timpoulsen.com/2019/using-opencv-in-an-ios-app.html Using OpenCV in an iOS app Computer vision is cool tech ... computer vision in an iOS app is even better! In this post, I'll describe how you can integrate and use OpenCV in your Swift-based iOS app. Before we dig in to the process, let's take a look at how the finished integration www.timpoulsen.com 1. https://opencv.org/rele..
-
-
Android) 이미지 회전 시키는 방법(참고자료)Programing Language/Android Studio(Java&Kotlin) 2020. 11. 19. 01:12
www.tutorialspoint.com/how-to-make-a-smooth-image-rotation-in-android How to make a smooth image rotation in Android? How to make a smooth image rotation in Android? This example demonstrates how to make a smooth image rotation in Android. Step 1 - Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project. Ste www.tutorialspoint.com
-
Android ) 커스텀 다이얼로그 사이즈 조절하기Programing Language/Android Studio(Java&Kotlin) 2020. 11. 19. 00:27
stackoverflow.com/a/10243183 Adjusting size of custom dialog box in android I am building an custom alert dialog box for my application i have written the code and its working but the only problem is its size it is not adjusting according to my content in dialog box. below... stackoverflow.com window.setLayout(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
-
Android) 커스텀 다이얼로그 만들어보기!(참고자료)Programing Language/Android Studio(Java&Kotlin) 2020. 11. 19. 00:25
sharp57dev.tistory.com/10 [안드로이드] 커스텀 다이얼로그 ( Custom Dialog ) 만들기 일반적인 다이얼로그로 AlertDailog가 있습니다. 하지만 AlertDialog는 타이틀, 메시지, 버튼으로만 구성할 수 있습니다. 그래서 사용자에 맞게 다이얼로그를 커스텀하여 만들어야 할때가 있습니다. sharp57dev.tistory.com