What is the recommended way to build modern Android applications? #32302
              
                Unanswered
              
          
                  
                    
                      RoundRaspberry
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| 
         From my experience, if you stick with the default MAUI approach, it works well. If you stray too far from the official documentation with unusual combinations, you’re more likely to encounter quirks and end up on your own. In my view, MAUI is a really solid tool for mobile development—especially when paired with C# library re-usage, Visual Studio, regular MAUI updates, and an active community. Example? FAB Menu. MAUI does not support it, but you can do it in XYZ way. Hope this helps.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I apologize if this is the wrong place to ask.
I want to port a WPF application to Android and have been looking at my options. The WPF application is, for the most part, well written. It adheres to MVVM, and I expect to be able to reuse the view models with only minor code changes.
I would like this application to look and feel both native and modern. Currently, this would be Material 3 Expressive, but I also want to keep up with any future updates to the design language.
I believe these are my options:
I understand that some of these options may not be feasible.
I am not that experienced with Android development, so I would like some advice from those that are. I enjoy working with Kotlin and Compose, but it seems difficult to combine those with .NET. I don't think the documentation describes how to do this. There's documentation on how to combine Kotlin/Compose with Java/Views and there is documentation that describes how to combine Java with C#.
What is the recommended approach for building modern Android apps with .NET?
Beta Was this translation helpful? Give feedback.
All reactions