> For the complete documentation index, see [llms.txt](https://docs.yemreak.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yemreak.com/arsiv/android/calisma-yolu.md).

# Ç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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yemreak.com/arsiv/android/calisma-yolu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
