Mobile Expertise

Building mobile apps that improve lives

Mobile technology has revolutionized the way we communicate and collaborate, no matter where we are. Great mobile solutions increase productivity, improve customer experience, and help your business stay ahead

Are you looking to develop a new mobile app, optimize an existing one or upgrade outdated technology? We would love to guide you!

Mobile Expertise

Building mobile apps that improve lives

Mobile technology has revolutionized the way we communicate and collaborate, no matter where we are. Great mobile solutions increase productivity, improve customer experience, and help your business stay ahead

Are you looking to develop a new mobile app, optimize an existing one or upgrade outdated technology? We would love to guide you!

Mobile Expertise

Building mobile apps that improve lives

Mobile technology has revolutionized the way we communicate and collaborate, no matter where we are. Great mobile solutions increase productivity, improve customer experience, and help your business stay ahead

Are you looking to develop a new mobile app, optimize an existing one or upgrade outdated technology? We would love to guide you!

Mobile Expertise

Building mobile apps that improve lives

Mobile technology has revolutionized the way we communicate and collaborate, no matter where we are. Great mobile solutions increase productivity, improve customer experience, and help your business stay ahead

Are you looking to develop a new mobile app, optimize an existing one or upgrade outdated technology? We would love to guide you!

mobile header

Your mobile partner all the way

Build the right mobile app for your business.

Mobile projects in the spotlight

Discover the mobile projects we are proud of. These featured apps show how we turn ideas into intuitive, high-impact mobile solutions.

The museum pass went digital in 2022, offering easier access to over 240 museums in Belgium. With more than 130,000 downloads, the shift to a digital pass improved efficiency, accessibility, and customer engagement. This move not only reduced helpdesk inquiries but also provided valuable data for better user insights. By focusing on user feedback and continuously adding features, the digital pass has become a success, making museum visits more convenient and boosting customer loyalty.
Painting frame museum
Painting frame museum
publiq logo
The museum pass went digital in 2022, offering easier access to over 240 museums in Belgium. With more than 130,000 downloads, the shift to a digital pass improved efficiency, accessibility, and customer engagement. This move not only reduced helpdesk inquiries but also provided valuable data for better user insights. By focusing on user feedback and continuously adding features, the digital pass has become a success, making museum visits more convenient and boosting customer loyalty.
Painting frame museum
Painting frame museum
publiq logo
Your success, our mission

Create digital value with strategy & experience design 

A great app is more than just code, it requires a well-thought-out strategy to ensure it meets business goals and user needs. Our Digital Product & Experience Design team works with you from the very beginning to define a clear strategy, crafting intuitive UX/UI, and setting the foundation for a successful product.

With our holistic approach, we make sure your app is not only beautifully designed but also impactful and results-driven. Great user experiences (UX) and stunning user interfaces (UI) set the foundation for engagement and success. 

digital product studio impact figure

 

Our mobile services

Your mobile solution, build for success. 

Mobile App Development

Need a high-quality mobile app that truly serves your users? We design and build powerful apps using Flutter and React Native, including back-end integrations and data-analytics as needed. We make sure your app will be built for performance, reliability and growth.

Legacy App Rewrite

Is outdated technology holding you back? If you are dealing with legacy technology, we will modernize your app with the latest tech stack. We make sure the app is faster, more secure, and better aligned with what your users expect.

Mobile Consultancy

Need expert guidance? Whether it’s for a short-term project or a long-term partnership, our consultants bring expertise in mobile development, user experience, and technical excellence.

Mobile App Maintenance

Keep your app secure and up-to-date without needing a full-time team. Our Shared Support Team is ready to handle updates and small changes on an ad-hoc basis.

Mobile App Audit

Want to improve your current app? Our mobile app audit assesses usability, accessibility, business impact and technical health. We provide you with actionable insights to improve your app's performance.

Proof-of-Concept in a week

Got an idea? Let’s bring it to life. We’ll build a tailored proof-of-concept to test its impact and feasibility in just one week.

 

Mobile solution

JiraField, a tailored field service app
powered by Atlassian

Looking for a solution to boost your field service team’s productivity while cutting costs? Then our JiraField mobile application might be for you: 

  • Best of both worlds: Flexibility of custom solutions with product simplicity.

  • Built on Atlassian Jira: Familiar, flexible, and intuitive back-office environment.

  • Customizable mobile app: Easy-to-use and fully adaptable to your team’s needs.

JiraField Mockup Smartphone

 

Technologies we 💙

We use Flutter and React Native, two of the most powerful cross-platform frameworks, to create high-quality mobile apps that work smoothly across iOS and Android.

Get in touch

Let's create something amazing together

Have a mobile project in mind or want to talk to an expert? Get in touch with us today, and let's start creating something amazing together. 🚀

Jurgen is happy to help you with all questions!

Jurgen Geys
Get in touch

Let's create something amazing together

Have a mobile project in mind or want to talk to an expert? Get in touch with us today, and let's start creating something amazing together. 🚀

Jurgen is happy to help you with all questions!

Jurgen Geys
Get in touch

Let's create something amazing together

Have a mobile project in mind or want to talk to an expert? Get in touch with us today, and let's start creating something amazing together. 🚀

Jurgen is happy to help you with all questions!

Jurgen Geys
Get in touch

Let's create something amazing together

Have a mobile project in mind or want to talk to an expert? Get in touch with us today, and let's start creating something amazing together. 🚀

Jurgen is happy to help you with all questions!

Jurgen Geys
Blogs

Interesting mobile content

6 MAY 2025
office aca group colleagues
office aca group colleagues
Reading time 6 min

Mobile development today vastly outpaces that of a decade ago in complexity and functionality. What once began as simple projects with a few features have now evolved into sophisticated systems incorporating everything from biometric authentication and AI to advanced camera integrations. This growth necessitates an architectural strategy that effectively manages complexity while maintaining high-quality codebases. In this article, we'll explore a robust architectural solution to this challenge: a modular or composable architecture in mobile development, inspired by the microservice architecture prevalent in backend development. What is a Modular Architecture? Similar to microservices, we decompose a large application into small focused mobile libraries, each addressing a specific domain or functionality. This modular architecture allows for constructing multiple applications using these reusable components, ensuring that each module remains loosely coupled. This maximizes flexibility, testability, and adaptability for each component. Let’s delve deeper into the benefits of a modular architecture in mobile development. Why Use a Modular Architecture in Mobile Development? Enforce Separation of Concern with a Modular Architecture Adopting a modular architecture in mobile development establishes a clear separation of concerns. This extends beyond the underlying code to the project's organizational structure. Each module functions as a self-contained unit, representing a distinct responsibility domain, developed and maintained separately. This not only enhances project readability and manageability but also streamlines collaboration and debugging. Consequently, the modular architecture design philosophy creates a cohesive system where component boundaries are immediately apparent, even without delving into the codebase. Modular Architecture Promotes Code Reusability and Maintainability A modular architecture clarifies project structure and significantly promotes code reusability and maintainability. By compartmentalizing the app into modules, we create reusable components that can be integrated across different parts of the application or even in entirely new projects. This reuse of code minimizes redundant work, enabling developers to focus on innovation rather than reinventing the wheel for each new feature. Moreover, a modular architecture simplifies the maintenance and updating of apps. Modules operate independently, allowing enhancements or fixes to be applied to one module without inadvertently disrupting others. This separation simplifies testing, enabling targeted validation of changes, which ensures a more stable and reliable application. As a result, the modular approach provides a codebase that is not only sturdier but also more flexible, allowing the app to adapt swiftly to new requirements or technological advancements. Modular Architecture Enhances Testability One of the greatest advantages of adopting a modular architecture in large mobile development projects is improved testability. In large monolithic mobile projects, build times can be significant, often resulting in inefficient workflows. For instance, imagine you’re working on a large Xamarin application without hot reload capability. Any UI misbehavior would require building the entire application and going through the entire flow. And if this flow is dependent on web calls maintained by a client team, you know you are facing an incredibly time-consuming and inefficient process. Advantages of Modular Architecture in Mobile Testing Using a modular architecture for your mobile development projects provides a series of important advantages in terms of testing: Isolated Testing With a modular architecture, you can mock all data dependencies of a module and test it as a standalone app. This isolation allows focused testing on specific functionalities without the overhead of running the entire application. Reduced Build Times Building the entire application for every change is unnecessary, significantly reducing end-to-end testing times. This efficiency leads to faster development cycles and quicker iteration, crucial for maintaining high productivity. Stable Testing Environment Decoupling modules minimizes the risk of one component affecting another, ensuring more reliable tests and easier bug tracing. Parallel Development and Testing Teams can develop and test different modules concurrently without waiting for a shared codebase to stabilize, accelerating the development process and enabling dynamic, flexible workflows. A modular architecture results in a more efficient, reliable, and scalable mobile development process, mitigating risks associated with monolithic architectures. By focusing on modularity, we enhance both the development and testing phases, leading to better overall software quality. Defining Modules in Mobile Development When developing application modules, collaboration with domain experts is crucial to fully grasp the various functions within an organization. This partnership enables a clear understanding of how to segment the application logically. Documentation of roles, coupled with domain-specific requirements, should be solved as an iterative process, allowing ongoing refinements that align with evolving organizational needs, ensuring each module is sharply defined and purpose-driven. The Base Module In our modular architecture, we employ a foundational base module. Think of this as the genetic code of the application — the core from which every other module inherits. This base module contains all shared, domain-agnostic features, including universal design elements and controls. Centralizing these common aspects establishes a consistent look and feel throughout the app. Each specialized module, built upon this base, inherently adopts these shared traits, streamlining development and ensuring that changes to fundamental aspects need only be made once, cascading throughout the entire application. Creating Our First Module Once the base module is in place, the next step is creating the first composable module. The structure mimics the classic layered architecture (Data, Domain, and Presentation projects), with an additional Test project to facilitate module testing. This Test project directly calls the module. It's a straightforward mobile application, typically consisting of a button to boot the component. Its role is to provide mock definitions for all the required dependencies of the module, allowing it to be deployed on a device or emulator for testing. Project Structure for Modular Architecture Data Project: Defines data entities and required data interfaces. Domain Project: Contains core business logic and domain models. Defines use cases and business rules operating on the data. Presentation Project: Manages UI components and presentation logic. Includes views and UI-related utilities. Test Project: Standalone project interacting directly with the module. Provides mock implementations for dependencies. Facilitates isolated testing of the module's functionality. Defining Data Dependencies in Modular Architecture For every composable library, defining data dependencies through contracts (e.g., interfaces) rather than hard-coding data sources is crucial. This ensures the library remains agnostic about data origins, whether from a local database or a web API. Dependency injection supplies the appropriate data implementations to the module. This approach allows consumers to decide the data source. By ensuring the composable library is only concerned with the type of data it requires, rather than the origin of the data simplifies the mocking of data contracts and the emulation of expected functional scenarios. This modular and testable approach significantly enhances codebase flexibility and maintainability. Consuming a Module or Component in Mobile Development Integrating a developed module into your application is straightforward due to clearly defined interfaces and dependencies: Import the Module: Include the module in your project. This often involves adding a dependency to your project’s build configuration. Inject Dependencies: Use dependency injection to provide necessary data sources and services required by the module. This keeps the component agnostic about the origins of its data, promoting flexibility and reusability. Initialize the Module: Set up any initial configurations or states needed for the module, such as initial data or specific settings. Use the Module’s API: Interact with the module through its public API, typically including methods to start flows that return data or integrate views with your application. Conclusion: the Future of Mobile Development Lies in Modular Architecture Embracing modular architecture in mobile development offers numerous benefits, enhancing both the development process and the final product. By decomposing applications into smaller, manageable components, we enforce separation of concerns, promote code reusability, and significantly improve maintainability. Modules enable isolated testing, reduce build times, and create a stable testing environment, ultimately leading to a more efficient and reliable development workflow.

Read more
6 MAY 2025
data points gps
data points gps
Reading time 5 min

As developers, we understand that GPS accuracy is the backbone of many mobile applications, from navigation to location-based services. The accuracy of your app's GPS functionality can make or break the user experience. In this article we’ll give you five practical ways to improve the GPS accuracy of your mobile application and ensure that your users never feel lost again. How poor GPS location accuracy kills mobile application success: real-life example Let’s start with a real-life example of how poor GPS accuracy can cause your mobile application to fail big time. Example Elise downloaded your new mobile application, Commuter . The app promises to enhance her commuting experience by delivering timely notifications about her bus stops and estimated arrival times. However, to her dismay, the performance of your app has been inconsistent. While on some days it offers accurate real-time updates, on others, she receives the notifications too late or too early. Understandably, Elise is frustrated and shares her dissatisfaction with your mobile application through a negative review. What goes wrong with the GPS accuracy? You, as the developer, are left perplexed. After all, you've integrated the platform's standard GPS algorithms, so why the inconsistency? The app calculates her average velocity based on the difference between GPS locations and the time between these updates. It's programmed to notify her of her bus stop once her GPS coordinates fall within a 100-meter radius of the station. While this sounds logical, the real-world results don’t align with expectations. What causes poor GPS location accuracy? The core issue stems from the inherent inaccuracies in GPS location data. While GPS locations include a margin of error, typically expressed in meters with a 68% confidence interval, this margin doesn't consider the influence of GPS signal reflections , also known as multipath errors. Multipath errors occur when GPS signals bounce off objects or surfaces before reaching the GPS receiver's antenna. Urban areas with tall buildings and dense infrastructure are particularly prone to GPS signal reflections. The reflection of signals off skyscrapers, vehicles, and other structures can create a complex signal environment, leading to unpredictable location inaccuracies. GPS signal reflections can divert the signal by kilometers, potentially causing the app to incorrectly indicate that Elise has either already reached her destination or is still kilometers away. Challenges of GPS signal reflections for mobile app developers GPS signal reflections pose several challenges to mobile app developers: Inaccurate positioning : GPS signal reflections can cause the GPS receiver to calculate an incorrect position. When the reflected signal arrives slightly later than the direct signal, the receiver may interpret it as coming from a different angle, leading to inaccurate position estimates. Inconsistent readings : GPS signal reflections are often inconsistent, making it difficult for developers to predict when and where they will occur. This inconsistency can result in varying levels of inaccuracy, posing a challenge when designing location-dependent services. How to improve GPS location accuracy? To counter the challenges of GPS signal reflections and enhance the user experience, a renewed strategy is necessary. Here are some innovative strategies to improve the GPS location accuracy of the Commuter mobile app in the example above: Filtering GPS locations : It's crucial to discard any location updates with inaccuracies exceeding 100 meters. This ensures that only the most reliable data is used for computations. Leveraging additional sensor data : Incorporate accelerometer data to enhance GPS accuracy. Use a velocity Verlet algorithm to predict locations based on the accelerometer data. Combine these predictions using a Kalman Filter, factoring in the uncertainty of each data source, stabilizing the location signal, and providing a more accurate prediction. Projection algorithms for bus routes: Since Elise commutes by bus, projection algorithms can be employed to align her location with the bus’s route. This can be achieved by approximating the route using data from different bus stops. Crowdsourced Wi-Fi SSIDs: Another innovative approach involves crowdsourcing Wi-Fi SSIDs (Service Set Identifiers). These SSIDs can act as location markers, providing additional data points to refine location accuracy. Bluetooth beacons for enhanced accuracy : Detecting crowdsourced Bluetooth beacons, can also serve as location updates. By tapping into these BLE beacons, you can further enhance the app's accuracy. By implementing these strategies, the Commuter app significantly enhances its accuracy, ensuring a consistent and reliable user experience. As a result, Elise and many users like her can enjoy timely and accurate updates, leading to positive reviews and overall customer satisfaction. 📱 Conclusion While the challenges faced by the Commuter app might seem unique, they reflect real-world hurdles many mobile app developers encounter. At ACA, we've successfully navigated these challenges using the strategies outlined above. While GPS is a valuable tool, understanding its limitations and augmenting its data with other technologies is key to ensuring reliable location-based services. Looking for an experienced mobile application development partner? {% module_block module "widget_137b2ccd-e194-4a50-a7ff-05def1e6085b" %}{% module_attribute "buttons" is_json="true" %}{% raw %}[{"appearance":{"link_color":"light","primary_color":"primary","secondary_color":"primary","tertiary_color":"light","tertiary_icon_accent_color":"dark","tertiary_text_color":"dark","variant":"primary"},"content":{"arrow":"right","icon":{"alt":null,"height":null,"loading":"disabled","size_type":null,"src":"","width":null},"tertiary_icon":{"alt":null,"height":null,"loading":"disabled","size_type":null,"src":"","width":null},"text":"Contact us"},"target":{"link":{"no_follow":false,"open_in_new_tab":false,"rel":"","sponsored":false,"url":{"content_id":230950468795,"href":"https://25145356.hs-sites-eu1.com/en/contact","href_with_scheme":null,"type":"CONTENT"},"user_generated_content":false}},"type":"normal"}]{% endraw %}{% end_module_attribute %}{% module_attribute "child_css" is_json="true" %}{% raw %}{}{% endraw %}{% end_module_attribute %}{% module_attribute "css" is_json="true" %}{% raw %}{}{% endraw %}{% end_module_attribute %}{% module_attribute "definition_id" is_json="true" %}{% raw %}null{% endraw %}{% end_module_attribute %}{% module_attribute "field_types" is_json="true" %}{% raw %}{"buttons":"group","styles":"group"}{% endraw %}{% end_module_attribute %}{% module_attribute "isJsModule" is_json="true" %}{% raw %}true{% endraw %}{% end_module_attribute %}{% module_attribute "label" is_json="true" %}{% raw %}null{% endraw %}{% end_module_attribute %}{% module_attribute "module_id" is_json="true" %}{% raw %}201493994716{% endraw %}{% end_module_attribute %}{% module_attribute "path" is_json="true" %}{% raw %}"@projects/aca-group-project/aca-group-app/components/modules/ButtonGroup"{% endraw %}{% end_module_attribute %}{% module_attribute "schema_version" is_json="true" %}{% raw %}2{% endraw %}{% end_module_attribute %}{% module_attribute "smart_objects" is_json="true" %}{% raw %}null{% endraw %}{% end_module_attribute %}{% module_attribute "smart_type" is_json="true" %}{% raw %}"NOT_SMART"{% endraw %}{% end_module_attribute %}{% module_attribute "tag" is_json="true" %}{% raw %}"module"{% endraw %}{% end_module_attribute %}{% module_attribute "type" is_json="true" %}{% raw %}"module"{% endraw %}{% end_module_attribute %}{% module_attribute "wrap_field_tag" is_json="true" %}{% raw %}"div"{% endraw %}{% end_module_attribute %}{% end_module_block %}

Read more
6 MAY 2025
apss mobile fast
apss mobile fast
Reading time 4 min

Mobile apps have become essential in our daily lives. Whether as consumers, citizens, students, patients, or employees, we rely on apps for almost everything. However, many apps are challenging to use for people who don’t fit the "standard" user profile, such as individuals with visual, auditory, or motor disabilities. As apps are now integral to daily life, these users face considerable barriers without sufficient alternatives. The European Accessibility Act is set to change this. In this article, you’ll learn all about it, including what it means for your apps. Why accessible apps matter The number of people who benefit from accessible apps is larger than you might think. About 25% of the population has some disability that makes using a standard app difficult (source: EU statistics on disabilities ). This includes individuals with visual impairments (such as blindness or low vision), hearing difficulties, color blindness, motor impairments, ADHD, epilepsy, and reading or speech challenges. Many others without disabilities also benefit from accessibility options, including older adults, or anyone needing larger text, dark mode, or improved readability outdoors. Investing in accessibility not only helps your app meet legal standards but also boosts customer satisfaction and employee productivity . European Accessibility Act makes accessibility a legal requirement Starting in June 2025, all websites and apps must comply with the European accessibility requirements under the European Accessibility Act . This legislation applies not only to public institutions but also to private companies. Key EU accessibility requirements for apps While the EU’s Web Content Accessibility Guidelines (WCAG) are primarily geared toward websites, there are specific requirements for apps as well. Mobile apps present unique challenges, such as touch-based controls and gestures. Here are some important guidelines: Visual accessibility for the visually impaired : People who are blind use screen readers to have content read aloud. This requires a logical structure from left to right and top to bottom. Common elements like headings and menus should be skippable. Images and videos need text descriptions and captions, and text resizing or zoom should work without compromising usability. Clear colors for color blindness : Ensure adequate contrast between foreground and background colors, and avoid relying on color alone to convey information (e.g. "tap the green button"). Alternatives for audio content : Provide visual alternatives for any audio features to support those who are hard of hearing. Any sounds or voice messages should have a corresponding visual representation. Ease of use for people with motor disabilities : Actions like swiping or shaking the device can be difficult for some users. Offer alternative navigation options, such as keyboard access, and test to ensure users can navigate the app without getting stuck. Accessible experience for people with reading disabilities : Clear instructions in input fields and error messages are vital. Keep the user experience calm and straightforward, which is beneficial for people with ADHD or epilepsy. Discover how De Lijn is committed to creating an inclusive travel experience, with a special focus on accessibility for people with disabilities. Watch the webinar to learn more about the development of their mobile app! How to make your app accessible Improving the accessibility of an existing app doesn’t have to be costly. Small, incremental adjustments can make a big difference. A brief review can help identify key areas for improvement. For new apps, designing with accessibility in mind from the start is ideal. This means logically structuring app elements so screen readers and other assistive technologies can navigate them smoothly. Testing is essential : while internal tests are helpful, involving people with disabilities provides realistic and valuable feedback. Mobile apps as a catalyst for greater inclusivity Accessible apps aren’t just necessary—they can be powerful tools for people with disabilities. With modern smartphones and AI technology, apps can offer an extra layer of support. For example, we developed an app for EMVI that helps blind users scan their surroundings and interpret visual information . For the guide dog organization ‘Licht en Liefde,’ we’re creating an app to assist blind individuals in navigating traffic . Curious about making your app more accessible? {% module_block module "widget_49fe050b-91bf-43ab-8b1a-56666f7ef684" %}{% module_attribute "buttons" is_json="true" %}{% raw %}[{"appearance":{"link_color":"light","primary_color":"primary","secondary_color":"primary","tertiary_color":"light","tertiary_icon_accent_color":"dark","tertiary_text_color":"dark","variant":"primary"},"content":{"arrow":"right","icon":{"alt":null,"height":null,"loading":"disabled","size_type":null,"src":"","width":null},"tertiary_icon":{"alt":null,"height":null,"loading":"disabled","size_type":null,"src":"","width":null},"text":"Let's talk"},"target":{"link":{"no_follow":false,"open_in_new_tab":false,"rel":"","sponsored":false,"url":{"content_id":230950468795,"href":"https://25145356.hs-sites-eu1.com/en/contact","href_with_scheme":null,"type":"CONTENT"},"user_generated_content":false}},"type":"normal"}]{% endraw %}{% end_module_attribute %}{% module_attribute "child_css" is_json="true" %}{% raw %}{}{% endraw %}{% end_module_attribute %}{% module_attribute "css" is_json="true" %}{% raw %}{}{% endraw %}{% end_module_attribute %}{% module_attribute "definition_id" is_json="true" %}{% raw %}null{% endraw %}{% end_module_attribute %}{% module_attribute "field_types" is_json="true" %}{% raw %}{"buttons":"group","styles":"group"}{% endraw %}{% end_module_attribute %}{% module_attribute "isJsModule" is_json="true" %}{% raw %}true{% endraw %}{% end_module_attribute %}{% module_attribute "label" is_json="true" %}{% raw %}null{% endraw %}{% end_module_attribute %}{% module_attribute "module_id" is_json="true" %}{% raw %}201493994716{% endraw %}{% end_module_attribute %}{% module_attribute "path" is_json="true" %}{% raw %}"@projects/aca-group-project/aca-group-app/components/modules/ButtonGroup"{% endraw %}{% end_module_attribute %}{% module_attribute "schema_version" is_json="true" %}{% raw %}2{% endraw %}{% end_module_attribute %}{% module_attribute "smart_objects" is_json="true" %}{% raw %}null{% endraw %}{% end_module_attribute %}{% module_attribute "smart_type" is_json="true" %}{% raw %}"NOT_SMART"{% endraw %}{% end_module_attribute %}{% module_attribute "tag" is_json="true" %}{% raw %}"module"{% endraw %}{% end_module_attribute %}{% module_attribute "type" is_json="true" %}{% raw %}"module"{% endraw %}{% end_module_attribute %}{% module_attribute "wrap_field_tag" is_json="true" %}{% raw %}"div"{% endraw %}{% end_module_attribute %}{% end_module_block %}

Read more