Clean-architecture Questions
Ad
Form validation in Clean Architecture
Input validation is a business logic so we should hide this process in the domain layer. as discussed
How to handle global things with Clean Architecture in Flutter apps?
I have completed reso coder tutorial about clean architecture with tdd in flutter apps. but there are two points
Why use UseCases? Android Jetpack is not mentioning UseCases in the docs
Is it really necessary to use usecases in my android clean architecture? in the android jetpack
Which layer should (In app purchase), (Firebase Messaging) go in? Data or Presentation layer?
Hi : ) i am a flutter developer. in clean archtecture the idea of layered architecture, and in particular that the business logic should be
'Null' is not a subtype of type 'Future<Either<Failure, NumberTrivia>>'
I am implementing the flutter project in tdd clean architecture by following this video:
Clean architecture Controller have access to the ViewModel
I have the following question, according to this image
How can I implement a NodeJS component according to Onion/Clean Architecture principles?
I'm having some trouble to fit some concepts outlined in uncle's bob book into a nodejs app. could anybody help me? about
how to implement WebSocket with clean architecture and bloc library flutter?
I'm trying to implement websocket in flutter using clean architecture my problem is how to get data from data source cuz in the case of using rest
Business logic in the API controller
I have this method in my clientscontroller: //post api/v1/clients [httppost] public async task<actionresult>
Clean architecture: Use CompositeDisposable in domain or presentation/app
I just start learn and apply cleanarchitecture for my android project. i see there are 2 great source for following here 1)
Ad
How to resolve infinite loop causing by state change in android compose with firebase authentication
I have an application with sign in via email and password with firebase. i'm using jetpack compose with mvvm and clean architecture. when
Presentation model in clean architecture
What should we take care while deciding presentation model for complex view. for example in android we have one activity which contain
Where to put appending of required data (to be passed on API) globally?
Clean architecture question i have many form activities that has 1 common data that must be appended during
How to setup a project for Clean architecture in gradle?
So i was going through clean architecture in android, really liked it how people even create separate projects for domain, data and presentation
Does R count as an android dependency?
I want to build an app using clean architecture and i want to store the drawable id of an image in the presenter: var heart =
visitor pattern with network call - best way to update android UI from vistor
I am using the visitor pattern to abstract payment processing away from the ui code in android. i have some doubts on what i should pass into
How to inject into dynamically created use cases (android, clean architecture, dagger2)
I'm creating an android app and want to comply to clean architecture. for example, i have an activity which has a presenter which creates use
How to a raise a domain event for the entity when the entity is created in clean architecture
I have a project create using the
Clean Architecture: Where to implement pagination logic?
There is a rest api where search keyword entered by the user is used to query and get results. sometimes, too many results are returned. i don't
clean architecture - what is the correct way to do data model mapping?
I have read this impressive
Ad
Blog Categories
Ad