eliomaroun

Results 4 comments of eliomaroun

/com.example.user.weatherkotlin E/RecyclerView: No adapter attached; skipping layout I followed your book step by step till chapter 15, and I tried to run the app on my Nexus 5. I got...

Yes I have 2 state machines. The first state machine contains a list of issues and it contains an event openIssue which will mutate the state . This mutation will...

I found the solution using this library where you can have many state machines and communicate between them https://github.com/eliekarouz/FeedbackTree

@jom16antonio Return type is 'Boolean', which is not a subtype of overridden I am getting this error when applying what you did. Any idea how to resolve it. I am...