- https://developer.android.com/jetpack/compose
- https://github.com/jetpack-compose/jetpack-compose-awesome
-
https://github.com/enginebai/MovieHunt/tree/v2/app/src/main/java/com/enginebai/moviehunt
-
https://foso.github.io/Jetpack-Compose-Playground/cookbook/how_to_create_custom_shape/
-
https://juliensalvi.medium.com/custom-shape-with-jetpack-compose-1cb48a991d42
- https://stackoverflow.com/questions/70376897/jetpack-compose-detect-when-lazycolumns-scroll-position-is-at-the-first-index
- https://stackoverflow.com/questions/67252538/jetpack-compose-update-composable-when-list-changes
- timeperiod based data pickup
- aggregate sensor detail
- add units in sensor
- add y axis
- package io.sensify.sensor.ui.pages.home.items.HomeSensorChartItem
- E: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.get(ArrayList.java:437) at com.github.mikephil.charting.data.DataSet.getEntryForIndex(DataSet.java:294) at com.github.mikephil.charting.data.BaseDataSet.removeEntry(BaseDataSet.java:513) at io.sensify.sensor.domains.chart.mpchart.MpChartViewUpdater.updateDataSet(MpChartViewUpdater.kt:75) at io.sensify.sensor.domains.chart.mpchart.MpChartViewUpdater.update(MpChartViewUpdater.kt:32) at io.sensify.sensor.ui.pages.home.items.HomeSensorChartItemKt$HomeSensorChartItem$1$2.invoke(HomeSensorChartItem.kt:109)