How to access dynamically created UI element ?
I am creating UI element and adding to stack layout like StackContainer = new StackLayout(); StackContainer.Children.Add(new Entry() { Placeholder = "Enter text", ClassId="2" }); Content =...
View ArticleHow to get the installation file of the Cross platform App in Visual Studio...
Hai, I am new to the Xamarin.I created a cross platform project. I want to know how to get the installation file to install the App in windows Phone.
View ArticleJSONObject does not contain a definition for Load
Hello i just tried this example : https://developer.xamarin.com/recipes/android/web_services/consuming_services/call_a_rest_web_service/ but i get a compile error here---->JsonValue jsonDoc = await...
View Article.exe file can install in Windows Phone ?
I think it's a difficult question because It's not working for me ,Which type of file is possible to install in Windows phone and how ?Please help me.Google can't help me
View ArticleScandit vs. Manatee Works Barcode scanner component
Does anyone have experience with both Scandit and Manatee. I've tested Scandit and so far I really like the performance and have not tried Manatee yet, but plan on doing so in the next few days....
View ArticleWebView clear cache IOS
I want to clear cache in webview to make user enter login/password each time. I use this code but it doesn't work NSUrlCache.SharedCache.RemoveAllCachedResponses();...
View ArticleBinding library for Honeywell CT50
Hi, I am in the process of creating a binding library for Honeywell Dolphin CT50 device for the scanner capability. Not sure whats wrong, but the onBarcodeEvent is not called once I try to scan....
View ArticleThe "XamlCTask" task failed unexpectedly.
Hello Team, I am facing this The "XamlCTask" task failed unexpectedly. problem after adding the xamarin.forms.maps package to my application. Waiting for your response.
View ArticleAudio routing
I need to build a mac app that should allow mixing of audio from microphone and speaker simultaneously. The sound from the speaker can be from any streaming audio or any other mac app. I need the audio...
View ArticleChanging BaseIntermediateOutputPath causes build error CS0103.
I have a simple .net standard project that included Xamarin.Forms in Visual studio 2017. The build was successful until I change the default BaseIntermediateOutputPath in project file. Snippet of the...
View ArticleRounded Label CurvedBackgroundColor Change dynamically at Runtime
Hi, I am not able to change the RoundedLabel CurvedBackgroundColor dynamically at Runtime. I am not getting any runtime exception. Implemented RoundedLabelRender in PCL ,iOS and Droid same way as shown...
View ArticleGet Firebase Auth Token
Hi. I need help. I want connect and store data into a firebase database after a registration , but i don't know how i can get this User Token for authentication. This is my code : var option = new...
View Articlei need to fetch all the Groups and their Contacts in a List
now im reading contacts put i cant read groups, so please any one know the answer please help me , thanks
View ArticleSkiaSharp SaveLayer / RestoreToCount Examples?
Hello, I am attempting to use SkiaSharp to create a multi-layer drawing and am not getting this working correctly. Are there any examples that show SaveLayer and RestoreToCount being used?...
View ArticleXamarin.Forms Android Project MVVM trouble with Revmob Rewarded Video
Having trouble getting revmob rewarded videos working in a xamarin.forms android project . I've got iOS working fine using a render similar to this. I also have another project with Interstitial ads...
View ArticleMoved: Credit is not given for completed courses. why??
This discussion has been moved.
View ArticleRich Text Box in Xamarin.Forms
I am currently porting my application from WPF to Cross-platform. In the WPF, I used a read-only richtextbox to show the result to user in order to show both IMAGE & TEXT. In Xamarin.Forms, Is...
View ArticleCustom ProgressBar / Slider for forms - target UWP/And
Hi! I have to create something like a progress bar or slider and I don't really know how to do it - should I create some kind of new UI element, should I use existing ProgressBar/Slider and try to...
View ArticleHow to add image in Xaml?
I'm trying to add image in XAML page but its not displaying. Please help me out.
View Article