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 Jan 31, 2020
1 parent abc2352 commit 59fefd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions veriler/room-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,9 @@ private void fillView(ArrayList<Words> words) {

## 👨‍💻 Kotlin Flow RoomDB

* 💨 Kotlin Flow yapısı ile RoomDB oluşturabilir
* 📢 Henüz deneysel aşamadadır

{% tabs %}
{% tab title="📦 Gradle" %}
```groovy
Expand Down Expand Up @@ -654,6 +657,10 @@ class QuakeViewModel(application: Application) : AndroidViewModel(application) {
{% endtab %}
{% endtabs %}

{% hint style="info" %}
‍🧙‍♂ Detaylı bilgi için [👨‍💻 Advanced Coroutines with Kotlin Flow and LiveData](https://codelabs.developers.google.com/codelabs/advanced-kotlin-coroutines) alanına bakabilirsin.
{% endhint %}

## 🔗 Faydalı Bağlantılar

* 📃 [Room, LiveData and ViewModel](https://google-developer-training.github.io/android-developer-fundamentals-course-concepts-v2/unit-4-saving-user-data/lesson-10-storing-data-with-room/10-1-c-room-livedata-viewmodel/10-1-c-room-livedata-viewmodel.html)
Expand Down

0 comments on commit 59fefd0

Please sign in to comment.