ViewModel ve StateFlow ile Modern State Yönetimi | by Hot Reload Diaries | Apr, 2025

ViewModel ve StateFlow ile Modern State Yönetimi | by Hot Reload Diaries | Apr, 2025

UI (kullanıcı arayüzü) işlemlerimizi ayrı bir Composable fonksiyon içinde tanımlamak, kodun daha okunabilir, test edilebilir ve yeniden kullanılabilir olmasını sağlar. Bu yüzden sayaç uygulamamızın arayüzünü CounterScreen adlı fonksiyon içerisinde yazıyoruz. package com.example.viewmodelexample.uiimport androidx.compose.foundation.layout.*import androidx.compose.material3.*import androidx.compose.runtime.Composableimport androidx.compose.runtime.collectAsStateimport androidx.compose.ui.Alignmentimport androidx.compose.ui.Modifierimport androidx.compose.ui.unit.dpimport androidx.compose.ui.unit.spimport androidx.lifecycle.viewmodel.compose.viewModelimport com.example.viewmodelexample.viewmodel.CounterViewModel@Composablefun CounterScreen(viewModel: CounterViewModel = viewModel()) {val uiState = viewModel.uiState.collectAsState()Column(modifier = Modifier.fillMaxSize().padding(32.dp),verticalArrangement = Arrangement.Center,horizontalAlignment = … Read more

16th-Century Transylvanian Diaries Expose Climate Chaos

16th-Century Transylvanian Diaries Expose Climate Chaos

Meteorology has never been as precise as it is today—but how can scientists learn about past weather events? In addition to environmental evidence such as ice cores and sediments, historical records provide unique insights into forgotten climate events and how they shaped society, as new research attests. Researchers in Romania have analyzed historical records to … Read more

The Apothecary Diaries has the best mysteries in anime

The Apothecary Diaries has the best mysteries in anime

In the middle of the fourth episode of this season of The Apothecary Diaries (my favorite show of 2024), I was super excited because I thought I figured out one of season 2’s big mysteries. “They’re totally doing a Padmé and handmaiden switcheroo,” I confidently said to my husband. [Ed. note: This post contains spoilers … Read more

The Apothecary Diaries is back, and now’s the perfect time to catch up

The Apothecary Diaries is back, and now’s the perfect time to catch up

The Apothecary Diaries wasn’t just my favorite anime of 2024, but my favorite show altogether. Based on the light novel series of the same name, The Apothecary Diaries is a perfect blend of medical procedural and period drama, sprinkled with a delicious slow-burn romance between one of my favorite tropes of grumpy girl and flirty … Read more