๋น ๊ตฌ๋ฉ ์ฑ์ฐ๊ธฐ (346) ์ธ๋ค์ผํ ๋ฆฌ์คํธํ [๋ชจ๋ฐ์ผ] OWASP Mobile Application Security ์๋๋ก์ด๋ ๋๋ฒจ๋กํผ์ค์ ๋ณด์ ๊ฐ์ด๋๋ฅผ ์ฝ๋ค๊ฐ OWASP Mobile Application Security๋ฅผ ๋ฐ๊ฒฌํ๋ค. https://mas.owasp.org/ OWASP Mobile Application Security mas.owasp.org OWASP(Open Web Application Security Project)๊ฐ ๋ชจ๋ฐ์ผ ์ ํ๋ฆฌ์ผ์ด์ ๋ณด์์ ์ค์ ์ ๋๊ณ ๊ฐ๋ฐํ ํ๋ก์ ํธ์ ๊ฐ์ด๋๋ผ์ธ์ ์ ๊ณตํ๋ค. OWASP MASVS : OWASP Mobile Application Security Verification Standard๋ชจ๋ฐ์ผ ์ฑ ๋ณด์์ ์ํ ์ฐ์ ํ์คOWASP MASWE : OWASP Mobile Application Security Weakness Enumerationํ์ฌ beta ๋ฒ์ . ์ธ์ ๋ .. [์ฝ์ง๊ธฐ๋ก][Android] Git ๋ฆฌ๋ชจํธ์์ ๋ฐ์์จ ์์ค๋ฅผ ์๋๋ก์ด๋ ์คํ๋์ค์์ ์๋๋ก์ด๋ ํ๋ก์ ํธ๋ก ์ฝ์ง ๋ชปํ๋ค. Android Studio ์๋จ ๋ฉ๋ด์์ File > Sync Project with Gradle Files๋ฅผ ์ ํ ๋๋ ์ด ๋ฐฉ๋ฒ์ผ๋ก ํด๊ฒฐ๋๋ค.๐ฅน [Android] Secrets Gradle Plugin for Android Google Map SDK๋ฅผ ์ถ๊ฐํ๋ค๊ฐ ์๊ฒ๋ ํ๋ฌ๊ทธ์ธ์ด๋ค. https://github.com/google/secrets-gradle-plugin GitHub - google/secrets-gradle-plugin: A Gradle plugin for providing your secrets to your Android project.A Gradle plugin for providing your secrets to your Android project. - google/secrets-gradle-plugingithub.com API ํค๋ฅผ ์จ๊ฒจ์ค๋ค๊ณ ํ๋๋ฐ, ์ญ์๋ ์ฑ ๋ด์ API ํค๋ฅผ ํ๋์ฝ๋ฉํ์ง ์๊ฒ ํด์ค๋ค๋ ์๋ฏธ์๋ค. ๋ฒ์ ์ปจํธ๋กค ์์ API ์จ๊น์ด๋ผ์ APK๋ฅผ ๋์ปดํ์ผํ๋ฉด API ํค๊ฐ ๋ณต์๋๋ค๊ณ .. [Android][View] getWidth(), getHeight() ์ measureWidth(), measuredHeight() ์ถ์ฒhttps://yongheon.tistory.com/entry/Android-getMeasuredHeight-%EC%99%80-getHeight [Android] getMeasuredHeight ์ getHeightAndroid์ View ํด๋์ค์ View ํด๋์ค๋ฅผ ์์ ๋ฐ๋ ๋ชจ๋ ํด๋์ค๋ ํ๋ฉด์ ๋ณด์ฌ์ง๊ธฐ ์ํด์๋ ํฌ๊ฒ ๋ ๋จ๊ณ๋ฅผ ์์๋๋ก ๊ฑฐ์น๊ฒ ๋๋ค. 1. Measuring: View์ ํฌ๊ธฐ๋ฅผ ๊ณ์ฐ. Width์ height ๊ฐ์ ๊ตฌํ๋ค. 2. Layouting:yongheon.tistory.comhttps://stackoverflow.com/a/8664581 What is the difference between getWidth/Height() and getMeasuredWidth/Height().. [Kotlin] ๋๋ค๋ ์๋ฐ๋ก ์ด๋ป๊ฒ ์ปดํ์ผ๋ ๊น 1. ๋ฐ๋ ์ธ์๊ฐ ์๊ณ , ๋ฐํ ํ์ ์ด ์๋ ๋๋ค์ฝํ๋ฆฐ ์ฝ๋fun runLambda(lambda: () -> Unit) { lambda()}fun main() { runLambda { println("HelloWord") }}// ์ถ๋ ฅ ๊ฒฐ๊ณผ : HelloWord ์๋ฐ ๋ณํpublic final class MainKt { public static final void main() { runLambda((Function0)null.INSTANCE); } // $FF: synthetic method public static void main(String[] var0) { main(); } public static final void runLambda(@NotNul.. [Kotlin] init ๋ธ๋ก ์ถ์ฒhttps://kotlinlang.org/docs/classes.html#constructors Classes | Kotlin kotlinlang.orghttps://kotlinlang.org/docs/inheritance.html#derived-class-initialization-order Inheritance | Kotlin kotlinlang.org ํด๋์ค์ ์ด๊ธฐํ๊ธฐ๋ณธ ์์ฑ์๋ ํด๋์ค ํค๋(ํด๋์ค์ ์ด๋ฆ๊ณผ ์ฃผ์์ฑ์)์์ ํด๋์ค ์ธ์คํด์ค์ ํด๋น ์์ฑ์ ์ด๊ธฐํํ๋ค. ๊ฐ์ฒด ์์ฑ ์ค์ ์ฝ๋๋ฅผ ์คํํ๋ ค๋ฉด ํด๋์ค ๋ณธ๋ฌธ ๋ด๋ถ์ ์ด๊ธฐํ ๋ธ๋ก์ ์ฌ์ฉํ๋ค. ์ด๊ธฐํ ๋ธ๋ก์ init ํค์๋ ๋ค์ ์ค๊ดํธ๋ฅผ ๋ถ์ฌ ์ ์ธํ๋ค. ์คํํ๋ ค๋ ์ฝ๋๋ ์ค๊ดํธ ์์ ์์ฑํ๋ค. ์ธ์คํด์ค๋ฅผ ์ด๊ธฐํ ์ค์ ์ด๊ธฐํ ๋ธ๋ก๊ณผ ์์ฑ ์ด๊ธฐํ๋ .. [JVM] invokedynamic ์ดํดํ๊ธฐ ์ถ์ฒhttps://stackoverflow.com/a/62354389 What is a bootstrap method?I have been reading this presentation about java8 lambdas implementation http://fr.slideshare.net/czechscala/java-8-under-the-hood LambdaMetaFactory contains bootstrap methods for converting la...stackoverflow.comhttps://blogs.oracle.com/javamagazine/post/understanding-java-method-invocation-with-invokedynamichttps://docs.deisterc.. [Kotlin] interface ์ default method๋ฅผ ์๋ฐ๋ก ๋ณํํ๊ธฐ ์ถ์ฒhttps://kotlinlang.org/docs/java-to-kotlin-interop.html#default-methods-in-interfaces Calling Kotlin from Java | Kotlin kotlinlang.orghttps://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-m3-generating-default-methods-in-interfaces/ Kotlin 1.4-M3: Generating Default Methods in Interfaces | The Kotlin BlogIn Kotlin 1.4, we’re adding new experimental ways for generating default methods in interfa.. ์ด์ 1 2 3 4 5 ยทยทยท 44 ๋ค์