Skip to main content

Posts

Featured

how to hide navigation and app bar in Android app using Kotlin

  Taluy-app val windowInsetsController = WindowCompat.getInsetsController( window , window . decorView ) windowInsetsController. systemBarsBehavio r = WindowInsetsControllerCompat. BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE window . decorView .setOnApplyWindowInsetsListener { view, windowInsets -> windowInsetsController.hide(WindowInsetsCompat.Type.systemBars()) view.onApplyWindowInsets(windowInsets) }

Latest Posts

Setup PowerClick for Windows

Toolbar Andorid Studio Java

Timer in Android Studio Java

Edit text ile alınan urli webviewde açan uygulama java

Bubble Sort in Golang

Kore Alfabesi uygulaması indir

How to get json data with golang | gin gonic

AEU PC müh Veri yapıları (13.12.2022) // ALGORİTMALAR (Linear searching, insertion sort , selection sort)

AEU PC müh Veri yapıları (06.12.2022) // ALGORİTMALAR (Linear searching, binary searching , bubble sort)

AEU PC müh Veri yapıları (dokuzuncu hafta) // GRAPHS