Run a service infinitelly even when main activity has been closed
Hi, im triyng to make a service that can run while main activity is running and when has been closed, i have already tried to make OnstartCommand.sticky but didn't work. Althought on my emulater it...
View ArticleWindows and Mac on Stable Channel...but iOS mismatch??
I have both VS on my Mac build and Windows 10 machine set to the stable release. The Mac often though for iOS is out of sync, so I can't talk to it. If I allow Windows VS to force the Mac to downgrade...
View ArticleLoad a Popup Page with a gif while pushing a page stops its movement
Hello guys, I am trying to push a page that is a TabbedPage with 3 tabs that are pages with SfSchedule (a SyncFusion control that take a bit to load). Becouse it takes long to load, I am using the...
View ArticleShell FlyOut Menu Space between title and icon
Good Day, I have searched the internet for a week and i am tired already. Here i give in and ask for help There is a huge amount of space between the title and icon in my flyout item in Xamarin Shell....
View ArticleDebugging/Deploying app without uninstall
I need to test database migration processes on-device/in the simulator, but the default behavior of Xamarin in Visual Studio is to completely uninstall the previous version of the app before it...
View ArticleHow to make images in a layout follow the axis on another layout?
Hi everyone! I have a project about a board game. Whenever I try to visualize the same dashboard on tablets, I get problems with the axis of the pawns when resizing the image. I've been thorugh...
View Articlejavabinding not supporting 4G device but works fine on 3G, I'm using VS 2019...
02-26 14:52:17.131 D/HWUIExtension(20944): MTKProgramCache.generateProgram: 563053037879364 02-26 14:52:17.132 D/HWUIExtension(20944): createProgram 0x0002001800500044, binary 0x927d0024, length 12972,...
View ArticleHow to change button text
Hi, I'm using Xamarin Forms to develop a Cross-Platform app. I want to change the Text of the button "Login" to something like "Use Biometrics" if the password is already saved when launching the app....
View ArticleHow to schedule a local notification or set an Alarm in Xamarin Android?
I tried setting NotificationCompat.Builder.SetWhen() to schedule a local notification. But that didn't work. The notifications was delivered immediately. It seems SetWhen() is used to set the timestamp...
View ArticleAdd element to XAML page whiles in Task.Delay()
I'm building a chatbot app with chat bubbles for incoming and outgoing messages. For the incoming messages, I've given it a Task.Delay() and now I'd like to give it an ActivityIndicator every time...
View ArticleSignalR, Xamarin and Visual Studio for Mac 2019
Anyone here have any luck getting signalR to work in a Xamarin Crossplatform application using VS for Mac 2019? I have been trying to build a chat app using signalr and can't seem to get a connection...
View ArticleHow to only show 5 characters of the password?
I want to only show 5 characters of the password when it's saved. I tried something but it's always showing the 5 characters even when the password is not saved. if (((TimeSpan)(DateTime.UtcNow -...
View ArticleButtons doesnt fit to screen xamarin
hey i have to add +20 buttons in my app i use this code var layout = new StackLayout() { Orientation = StackOrientation.Horizontal, HorizontalOptions = LayoutOptions.Start, VerticalOptions =...
View Articlehow to create a dynamic tablelayout
Hi, I need to make a dynamic table to present data from a json. Something similar to html tables. Anyone have any example code?
View Articlehow to create dynamic tablelayout?
Hi, I need to make a dynamic table to present data from a json url . Something similar to html tables. Anyone have any example code?
View ArticleHow to get back to app after google login
Hi Everyone, I'm trying to implement google login in my app using xamarin.auth like below var auth = new...
View ArticleUnable to connect to SignalR via c# client
I am trying a simple Azure function SignalR connection using Xamarin C# client. The sample Javascript conenction to Azure function works fine. [FunctionName("negotiate")] public static...
View ArticleHow to only show 5 characters of the password?
I want to only show 5 characters of the password when it's saved. I tried something but it's always showing the 5 characters even when the password is not saved. if (((TimeSpan)(DateTime.UtcNow -...
View Article