can we run activity indicator between excution methods like cursor in windows...
in my code one method depend upon second method i want wait cursor so i can avoid user interaction while execution of methods
View ArticleNo installed provisioning profiles match the installed iOS signing identities
I've looked at the previous discussions on this error and none of the previous solutions have helped. I'm trying to run iOS code from Visual Studio to create an IPA file ( as in this ). When I try to...
View ArticleAny Sample of ShellItemRenderer iOS
I'm trying to create a ShellItemRenderer for IOS public class MyCustomShellItemRenderer : ShellItemRenderer { #region Private Variables #endregion #region Constructor /// <summary> ///...
View Articlecontentpage inherit from custom basepage
Hi I have a basepage class that inherits from contentpage. Now I want every other page to inherit from my basepage instead of contentpage. How Can I do this?
View ArticleAttached properties will not show up in xaml
I am making a autocomplete extension for Entry and SearchBar - and I have looked closely how BindableLayout is created. Compare AutocompleteExtension with BindableLayout Basically I wish the attached...
View ArticleI have an App i need to create and it requires a database
I have an App i need to create and it requires a database, login page, sign up, chat interface, and also a push notification system, please how can i go about it, i need some contribution.
View ArticleError using MySql connector with Xamarin
Hi, I am trying to use MySql plugin in Xamarin project. I have added the pliugin to all my PCL projects and the used: sql_connection = new MySqlConnection("Server=mysql.mydomain.com; Database=mydb;...
View ArticleCrash with System.DllNotFoundException: libmono-native.so on a single device...
I have a Xamarin Forms app built with App Center and pushed to the Play Store. For at least a week the pre-launch report has failed on a specific device (Huawei P8 Lite - Android 5.0) with the...
View ArticlePermissions Android.Xamarin C#
I have to enter the permissions management (in particular ReadExternalStorage and WriteExternalStorage) into the MainActivity of an Xamarin Android program, but the documentation available online does...
View ArticleXamarin forms: Listview grouping issue
I am trying to implement listview grouping for my following JSON data. JSON Sample: { "cbrainBibleBooksHB":[ { "book":"2 John", "cbrainBibleTOList":[ { "bookName":"2 John", "chapter":"1",...
View ArticleFlyoutItem menu how can I set label text color white in grid when selected...
Is there way to change label color when I select? Forexample label color is black and background white when I select should be white color label and background black.. thanks
View ArticleSend commands from Windows system to iOS device
Hi Guys, I am new to iOS application development. please help. We have existing android application installed in the windows pc. When we send commands to the android device from our application,...
View ArticleHow I can get image size after loading?
I need to wait for loading image and then return width and height to the main thread. I tried FFImageLoading but can't understand how return size to main thread because finally I need to return View....
View ArticleHow to change the side menu navbar background default color
how to change the side menu navbar background color from styles? Attach example
View ArticleHow to run services on xamarin forms?
I got a SQLite data base and every data which is savaed there then is up load to a database in the cloud, but if the app doesn't have internet the data is in the sqlite waiting to be upload. Well.. I...
View ArticleHide ListView Seperator on MasterDetail template
I have created a new project using the default MasterDetail template in Visual Studio. When I select an item from the Master Detail XF is adding a full width separator above the item. I have attached a...
View ArticleCollectionView nested into a ListView
I've tried to nest a CollectionView inside a ListView.... I was able to visualize all what i needed but now I cannot reach the click event on a single cell of a single CollectionView inside the list....
View ArticleAccessing SharePoint Online
I'm really stuck trying to connect an Android app to Office 365. Has anyone been successful to do this in a Xamarin app? There is not many samples or documentation out there and would really appreciate...
View ArticleSalesforce SDK for xamarin ios native application
HI All, i am trying to build application which integrates with sales force api. But not able to get any help with salesforce sdk for xam ios. please help me ,if we have any idea of sdk and if got some...
View ArticleObjective Sharpie not loaded framework while creating binding lib
Hi All , I need to integrate bluetherm device with my Xamarin project. I have library file which is received from Bluetherm, for which I need to create binding files (Xamarin.ios specific) through...
View Article