Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
yemreak authored and gitbook-bot committed Feb 1, 2020
1 parent 15c6056 commit 428bb42
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions veriler/room-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ description: Android üzerinde SQLite yerine üretilmiş yeni db formatı RoomDB
* ✨ Optimize edilmiş bir veri tabanı sunar \(`LiveData`\)
* 💨 Kotlin Flow yapısı ile RoomDB oluşturabilir \(👨‍🔬 _Deneysel_\)

> 🚀 Faydalı bağlantılara sayfanın en altından erişebilirsin
{% hint style="warning" %}
📢 Sayfanın en altındaki linklerden resmi bağlantılara erişebilirsin.
📢 Java örneği ile Kotlin örneği birbirinden bağımsızdır
{% endhint %}

## 🏗️ Projeye Dahil Etme
Expand Down Expand Up @@ -828,6 +830,12 @@ class QuakeViewModel(application: Application) : AndroidViewModel(application) {
🚀 Bu bağlantıların hepsi [YEmoji](https://emoji.yemreak.com/kullanim/baglantilar) yapısına uygundur
{% endhint %}

### 🎃 Kotlin

* [👨‍🏫 Android Room with View](https://codelabs.developers.google.com/codelabs/android-room-with-a-view-kotlin/#0)
* [👨‍🏫 Advanced Coroutines with Kotlin Flow and LiveData](https://codelabs.developers.google.com/codelabs/advanced-kotlin-coroutines)
* [📖 Room KTX](https://developer.android.com/kotlin/ktx#room)

### ☕ Java

* 👨‍🏫 [Android Room with a View - Java](https://codelabs.developers.google.com/codelabs/android-room-with-a-view/#0)
Expand All @@ -836,9 +844,3 @@ class QuakeViewModel(application: Application) : AndroidViewModel(application) {
* [📖 Accessing data using Room DAOs](https://developer.android.com/training/data-storage/room/accessing-data)
* [📖 Android, RecycleView](https://developer.android.com/guide/topics/ui/layout/recyclerview)

### 🎃 Kotlin

* [👨‍🏫 Android Room with View](https://codelabs.developers.google.com/codelabs/android-room-with-a-view-kotlin/#0)
* [👨‍🏫 Advanced Coroutines with Kotlin Flow and LiveData](https://codelabs.developers.google.com/codelabs/advanced-kotlin-coroutines)
* [📖 Room KTX](https://developer.android.com/kotlin/ktx#room)

0 comments on commit 428bb42

Please sign in to comment.