rq_mehdi

Results 30 comments of rq_mehdi

i know it's too late but maybe this be useful, so just add this to fragmentA(which list is there): ``` kotlin override fun onViewCreated(view: View, savedInstanceState: Bundle?) { postponeEnterTransition() val...

adding worker package to datasource looks good, maybe adding this class to Utils package? which is could be in presentation package?

so maybe it should checks first network is available or not then if it was unavailable get from caching, all i say it's user shouldn't refresh list to make paging...

so finally after two days i think i got solution: i tied to use old fashioned way i deleted: ```kotlin this.state.value = state.copy( order = order, filter = filter )...

```kotlin fun connectWallet(uri: String) { wcSession = WCSession.from(uri) ?: throw InvalidSessionException() _wcClient.connect(wcSession, peerMeta) } ``` this is how I read qr code

also this roadmap is awesome, I have some idea to make it little bit better :)

Updated roadmap, added rememberUpdatedState and derivedStateOf, which these are very important things to learn

Hi, why would u need to give padding or margin for each dot ?

Heya✌️, please share me ur code to see what is the problem, also it would be great to see the current result from the recyclerview. tnx