Best Practice to Refresh Custom Adapter
I have a custom adapter I am using to populate a listview on my main activity. The listview is clickable (single selection) and it opens a detail info activity. The user can change data for that item...
View ArticleRESX with x:static in XAML not working since Forms 2.3.3
Hi I used to reference strings from resource files like Text="{x:Static base:Resource.RegistrationPage_Module_Continue}" , now since the update to Xamarin Forms 2.3.3 I get the following errors. I've...
View ArticleHow to use SKSpriteNode carry another object
I have a person SKSpriteNode sprite. He is picking up an apple with his hands which is rougly half of his height(middle of sprite). Should I make this apple a child of the sprite or should I just...
View ArticleVS2015 stops debugger after iOS app is launched
I'm seeing this error at random times. When it starts happening, it happens consistently unless I restart VS. The issue is that when the app is launched, debugger stops with a message in the console:...
View ArticleEntry Not use Scientific notation
Entry Not use Scientific notation,how to make it show like this 0.0000471
View ArticleCant find multidex.keep
I am building the solution and getting this error- while I am building the same solution in another PC, its building fine. 1> C:\Program Files (x86)\Java\jdk1.8.0_112\bin\java.exe -Xmx1G -jar...
View ArticleHow to start an activity from a dialog when OK button is pressed?
It says that StartActivity doesn't exist in the current context. Can somebody help me with this one please?
View ArticleUWP NavigationPage + With master detail page inside it with toolbar items
Hi Guys, Has anyone succeeded in modifying the Navigation Tool bar items and masterdetail so that the tool bar icon's dont create a second title bar? Also how do you change the color of the title bar?...
View ArticleHow to resize the xib that is used for TableView Cells and collection View...
I am using xib to create tableView Cells and collection View Cells. But am not able to resize the xib. I need to increase the xib size so that i can add labels and views. Current its width is 50 and...
View ArticleHow to darken the background view while custom popup is showing in xamarin forms
Hi every one, I am showing custom popup to the user at perticular condition but I am not able to darken the popup background like when display alert is coming it's background screen is dark. Please...
View ArticleHow do i hit the server(Dot Net Web API) with xamarin app using url
In Xamarin var bcc = "Sandeep Subbiah"; var usb = "http://localhost:53325/"; StringContent stringContent = new StringContent(bcc, System.Text.Encoding.UTF8); HttpResponseMessage reponse = await...
View ArticleConverter not working with linking enabled.
Hello everyone, I've been recently trying to shrink the size of the apk of a xamarin.forms application with the linker. Option set: SDK and User Assemblies. Using this option caused some of the code...
View ArticleDid Xamarin.Auth update to handle Google's oauth restrictions?
Hello, I am wondering if the Xamarin.Auth package updated to handle the google oauth restrictions. Following the guide results in a disallowed_useragent error. It says in their documentation they...
View ArticleSocket Crash When Waking Up from Sleep
Visual Studio could not re-connect to the Mac this morning after waking both up from sleep. These were in Output ->Xamarin. First long exception is from the initial wake up. Second smaller bit is...
View ArticleStore device information
How can one store device details in Database on which app is installed?
View ArticleCreate dropdown
How can one create dropdown in Xamarin? eg I want to display both Text & Value eg for Country. It will be binded from Database and when User clicks on say US then corresponding value should be...
View ArticleIntellisense problem in Visual Studio
Hi there, I am runing my latest stable version of Xamarin on VisualStudio2015 update1 on windows 10, and I noticed some youtube video showed that they had intellisense in VS, which made me confused....
View ArticleTrying to make multi-Language Text to speach ?
When I change the language attribute, it still plays in English, here is my code, (Making a TTS OCR) using Android.App; using Android.Widget; using Android.OS; using Android.Support.V7.App; using...
View ArticleHOWTO: Purchase Profiler license when using VS 2015 Professional
Is there a way to purchase a Xamarin Profiler license whilst only having Visual Studio Professional?
View Article