Connect to a specified WIFI(WAP) not working
I trying to Connect the Wifi(WAP) ,but its not connecting.Please any one help on this .Here is my code. public Task<string> ConnectToWifi(string wifiSSID, string wifiPWD) { DateTime...
View ArticleHow to pass my spinner list value into my other layout..
I retrieve data from my database using php and sync into my xamarin android app, retrieving and synchronizing is no problem, but my problem is how to pass that list of values that I put it into my...
View ArticleReference error. I do not get to fiz
When i try to compile my project for IOS i get this error /Volumes/Files/DEV/MicroPower/PerformaMobile/Git/Clients/excentric/PerformaMobile/PerformaMobile.iOS/MTOUCH: Error MT2101: Can't resolve the...
View ArticleHow to Change selected Tab Background color in Tabbedpage in Xamarin.forms
I want to change selected tab background color like attached image. Please send me any reference code or links. Thanks in Andvance.
View Articlemtouch command line: error MT0096: No reference to Xamarin.iOS.dll was found.
If I execute this command in the msbuild directory where the exe has been placed: mtouch blabla.app blabla.exe --sdk=13.1 --sdkroot /Applications/Xcode.app I get the following output: Xamarin.iOS...
View ArticleShell : Custom icon for selected tab
Hello everybody, I'm playing with the COOL xamarin shell, but I didn't found a way to change icon of the selected tab. <TabBar Route="sections"> <Tab Title="home"> <Tab.Icon>...
View ArticleXamarin.Forms with Navigation TitleView is having left and bottom space in UWP.
Navigation page in UWP is creating space in left and bottom if I use NavigationPage.TitleView to customize the title view. Can anyone help me in removing space?
View ArticleHow to convert URI to File Path from a content page
Hi I am fairly new to Xamarin. I have used the Plugin.FilePicker.CrossFilePicker to load a file but it is giving me a URI instead of the file path on some devices. How do I convert the URI to the...
View ArticleBackgroundIMage Loop
Hello everyone, I have a problem with the background of my application since it is repeated in the form of a mosaic and in theory I should not do that, it is coded in xaml, in an emulator android looks...
View ArticleCollapsing Toolbar Layout in Xamarin Forms
How to design the Collapsing Toolbar Layout in Xamarin Forms with background Image? Like: http://i.stack.imgur.com/ynteo.gif
View ArticleHow can i get the row data on item tapped of syncfusion data grid in xamarin...
Hi, How can i get the row data on item tapped of syncfusion data grid when autogeneratedcolumns is true, i am not using model in my code in xamarin forms. Note: Getting data from database directly...
View ArticleApp crashes on Testflight when I restart the app
My app apparently works fine once installed by testflight. The problem comes when I restart the app or close the task of the app on my iPhone, and I try to open the app again. In this moment, the app...
View ArticleVS for Mac Unable to Run or Debug Unit Tests
Since we upgraded to newer versions of VS for Mac we are having problems running and debugging unit tests. Are unit tests are written using NUnit 3 as .NET Core console applications. The VS version...
View ArticleProblem with OpenUrl callon iOS
Hi all !! Currently I am working on a Xamarin.Forms project which can be called from another app using url. I have two pages which should be shown if user is not logged in and another (MainPage) of app...
View ArticleExif data from photo
I'm looking for a way to extract the Exif data (specifically, gps coordinates where photo was taken, when available) from images on the phone, both iOS and Android. XLabs Media Picker doesn't provide...
View Articlehow to upload image to the server using api in xamarin forms?
API : http://hallpassapi.jamsocialapps.com/api/profile/UpdateProfilePicture/ Method: Post (multipart/form-data) Parameter : StudentId=2123
View ArticleProblem handling OpenUrl calls with XF on iOS
I'm working on a Xamarin.Forms project that can be called from another application using an url "testscheme://dosomething". A OnePage should be shown if the application is called directly and...
View ArticleListView with MVVM - TapGestureRecognizer not working
Hi, I'm trying to go the MVVM route and avoid doing stuff directly in the code-behind, I'm finding that trying to detect a row being clicked to invoke a command painful to implement. It would seem that...
View ArticleXamarin bluetooth get file from pc app
Hi We are trying to build a simple app that will connect to a pc and collect a specific text file and transfer it back to the phone. Can anyone help? We can put the file i a specific place but we need...
View ArticleXamarin bluetooth get file from pc app
Hi We are trying to build a simple app that will connect to a pc and collect a specific text file and transfer it back to the phone. Can anyone help? We can put the file i a specific place but we need...
View Article