Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged xamarin

0 votes
412 views
1 answer
    I am developing an Android app in Visual Studio. In the Android SDK manager, all API's from API level 23 ... Visual Studio Android app. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
502 views
1 answer
    I have a Xamarin ios application from which I need to open/edit a word doc in MSWord app and later ... -with-office-from-ios-applications See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
506 views
1 answer
    I'm Trying to set font to my system and use it in my application it works fine for android but it does not ... but not working in IOS Why ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
475 views
1 answer
    In a custom Xamarin Forms iOS renderer I am loading fonts from files and when I get to UIFont.FromName it ... /UIKit/UIViewController.g.cs:2667 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
874 views
1 answer
    I am developing Xamarin forms app and my app seems with safe area set in top. But need to ignore it. ... to resolve this. Regards, Cheran See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
758 views
1 answer
    How can I add another smaller image as a watermark of a larger image using Xamarin.Android c# and save the ... storage of an android device. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
517 views
1 answer
    In my app i have a alarm that is repeting every thursday, i am using AlarmManger, everything is working fine in all ... (Exception) { } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
410 views
1 answer
    I see i can't use TPL in the CORE projects. Is the PCL doesn't support System.Threading.Tasks? (i checked ... to use mvvmcross with TPL? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
886 views
1 answer
    I have just updated Xamarin in Visual Studio 2015 (it was a suggested update from Visual Studio). After ... emulator from within Visual Studio. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
613 views
1 answer
    I want to change the WidthRequest. Thereby I noticed that this doesn't really set the width of an element ... have to change some LayoutOptions? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
588 views
1 answer
    Error CS0234: The type or namespace name IBitmap' does not exist in the namespaceCom.Sushi.Hangover'. Are you ... not have Alpha/Beta access See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
459 views
1 answer
    When attempting to compile my Xamarin.Android app I get the compile error: Error 3 The file " ... project uses MVVM Cross See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
377 views
1 answer
    I updated windows recently.I also updated xamarin studio 6.1.1 and now not able to initialize the device ... NDIS6 bridged networking driver. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
453 views
1 answer
    Even though JRE 8 is installed on my MAC OS Yosemite 10.10.3,while running the Android present in tools in ... site Can someone please help!! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
916 views
1 answer
    Is there any way to use x:Name of the stacklayout in listview at code behind in xamarin.forms? <ListView ... to use btnStack at codebehind? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
717 views
1 answer
    I'm trying to build my project, but when I do, I get this error: "error: package com.google.firebase. ... way, and I found no differences. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
448 views
1 answer
    I have defined a UIWebViewDelegate class and instantiated it in the Delegate property of my UIWebView, but the ... am doing wrong here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
738 views
1 answer
    In a Visual Studio 2015, Xamarin, Android SDK, jdk 1.7, and emulator are installed and Xamarin has all green checked ... . How could I solve it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
311 views
1 answer
    I'm trying to use the DrawerLayout from android.support.v4 library. I have added Xamarin.Android.Support.v4 ... point. Thanks for any help See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
730 views
1 answer
    I get this error when running ios in xamarin forms. How can I resolve this? System.TypeLoadException: Could not resolve ... (app, options); } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
474 views
1 answer
    Hello Guys I got an issue when switching my Xamarin.Forms project from VSMac to VsWindows! "java.exe" exited with ... idea, tell me ;) Regards, See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
547 views
1 answer
    I'm making an app with Xamarin.Forms.Maps and then, I need to get all of the steps ... =Paris&key=[MY_API_KEY]&travel_mode=DRIVING See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
346 views
1 answer
    In question Using MvvmCross from content providers and activities I wanted to know of how to initialize the MvvmCross ... exception info etc } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
658 views
1 answer
    I've started building an ASP.NET MVC3 project on Mac OS using Xamarin Studio. I now want to add new ... back to Visual Studio on Windows? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
491 views
1 answer
    What is the best way to handle both Notification Messages and Data Messages in firebase using Xamarin Android, ... data-message on Android tray See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...