I have been developing Android APPs with Visual Studio 2022 (Xamarin / C##), with some minor problems, but with success.
Now I am stuck, I have started mu 6th app and everything went smoothly, except when deploying the App, Visual Studio instead of creating the usual APk, creates an APKS (yes...
I tried to Deploy a simple Android with WebView2, with no success.
On the output windows I have the following text, can you help please?
:Build started at 14:16...
1>------ Build started: Project: App3-Webview, Configuration: Release Any CPU ------
Restored...
Hello,
I'm just starting out planning a mobile app. This will be my first attempt, so I still have a lot of research to do. A part of my app will be a remote control. I'd like the user to be able to customize the buttons appearance and save configurations. I'm going to start out...
Hi.
I have the following code that works perfectly with C# and WPF:
String emaailO = "xxxxxxx@outlook.com";
String passwordO = "123456789";
SmtpClient SmtpServer = new SmtpClient("smtp.live.com");
var mail = new MailMessage();
mail.From = new MailAddress(emaailO)...
Hello dear kind people. so I have a lot of experience coding for games in C# but its the first time that I want to code an "app" for android and iOS there are 3 things that this app does.
1- it gets a couple of numbers from the server and calculates it based on user input
2-I want to be able...
Can somebody guide me in the right direction? My android game that I made on unity 2018.4.9 using C# on VS 2017 is unable to detect files at persistent data path.
The two font files are located in the persistent data path directory. This is a screenshot of app persistent data folder.
This is...
How can I copy an image from my app to external storage with Unity Android ? I want to store an image in my app, and when the user clicks on a button it appears in the external storage. I found that I can use StreamingAssets or persistentDataPath but it looks like I can only read files from...
I'm making an app and need to be able to check if settings like : Bluetooth/Phone Rotation/Flashlight/Plane Mode/GPS/Phone Brightness/Silent Mode, are activated on an android phone.
I haven't found any way to do it within Unity, using C#. I found ways to do it using Xamarin but none of them...
Hello,
have anyone a idea how I can communicate with a Android app over a USB cable and send strings between Android and Windows?
There is a app called DroidCam with such an feature. It uses ADB.
I hope anyone can help me.
I will be teaching a course on Android App development next term at Lane Community College. You will learn how to build apps using both Android Studio and Java (the standard way to make apps) and using the Xamarin framework and C# to make cross-platform apps. The course starts January 8, 2018...
Hi Everyone,
The app that I am working on currently has user details stored in a db and if you click on any user it will show you their details and also their location pin pointed on a map below their details.
What I want the app to do is use my current location and then display the users who...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.