We are updating our mobile app originally developed in Xamarin, but the Upgrade Assistant is of no use, and moving to MAUI and Blazor is a big move instead of just staying with our XAML forms. We have thus created a new project in VS2022 using the Android Application template and .Net 8, and then adding all the existing classes to this project. Most of it is working well so far, the biggest issues being finding NuGet packages that are ready for .Net 8. One of them being the ZXing.Net.Mobile package. We cannot use this package, as it also brings along the V4.Support package, which causes build errors and duplicate declarations for some JAVA classes. Is there a version that we can use in this project? Can we use ZXing.Net.Maui in this project, as it doesn't implement the MauiApp, but still uses the old Xamarin style startup on an Activity? Any other ideas/suggestions on how to get this working?
Using ZXing Barcode reader in .Net 8 Android
242 Views Asked by Thys At
0
There are 0 best solutions below
Related Questions in XAMARIN.ANDROID
- How do I Insert a Previously Created SQLite Database into a Xamarin.Android App?
- ReplacementSpan in multiautocomplete textview overlap
- xamarin.forms.labs ImageButton issue
- InvalidCastException in release when casting TextFormatted to ISpannable or ISpanned
- Xamarin: How to print from Android device to dot matrix printer?
- How to hide out a layout in Xamarin.forms C#?
- Google Maps leaking JNI global reference
- Error after Enable Multi-Dex in Xamarin Android
- Show Dialog Fragment in Fragment
- Why is my DrawerLayout still open on activity resume, in spite of closing it?
- namespace prefix "myapp" is not defined in Xamarin While Building App?
- Exception when launching activity from PreferenceScreen
- How to set SQLite(SQLite.NET component) database Version in Xamarin Android
- Is iOS, Android binded libraries in Xamarin working in all devices(WinPhone, iOS, Android)?
- How to handle context menu in WebViewRenderer?
Related Questions in MAUI
- Microsoft.Maui.Controls.SolidColorBrush is already a child of Syncfusion.Maui.Scheduler.HeaderLayout iOS crashes in Release Mode
- Maui syntax to use converter inside of a C# method
- .NET MAUI Blazor - Android app displaying content of external url
- Linking SQLite Database with .NET MAUI app
- Clicking on a custom .NET MAUI Entry causing the screen to disapear
- MAUI application shows the telemetry log as XAMARIN APP
- How to keep CPU active during a foreground service, NET MAUI?
- .NET MAUI Entry to accept only whole value greater or equal to 0
- Search bar not showing
- .Net Maui JumpList like Indexing for Android and iOS
- NET Maui DataSyncClientOptions HttpPipeline
- Porting a Xamarin app to Maui. Getting infrequent startup crashes. (no more than 1 in 5 times)
- Can I upload a new build after Apple's app review or Google's app review is done?
- .NET MAUI MacCatalyst Menu Bar items count problem
- Couldn't resolve Mac error on VS2022 .NET MAUI
Related Questions in VISUAL-STUDIO-2022
- Cannot use Ctrl+D shortcut binding to Edit.RemoveRow
- FlaUI reference a button by a Control instead of a string
- How can I capture a screen with a white background or a transparent screen with C# Winforms?
- How does Visual Studio 2022 handle double-to-long long out-of-range conversion?
- Cannot uninstall or repair Visual Studio 2022
- Connecting to Azure DevOps Git from Visual Studio 2022 Empties Solution Explorer
- Rounded context menus on Visual Studio Community 2022
- VS 2022 can not load designer for .Net 5 and Higher winforms projects
- What does vcxproj.user file do?
- Visual Studio checking naming convention for C++
- Visual Studio 2022, how to enable auto generation with two tabs instead of one?
- std::string_view behavior in modules with cmake
- General exception from debugger in Visual Studio 2022, debugger process might be corrupted
- Triggers in Blend Visual studio
- Windows Forms WorkSpace not showing anything in solution explorer and attach to process
Related Questions in .NET-8.0
- Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://localhost:7169/_framework/dotnet.js
- Wrong render for a component depending of JavaScript with NET8 Blazor
- In a Blazor NET8 a component can't find RenderFragment and the Context
- Can I achieve type forwarding in .NET without modifying the "from" assembly?
- C# 12 Interceptors' Purpose
- NET8 Blazor and Serilog
- Running PowerShell 7 from .net 8 (rc2) - cannot load Microsoft.Management.Infrastructure 1.0
- Blazor .net 8: Interactivity in navigational components outside Body
- How to write C# constructor with inner exception param
- ASP.NET Core 8 external login
- HttpContext in .Net 8.0
- .NET 8 Blazor add a component
- Upload an image with NET8 and Blazor in the user profile with Microsoft Identity
- Change swagger url after deploy in .NET 8
- NET8, Blazor and Microsoft Identity: error context instance before a previous operation completed
Related Questions in ZXING.NET.MOBILE
- Is there any Alternative Package Available for ZXing.Net.Mobile while Migrating From Xamarin IOS to .NET 7 IOS?
- ZXing Scanner not scanning on iOS in Xamarin Forms app
- How to use ZXing in MVVM?
- Xamarin Zxing Mobile Camera permission
- Why I can't use navigation when I want scan?
- Zxing Xamarin Forms
- Background of ZXingScannerView in Xamarin.Forms (Android) is opaque
- Xamarin forms: System.NullReferenceException when using ZXing.Net.Mobile for scanning?
- zxing qr/barcode scanning using MVVM?
- Xamarin.Forms ZXing BarcodeReaderGeneric returns null when scanning an image in the gallery
- C# Xamarin ZXing Unable to Scan Barcode after Change IsScanning Property from False to True
- how to make ZxingScanner start scanning?
- Using ZXing Barcode reader in .Net 8 Android
- How to stop the operation of CameraBarcodeReaderView from ZXing.Net.Maui library?
- Why zxing scanner read qr code several times?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?