Open-API-Android-App icon indicating copy to clipboard operation
Open-API-Android-App copied to clipboard

Kotlin, MVI, Hilt, Retrofit2, Coroutines, Room Persistence, REST API, Token Authentication

Results 7 Open-API-Android-App issues
Sort by recently updated
recently updated
newest added

There is No setOnClickListener for the `search_close_btn` So here it is! Please Amend! ``` // Cancel Button Clicked! val cancelButton = searchView.findViewById(R.id.search_close_btn) as View cancelButton.setOnClickListener { searchPlate.setText("") val searchQuery =...

Can you please test Open-Api where you delete a blog, It looks like SHOULD_REFRESH is not refreshing the blogList!, I think you have missed BlogEvent.Refresh, I may be wrong UpdateBlog...

I really like this repository, and it's architecture and project-structure. Currently, I am trying to implement "clean-achitecture" to one of my projects and stumbled upon one question: Where to put...

so when i try to multi trigger events it doesnt work correctly, for example i was testing BlogViewModel in init method i called some onTriggerEvent on purpose, then i find...

so as i said paging doesn't work sometime for example: i turn on airplane mode and try to paging and i dont get new item which is correct by now...

api 29 is currently timeout and makes test run for indefinite amount of time. More information can be found [here](https://github.com/ReactiveCircus/android-emulator-runner/issues/168#issuecomment-881279868)