-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Introduce any Architecture Pattern. #28
Comments
@Vishwajith-Shettigar assigned |
@Vishwajith-Shettigar Any Progress ? |
@Vishwajith-Shettigar any update? |
@NitinSigilipelli Would you like to work on this issue ? as it is essential for our Android App to follow an architecture pattern to allow testability and scalability in future. |
@Qomfortzone You can start working on it. |
I would like to work on the architecture pattern, @javaman97 |
@Qomfortzone Please confirm, have you started working on this issue? |
Yes I have started but i will take some time as my exams are going on. |
@Qomfortzone Have you fixed it, since you pushed a commit as well |
I was unable to fix it you can assign anyone else. |
@Sakshi007c Go for it |
Describe the solution you'd like
Introduce MVVM Architecture Pattern.
Feature problem and its solution
Many developers face challenges in structuring their codebases effectively, leading to issues such as tightly coupled components, difficulty in testing, and maintaining code. This often results in decreased productivity and scalability of the software project. The lack of a standardized architecture pattern exacerbates these problems, making it challenging for developers to adopt best practices and maintain consistency across projects.
The text was updated successfully, but these errors were encountered: