sharing to an app
hi, new to xamarin and just working through some guides. Was just wondering how you would go about allowing another app to share something with it. For instance, how would you get an app on androids...
View ArticleSymfony API : Impossible to upload a picture
Hello, I use an HttpClient with the Media plugin and the last version of Xamarin.Forms. This is my code : public async Task UploadFilesToServer(string address, byte[] file) { MultipartFormDataContent...
View ArticleEnable bluetooth automatically when application launches should be pair the...
Hi i am new to the xamarin form.I have one challenge that when we deployed one basic application on android mobile,when we try to open that application the bluetooth in our mobile should be enabled...
View ArticleContentPage Toolbar; can there be a caption?
I have a ContentPage where I have added a ToolbarItem and that works perfectly; shows an icon at the top right-hand corner. I need to display some text though at the top of the screen and just to the...
View ArticleScroll when entering
Hi. I need do that when enter fields I can scroll my page because i entering filed and can't select next field. How can I do it?
View ArticleSignalR component
Hi all, I am on the verge of implementing the SingalR client into my Android app, but I can't find the component in the store. On github it states: Added support for MonoTouch and MonoDroid components....
View ArticleIssues with switching focus in Entry.Completed event handler
I have a simple login form with the XAML layout: two entries for username and password and a login button. My application runs on an Android device equipped with a hardware keyboard. The main...
View ArticleRunOnUiThread startactivity
hubProxy.On("KullaniciDogrula", (_giren_kullanici) => { RunOnUiThread(() => { StartActivity(typeof(MainActivity)); if (_giren_kullanici == "doğrulandı") { StartActivity(typeof(MainActivity));...
View ArticleHow to get a persistent reference to a keychain item for VPN usage?
Hello, I'm currently trying to establish a custom VPN connection via the Network Extension Library (NEVpnManager). After reading and trying a lot, it works like a charm with one big issue I can't get...
View Articlegetting width of View when making custom renderer for Android TableLayout
Hi, I'm making a custom renderer for Android TableLayout. What I want to do is that making TextView's backgound which has width size proportional to TextView's width size. Here is the sample code....
View ArticleError inflating class android.support.v7.widget.Toolbar after updaring to...
I am creating a Xamarin Forms Project and using android.support.v7.widget.Toolbar with FormsAppCompatActivity. The code I'm posting below was working with Xamarin.Android.Support.v7.AppCompat Version:...
View ArticleCrash in native code Android 6
Hello, we are getting crashes with Android 6.0. Thanks for help Jan Rosa Build fingerprint: 'samsung/heroltexx/herolte:6.0.1/MMB29K/G930FXXU1BPLM:user/release-keys' Revision: '8' ABI: 'arm64' pid:...
View Articleportable-net45+sl5+win8+wpa81+wp8 and xamarinmac20
Hi, I am trying to install SignalR via nuget to a xamarinmac20 app/library and it is failing. It is failing because Xamarin Studio does not recognize 'portable-net45+sl5+win8+wpa81+wp8' as valid for...
View ArticleCan you use SkiaSharp to DrawPath to an image\bitmap that can then be emailed?
PCL. Currently doing Canvas.DrawPath and DrawText to SKCanvasView, works fine. Now, I am trying to find out if I can capture the this image (which is basically the entire screen) for attaching to an...
View ArticleHome buton and fragment
I would like to know why for exemple if i have 2 fragment. When the application start im on fragment 1 but i click on menu to fragment 2 then i press home button i go back to my app and the app display...
View ArticleAdd-in Manager Repositories Broken in 6.1.5
Went to update some add-ins using the latest stable version of Xamarin Studio (6.1.5) and found the repositories not working. Reproduce steps: Xamarin Studio -> Add-ins... -> Update or Gallery...
View ArticleMax length on Entry
Is there a way to limit the length of text in an Entry control? If not, is it planned to add this feature?
View ArticleDoes Xamarin support iPod Touch and Indoor Positioning System
Hi, I have requirement to support iPod Touch as a part of cross platform native Xamarin application. Application should use Indoor Positioning System using wifi triangulation or any other approach to...
View ArticleNo Android emulators found to run/debug against
I ran out of drive space on my Win8.1 machine and was due for new hardware, so I started from scratch this week. Installed Win10, VS 2015 Pro update 3, Xamarin, and Android SDKs all appear intact. I...
View ArticleXamarin: extract android sqlite to a local folder on the device
Dear all, I need to export my android sqlite database to a folder on my memory so I can get access to it outside my mobile. example of use : " I need to take a backup of my database and see what does...
View Article