app architecture Archives - Holisticon
Skip to content
TECH ARTICLE
Mobile App Development

Is THE Android App Architecture Necessary?

Exploring the Consequences of Architectural Decisions in Application Development.

Author: Krystian Rusek, Android Developer at Sigma IT Poland (current name: HOLISTICON CONNECT)

Is the Android app architecture necessary? At the outset, the answer to the question posed in the title is a resounding “yes.” Even if the architecture is not intentionally planned, it still exists within the application. The challenge lies in its lack of careful consideration, often resulting in negative consequences, such as excessive focus on bug resolution. In essence, poor architecture can become a maintenance nightmare for the application.

Signs of Poor APP Architecture

Identifying signs of poor architecture is crucial. When developers complain about the difficulty of adding or changing code, it’s often a symptom. This happens because developers add code according to their knowledge and skills without aligning with an established architecture. The lack of a defined architecture leads to disjointed coding practices.

Chaotic Integration

Comparing this situation to building construction, it’s akin to builders using different materials for each room. One uses bricks, another metal, and yet another wood. The problem arises when attempting to integrate these disparate elements. Without a decision on the core architecture of the application and the materials to be used, integration becomes chaotic, resulting in potential breakdowns.

Continuous Repetition of the Same Errors

Building on a flawed architecture makes introducing errors into the code easy. This situation occurs when a programmer is unaware or unsuspecting, inadvertently impacting other functionalities within the application.

Spaghetti Architecture

The effects of building, according to a so-called spaghetti architecture, often manifest as resolving one issue in one place only to encounter new errors in another functionality. The lack of cohesion leads to an ongoing cycle of problem-solving.

Above-Average Crash Rates

Frequently, high crash rates stem from components being initialized in a random order, making it unpredictable. Inadequate architectures often witness the use of mutable objects for ease, resulting in losing control over the application’s state.

Complete Rewrite Required

Updating or changing a library becomes a significant challenge, often necessitating a complete rewrite of a large part of the application and readdressing the same issues. In well-constructed architectures, functionalities from a library are often isolated through an additional layer, defining expectations from that functionality.

For example, let’s consider the “Analytics” functionality. You want to send information about what users are doing in the application. Initially, clients use Firebase for this purpose, but if it proves insufficient later, they may want to use another tool. In this case, when you don’t have an additional layer through which all events pass, switching tools requires making changes in almost every application screen.

How to Build A Good APP Architecture

Deciding whether it will be an MVP, MVVM, or perhaps MVC is not enough to build a good architecture. It’s about the team’s approach to developing the application. There are several ways to approach this.

WORKING with a Team Leader

In this approach, a team leader is appointed, and this person makes decisions about the most critical aspects of the application. This individual needs to be highly communicative and open to discussions within the team about various aspects of the application. Potential problems should not be trivialized.

Without a Team Leader

Another possibility is for the team to create a good architecture without appointing a team leader. This requires code reviews and ample space for team discussions about the application’s current state and development direction. If the application deadline is tight, and there is pressure to deliver components quickly, architecture may not be considered a priority. In this case, even in an experienced team, there is a risk that the application’s architecture will be rather weak.

Maintain Flexibility

Below, I’ll provide some guidelines that can help build good architecture, but providing flexibility is crucial. Every application is different, with slightly different tasks to perform. Therefore, the architecture must be adapted to the application rather than trying to adapt the application to a preconceived architecture described in some articles.

One application may have a database, while another may not. The same goes for connecting to APIs or interfacing with external devices. Sometimes, there’s an application without a user interface but with sophisticated components. Some applications can be termed wholesale (white label). Each type of application may require a different architectural approach, and it’s important not to apply a one-size-fits-all solution.

Practical Tips for Building a Solid APP Architecture

Choosing Architecture: MVVM as a Solid Foundation

Several tools facilitate application architecture design. In the context of Android, the MVVM (Model-View-ViewModel) pattern is well-supported and considered the best choice currently.

Dependency Injection: Dagger Hilt vs. Koin

MVVM serves as a starting point, but selecting tools for dependency injection is crucial. I recommend using Dagger Hilt or Koin, both tools are effective, with the preference leaning towards Dagger Hilt for its error verification during compilation.

Relationship Between ViewModel and Other Code: Use Case and Repository

Defining the relationship between ViewModel and the rest of the application is pivotal. Advocating for the use of patterns such as use case and repository, the choice between them may depend on the specific application or team agreements.

Project Structure: Modules and Kotlin-DSL

The arrangement of the project structure plays a vital role. Creating a “domain” module containing interfaces and data models used throughout the application is favored. Individual features are built in separate modules with implementations of interfaces. Kotlin-DSL proves invaluable in building and maintaining multi-module applications.

In Conclusion: Why Build a Good APP Architecture?

Implementing practical tips related to Android app architecture, tool selection, and project structure significantly benefits software development projects. A well-designed architecture simplifies code changes, accelerates bug fixes, and prevents recurring issues. It facilitates the integration of new team members, expediting project development.

Investing in a robust architecture is worthwhile. A well-thought-out structure allows developers to focus on adding new features and improving existing ones without fear of damaging functioning solutions. Ultimately, good architecture contributes to efficiency, scalability, and the long-term success of a project.

Passion And Execution

Who We Are

At Holisticon Connect, our core values of Passion and Execution drive us toward a Promising Future. We are a hands-on tech company that places people at the centre of everything we do. Specializing in Custom Software Development, Cloud and Operations, Bespoke Data Visualisations, Engineering & Embedded services, we build trust through our promise to deliver and a no-drama approach. We are committed to delivering reliable and effective solutions, ensuring our clients can count on us to meet their needs with integrity and excellence. 

Innovation is a Process.

Send us a message and we’ll get back to you as soon as possible.

Never miss a thing With Holisticon´s newsletter you get all the latest updates on everything we do.

With Holisticon´s newsletter you get all the latest updates on everything we do.