getWindow in xamarin android
i have code from java now i want to convert into xamarin android getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE) thanks many
View Article[UWP] Getting image from Class Library
Hi! I am doing a refactor of my Xamarin project, in which I want to build nuget-packages for my platform specific projects. And since you can't make your "App.Droid", "App.iOS" and "App.UWP" into...
View Articlejarsigner.exe exited with code 1. MSB6006
I can no longer deploy my app to my phone/emulator Any ideas? I don't know if it was the cause, but I did create a signed assembly prior to this.
View ArticleNearby places Map
Hey All, I want to develop an app to display nearby shops on map, I enter the shop information manually and the user can show it on map as marker, what the best way to do that
View Articleis there any Framework or Library for Photo editing ?
Hey , im looking for a framework or library support PCL for photo editing , i want to develop an app for image editing like drag text and drag photos and icons to the main photo , if there is an...
View ArticleBUILDING A CHAT APP WITH XAMARIN ANDROID? HERE IS SOME UI TO GET YOU STARTED!
Hello guys, I am still in process in making a chat system part of my project, and i decided to share with you, the UI, to get you started in case you are making your own,...
View ArticleKeyboard shown on double tap
I have an entry in xaml as follows : In my xaml.cs file I have written the following code in page's constructor: userNameEntry.Focused += (sender, e) => { userNameEntry.Placeholder = ""; } Whenever...
View ArticleCustom google map markers
I am creating google map display current user location with gps, when the every user open the map can see all other user markers arround on map. I want to develop a very simple taxi appso I create two...
View ArticleMultiple Tool Output windows?
I'm seeing multiple "Tool Output" windows in XS. I think this is new to the latest update -- at least, I don't remember seeing this before then. (Maybe I've just been unobservant?) It seems broken;...
View ArticleHow can i do to refresh my App when i click on button?
I click on listview cell, choose that item and press a button. When i press this button, my App consume a service, update the DataBase. When it updates the DataBase, it changes the flag from 1 to 0. I...
View ArticleApp in release mode does not build and gives linkassemlies error for...
When I am trying to build my app in Release mode I am getting the following error, The "LinkAssemblies" task failed unexpectedly. Xamarin.Android.XamarinAndroidException: error XA2006: Reference to...
View ArticleSystem.Exception : Unable to contact test backend running in app. A common...
I have created and executed the tests on Android successfully. Now getting error while creating tests on ios SetUp : System.Exception : Unable to contact test backend running in app. A common cause is...
View ArticleMath operations: different results from iOS emulator to real device.Maybe...
Hi, I create an app with some calculation on distance between geoloc points. On my emulator all works ( Region and Language are: Language English and Region United States ), but on my device ( region...
View ArticleHow to add webservices to a xamarin android app?
Hi, I am new to xamarin. I am creating new app. total front end design was completed but i want to know about the back end process to connect to the sql server by using web services. Can any one help...
View ArticleDebugging with Android 8.0 phone?
Fresh VS 2017 install. Create new "blank android app". No changes. Build. Run on Google Pixel with recent android 8.0. The app flashes on the phone and goes away. VS output says: "Android application...
View ArticleThe authentication or decryption has failed. in the web request
I'm using 'webclient' inorder to downloading info from my website and showing them on my android application, but in some devices I face with this error: Exception in Class: WebClient Line : 0 and...
View ArticleError MT4109: Failed to compile the generated registrar code
Error MT4109: Failed to compile the generated registrar code. Please file a bug report at http://bugzilla.xamarin.com (MT4109) any one could tell me what this error meaning and how can I fix it
View ArticleError in binding project : Cannot implicitly convert type System.Type to...
I've created a binding project to a 3rd party ios framework. For the most part, the appdefinition.cs Objective Sharpie generates is error free, and the errors I do have are of a similar nature A lot of...
View ArticleAndroid Project Cannot Run in Test Cloud
Hi fellow programmers, I created a new android project that automatically includes the "HELLO WORLD, CLICK ME!" button. I have not make any changes to the application. Create an apk file using release....
View ArticleHow to start background service on device boot in xamarin forms?
I read this article: http://arteksoftware.com/backgrounding-with-xamarin-forms/ . I need to fire an event every day at 6:00, so I would like to start a background service when the device boots which...
View Article