International Scientific Journal of Engineering and Management

An International Scholarly || Multidisciplinary || Open Access || Indexing in all major Database & Metadata
The journal follows the UGC Guidelines and is evaluated for inclusion in the Web of Science
ISSN: 2583-6129

Impact Factor: 7.839

A Novel Plugin-Based Navigation Architecture for Multi-Brand, Multi-Screen Automotive Systems

  • Version
  • Download 21
  • File Size 653.14 KB

A Novel Plugin-Based Navigation Architecture for Multi-Brand, Multi-Screen Automotive Systems

 

Authors:

Ronak Indrasinh Kosamia rkosamia0676@ucumberlands.edu 0009-0004-4997-4225

Abstract— In the rapidly evolving landscape of automotive infotainment, providing a robust, modular, and easily extensible architecture is paramount. This article presents a plugin manager approach for multi-brand, multi-screen navigation— aimed at automotive software built on top of Android and its Jetpack (including Compose) toolchain. As automotive OEMs increasingly demand brand-specific user experiences, developers often struggle with proliferating “if-else” conditionals, duplicated code, and tangled navigation logic. Traditional solutions, such as static route-based frameworks or theming engines, tend to buckle under the complexity of dynamic brand overrides. Meanwhile, adopting monolithic plugin architectures like OSGi or Eclipse RCP can be excessive and poorly tailored to Android’s modern ecosystem. To address these challenges, we propose a centralized plugin manager that orchestrates brand-specific screens via discreet plugin modules. Each plugin encapsulates the unique UI and navigation flow required by a given brand, whether it’s Volkswagen, Audi, or newer entrants to the market. At runtime, the plugin manager intercepts navigation requests, identifies the appropriate brand, and dynamically dispatches the user to the correct composable screen. This architecture not only curtails code duplication but also simplifies the on-ramp for new brand introductions: engineers simply drop-in new plugin classes—optionally annotated for automated registration using Kotlin Symbol Processing—without editing extensive branching logic. Our approach draws inspiration from well-known software patterns like Factory Pattern for the creation and retrieval of brand- specific plugin instances, Strategy Pattern for encapsulating brand-driven behaviors under a uniform BasePlugin interface and Annotation-Driven Patterns (e.g., KSP) for compile-time discovery and streamlined registration of these plugins. We also compare the plugin manager solution to alternative navigation techniques like Multi-module Gradle projects that manually swap resources per brand, Reflection-based override approaches prone to runtime overhead and poor type safety, and and Pure theming solutions that lack the flexibility to alter entire UI flows. The plugin manager approach offers a cleaner, more scalable middle ground—particularly relevant to the 90% of automotive stacks running on Android, where Jetpack Compose and Kotlin are increasingly becoming the de facto standards for creating intuitive, high-performance in-vehicle experiences. In short, this article offers actionable guidance for software architects and developers wrestling with the demands of multi-brand automotive infotainment. By marrying proven design patterns with Android’s latest technologies, the plugin manager framework facilitates rapid expansion, reduces maintenance overhead, and empowers OEMs to elevate brand identity without sacrificing software maintainability. Through prototypes and real-world scenarios, we illustrate how this architecture effectively integrates into large-scale automotive programs, aligning with broader trends in modular software design and responding to the complexities of an ever-more diversified mobility marketplace.

Keywords—automotive OEMs, OSGi, Eclipse RCP, KSP, Annotation-Driven Patterns, Jetpack compose, Factory and Strategy patterns, Reflection Override, Plugins Manager.

Author's Blog

What is the difference between a Research Paper and a Review Paper?

A research paper and a review paper are both scholarly documents, but they serve different purposes and have different characteristics....
Read More
Author's Blog

What is DOI?

A Digital Object Identifier (DOI) is a unique alphanumeric string that is used to identify and provide a persistent link...
Read More
Author's Blog

What do you need to do during production of your Research Paper?

During the production of a research paper, the following steps need to be taken: conducting research, organizing and analyzing data,...
Read More
Author's Blog

What are the advantages of publishing a research paper?

Publishing a research paper can have many advantages for researchers, including: Career advancement, professional recognition, opportunities for collaboration, increased visibility,...
Read More
Author's Blog

Ways to Support your Academic Wellbeing which preparing the Research Paper/Article

To support your academic wellbeing while publishing a research paper, it's important to set realistic goals, manage your time effectively,...
Read More
Author's Blog

How to improve your Research Paper writing Skills?

Read extensively: One of the best ways to improve your research paper skills is to read extensively in your field...
Read More
Author's Blog

Is DOI compulsory to publish a research paper in a Journal?

DOI is not strictly required to publish a research paper, but it is highly recommended. Basically, the International Scientific Journal...
Read More
Author's Blog

In what ways does research paper give weight to career development?

Publishing a research paper can give weight to a researcher's career development in several ways, such as: establishing oneself as...
Read More
Author's Blog

How to develop a Research Paper from Scratch

Developing a research paper involves several steps including: choosing a topic, conducting background research, formulating a research question or hypothesis,...
Read More
Author's Blog

How Plagiarism report plays crucial role in Research Paper Publication?

Plagiarism is a major concern in the academic and research community, as it undermines the integrity of the research and...
Read More