About 197,000 results
Open links in new tab
  1. Android - How to decide which architecture fits better the …

    Jul 7, 2018 · My question is how, as an Android developer or Android applications architect, I get to decide on which architectural pattern I should build my next app on based on the app …

  2. Android application architecture - MVVM or MVC?

    Excellent question, you'd think Google or someone would have some comprehensive tutorials or books on this subject. I'm in exactly the same spot; coming from a web development …

  3. java - MVC pattern on Android - Stack Overflow

    Is it possible to implement the model–view–controller pattern in Java for Android? Or is it already implemented through Activities? Or is there a better way to implement the MVC pattern for …

  4. android - Service in clean architecture - Stack Overflow

    Oct 14, 2022 · When thinking about clean architecture You should think of an Android Service in similar way as on any other Android application component like Activity for example. Service …

  5. Android application architecture - what is the suggested model?

    In the same way a web or desktop app might have three or n tiers - UI, Business, Data for example - what is the suggested structure for an Android application? How do you group …

  6. java - Android MVVM Design Pattern Examples - Stack Overflow

    A few years ago I also do some WPF&WP development,Prism & MVVM Light Toolkit is commonly use to build WP App,it is perfect for windows phone application architecture I think ! …

  7. android - Confusing term Interactors in Clean Architecture - Stack …

    Mar 19, 2016 · In the clean architecture approach, the Use Case Interactor is a layer that express the specific business rules. The Use Case Interactor interacts with the Entities (agnostic …

  8. android - How can Hilt be used effectively in multi-module apps ...

    Nov 3, 2020 · I am building an Android app following the Clean Architecture Principles. Here is what I've got: app module: Contains all the Android dependencies. Uses MVVM with …

  9. Android application architecture - event based or layered

    Android itself is based on an event-based model. An Android application uses a special thread, named the looper thread, to select events from an event queue one at a time, and processes …

  10. android - Should I create a separate activity for different user …

    Oct 6, 2023 · I'm developing an Android application using Jetpack Compose, and I'm facing a design decision regarding handling different user types, such as admin and user, within the …