# Karışık Bağlantılar

## 🌍 Faydalı Bağlantılar

* [Uygulamaya diğer uygulamadan veri gönderme (Share)](https://developer.android.com/training/basics/intents/filters)
  * [Uygulama ile paylaş özelliği ekleme](https://blog.blundellapps.co.uk/add-your-app-to-the-android-menu/)
* [Youtube-dl Android](https://github.com/yausername/youtubedl-android)
* [İzin (permission) işlemleri](https://developer.android.com/training/permissions/requesting#kotlin)
* [How To Create, Start, Stop Android Background Service](https://www.dev2qa.com/how-to-create-start-stop-android-background-service/s)

## 🔗 Harici Bağlantılar

* [Android Tasarım Bloğu](https://awsrh.blogspot.com/#)
* [Rename Package Name](https://stackoverflow.com/questions/16804093/rename-package-in-android-studio)
* [Finish All Previus Activity](https://stackoverflow.com/a/6330456/9770490)
* [ADB komut listesi](https://www.google.com.tr/url?sa=t\&rct=j\&q=\&esrc=s\&source=web\&cd=1\&cad=rja\&uact=8\&ved=2ahUKEwjN0LXv28fcAhVPalAKHSN6AIIQFjAAegQIABAB\&url=https%3A%2F%2Fgist.github.com%2FPulimet%2F5013acf2cd5b28e55036c82c91bd56d8\&usg=AOvVaw0QtLJ20OqCl3S4BR0S4BVe)
* [ADB ile telefona bağlanma](https://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp)
* [Android Git Bağlantısı](https://code.tutsplus.com/tutorials/working-with-git-in-android-studio--cms-30514)
* [Mipmap vs Drawable](https://teamtreehouse.com/community/mipmap-vs-drawable)

## 🔗 Kotlin için Harici Bağlatılar

* Java kodunu Kotlin'e çevirmek için CTRL + SHIFT + ALT + K
* [Kotlin Trick for Android](https://antonioleiva.com/kotlin-awesome-tricks-for-android/)
* [Android Webview](https://www.mobapptuts.com/kotlin-on-android-webview-tutorial/)
* [WebView'i appte kalarak kullanmak](https://stackoverflow.com/questions/47872078/how-to-load-an-url-inside-a-webview-using-android-kotlin)
* [MediaPlayer (.mp3)](https://www.tutorialspoint.com/android/android_mediaplayer.htm)
* [Videoplayer](https://www.youtube.com/watch?v=7ICuG3k_NLw)
* [TabLayout](https://alexdunn.org/2017/07/11/android-kotlin-create-a-tablayout/)
* [Navigation Drawer (Türkçe / Video)](https://www.youtube.com/watch?v=aVmQBdbRhXE)
* [Material Drawer (Navigation Drawer gelişmişi)](https://github.com/zsmb13/MaterialDrawerKt)
* [ViewPager (Kaydırmalı Görünüm) Tutarial](https://www.raywenderlich.com/169774/viewpager-tutorial-android-getting-started-kotlin)
* [Alert Dialog](http://www.prandroid.com/2017/09/alert-dialog-box-in-android-using-kotlin.html)
* [Paylaş seçeneğine uygulamayı ekleme](https://blog.blundellapps.co.uk/add-your-app-to-the-android-menu/)

## 🥴 Karma Notlar

* Swap mode ile her değişiklik durumunda snap alınır, emulator hızlı çalışır
* Visual Studio'nun emulatorü hızlı çalışıyor dendi (?)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yemreak.com/arsiv/android/karisik-baglantilar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
