Multi Cursor Selection?
Is is on the roadmap to support multiple cursors (a la Sublime Text)? Is there a plugin out there that adds this?
View ArticleManually Configuring a Device
If for some reason you can not connect to your device over WiFi you can attempt to manually configure your device via the configuration file.. Simply head to your application data folder: Windows:...
View ArticleToolbar Buttons with Different fragments invoking all fragment events using...
My application is like this, MainActivity --> ToolBar added under MainActivity --->3 fragments, those settings,actions and variables. SettingsFragment and ActionsFragment are having Save and...
View ArticleHow are we to do global exception handling in Xamarin.Forms?
I've found the AdvancedLifecycleDemos for Android, and I'm thinking of converting it to some sort of cross platform implementation, but I'm wondering if someone has already done this? I haven't found...
View ArticleHow can I use correctly the activity indicator on Android?
Hi, I'm using this plugin for showing that the app is busy, but on Android the animation is always stuck. For example I use it in this code: private async Task SelectWorkOrderItemAsync(WorkOrderLista...
View ArticleRetrieve Public IP Address(returned for example from whatismyipaddress.com)...
I want to retrieve publick IP Address the address that we get for example from whatismyipaddress.com and I don't want to use any third party servcie https://www.ipify.org. Is there any way to fetch...
View Articlenecessity of Apple/Android hardware for dev and test ?
Assuming that you are an advanced WinForm programmer, and you have an opportunity for a contract to build an app (not a game, but lotsa charts, graphs) that will need to run on both IOS and Android...
View ArticleTiming for push navigation page
hello Developers Is there way to do timing for pushNavigation pages when the user open app display some page after 5 second the app automatically pushing to next page . it's possible !! Thanks in advance
View ArticleMobileIron Appconnect Wrapper
Does anyone know if the Appconnect Wrapping tool works with IPAs built with Xamarin? Thank you
View ArticleViewModel's properties become null when navigating
I have two Pages, which share the same ViewModel. I did this in order to handle the same data when navigating from Page1 to Page2. The data that I need when I navigate to Page2 is the text of Page 1...
View ArticleDoes keep.xml work for xamarin? how to discard files?
I want to implement keep.xml file to discard some material icons to be bundled into apk as said here. I tried to add raw file and keep.xml but it seems not working for xamarin. please see my SO...
View ArticleUnfortunately, Camera.Android has stopped
Hi guys, I wish to activate camera by media plugin and i follow the tutorial one the web But no matter how i try, when the take photo button was click , my device show me "Unfortunately, Camera.Android...
View Articleneed simple TCP client example
Is there an example source for a very simple TCP client that starts a connection to a nearby server (192.168.0.1), and periodically sends a small amount of data to it, and leaves the connection...
View ArticleCachingStrategy OnPlatform axml
Hello, I would like to choose the Caching Strategy for each platform. My code is as follows but does not work: <ListView> <ListView.CachingStrategy> <OnPlatform...
View ArticleCan not set the content of ListViewCachingStrategy as it doesn't have a...
The following worked for me until I tried to upgrade to .Net Standard 1.4: <ListView x:Name="AccessTypeLV" SeparatorVisibility="None" HasUnevenRows="True" > <x:Arguments>...
View ArticleAppLinkEntry and MVVM patern
Hi Guys, I was wondering how did you deal with AppLinkEntry and MVVM pattern, ideally Prism. I tried to google but all examples assume that an object which should be Registered/ passed to RegisterLink...
View ArticleI get an error only when deploying to iOS on Xamarin Live
Hi, I have the Phoneword app working on Android (both the simulator and Xamarin Live) and the Windows Universal app. There is no build error. But when I try to deploy to iOS using Xamarin Live, I get...
View Articleusing RunActionsAsync
Did you met any issue using RunActionsAsync? From my side, this is working well running inside the IOS emulator but not working a a real device Only RunActions is doing the job thank you for your...
View Articlebinding entry text and web service
hi developer ## i want to send my data to web service (id , name , phone, usertype) ## how can i do that with this code readonly ICommand _deleteCommand; readonly contactclass _employee; StackLayout...
View ArticleXamarin Forms - Android Application
I am unable to get ANY image to show on an Android app built with Xamarin Forms. This application previously worked. I have checked that the images are lower case, that they are marked as...
View Article