eliomaroun

Results 5 issues of eliomaroun

If I have 2 flows each one has its State and Event. How can I pass an object from flow 1 to flow2. Not using bundle or intents of android.

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Is there a way...

enhancement

I am using weekview in jetpack compose. While implementing the adapter WeekViewPagingAdapterJsr310. I am not finding the drag and drop method to override it, although in the documentation it is...

bug

class CalendarAdapter(private val viewModel: CalenderViewModel) : WeekViewSimpleAdapterJsr310() { val defaultDateTimeFormatter: DateTimeFormatter = DateTimeFormatter.ofLocalizedDateTime(MEDIUM, SHORT) fun Appointment.toWeekViewEntity(): WeekViewEntity = toWeekViewEntity() override fun onCreateEntity(item: Appointment): WeekViewEntity = item.toWeekViewEntity() override fun onEmptyViewClick(time: LocalDateTime)...