# Çalışma Yolu

## 🙋‍♂️ Selam

* 👨‍🔬 Bu alan henüz deneysel aşamadadır
* 👷‍♂️ Kendim çalışırken izlediğim ve aldığım notları barındırır
* 💁‍♂️ Geri dönüşlerle bu yolun iyileştirilmesine katkıda bulunabilirsin

{% hint style="info" %}
‍🚀 Android'in belirlediği yola [Android Developer Fundamentals (Version 2) — Concepts](https://google-developer-training.github.io/android-developer-fundamentals-course-concepts-v2/) üzerinden bakabilirsin
{% endhint %}

## 👨‍🏫 Ders 1

🧱 Android hakkında temel bilgiler ve android hiyerarşisini tanıma

* [📃 Activity ve Intent'ler](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/giris/activity-ve-intentler.md)
* [💫 Activity Yaşam Döngüsü](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/giris/activity-yasam-doenguesue.md)
* [🏹 Implicit intents](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/giris/implicit-intents.md)
* [🏁 Activity launch modes](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/giris/activity-launch-modes.md)

## 👨‍🏫 Ders 2

✨ Android üzerinde temel işlemlerden izin alma ve UI oluşturma

* [👮‍♂️ İzinlerin Yönetimi](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/temel/izinlerin-yoenetimi.md)
* [🧐 Component İsimleri](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/gui/component-isimleri.md)
* [🍱 Menu](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/gui/menu.md)
* [🍱 Fragment](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/gui/fragment/README.md)

{% hint style="info" %}
‍🧙‍♂ Detaylı bilgi için[ Unit 2: User experience](https://google-developer-training.github.io/android-developer-fundamentals-course-concepts-v2/unit-2-user-experience/lesson-4-user-interaction/4-1-c-buttons-and-clickable-images/4-1-c-buttons-and-clickable-images.html) alanına bakabilirsin.
{% endhint %}

## 👨‍🏫 Ders 3

🚧 Yorucu işlemler için arka planda çalışma

* [💫 Asenkron İşlemler](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/arkaplan/asynctask-ve-asynctaskloader/README.md)
* [🌍 İnternete Bağlanma](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/haberlesme/internete-baglanma.md)
* [💌 HTTP İstekleri](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/haberlesme/http-istekleri.md)
* [⏬ Dosya İndirme](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/haberlesme/dosya-indirme.md)

## 👨‍🏫 Ders 4

🔸 Uygulamalar arasında haberleşme ve kullanıcı bildirimleri

* [📢 Broadcast](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/haberlesme/broadcast/README.md)
* [🔔 Notification](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/arkaplan/notification-1/notification.md)
* [⏰ Alarm](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/arkaplan/alarm.md)

## 👨‍🏫 Ders 5

🏗️ Uzun süreli işlemler için arayüz olmadan çalışan uygulamalar

* [🪐 Servisler](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/android-servisleri/README.md)

> 🙄 Tek başına yeterli olacaktır

## 👨‍🏫 Ders 6

💾 Temel verilerin yönetimi ve veri yönetimine giriş

* [🔸 Veri Saklama Yöntemleri](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/veriler/veri-saklama-yoentemleri.md)
* [📜 JSON Yönetimi](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/veriler/json-yoenetimi.md)
* [📂 Dosya İşlemleri](https://github.com/YEmreAk/YAndroid/blob/master/veriler/dosya-islemleri.md)

## 👨‍🏫 Ders 7

🗃️ Yüksek miktardaki verilerin yönetimi

* [👐 Shared Preferences](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/veriler/shared-preferences.md)
* [🗃️ SQLite](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/veriler/sqlite.md)
* [💽 Room Database](https://github.com/yemreak/blog/blob/main/docs/tr/arsiv/android/veriler/room-database.md)


---

# 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/calisma-yolu.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.
