This commit introduces the `ClusterScreen.kt` composable, which displays plant care recommendations. The screen includes: - A top app bar with the title "Rekomendasi Perawatan". - Pull-to-refresh functionality to update recommendations. - Display of an image based on the cluster number (1, 2, or 3). - "Diperbarui Pada" (Updated On) timestamp, formatted to Indonesian locale. - A "Rekomendasi" section showing general advice and specific care instructions. - An image of a plant. - `ListItemClustering` to display humidity, temperature, and pH values. - Loading and error states handling. A private `formatDate` utility function is included to format timestamps to "dd MMMM yyyy, HH:mm" in Indonesian. |
||
|---|---|---|
| .. | ||
| .idea | ||
| .kotlin/errors | ||
| app | ||
| commodity_price_prediction_feature | ||
| control_feature | ||
| gradle | ||
| growth_recipe_feature | ||
| plant_disease_detection_feature | ||
| .gitignore | ||
| agrilinkvocpro-keystore.jks | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle.kts | ||