How to set background image or color for particular grid row ?
Hi , I can able to set the background image for Grid like . How can I set for background image for particular row ?
View ArticleMaster-Detail project template gives Android error
Open a new project: Master-Detail for Android and UWP, with no further additions. For UWP no problems. For Android the app starts with the Browse page. Click on the About menu results in a white screen...
View ArticleShared app to trigger iOS code
Hi, I have a need for a shared app to trigger code in an iOS project. All code to login resides in the shared app so I need to call iOS specific binding project method once the user is successfully in....
View ArticleMake multiple links in labels clickable
I have labels with paragraphs of text that may or may not contain one or more URLs at any given time. I want to parse the string of text, see a URL exists, and make it clickable to open in the default...
View ArticleXamarin.Forms Ininity Text Symbol in Button
Hi. Im trying To have Ininity symbol in Button., is it possible? This is the symbol code im trying to add ∞ but its not working. I read that it coud work in label but i want it in button...
View ArticleJava.Lang.NoSuchMethodError: no method with name='getLineSpacingMultiplier'...
Hello, I have xamarin form application working well in API 16+ devices. But when i run the same application in version 4.0.4 / 4.0.3 it throws below errors. Suggest me how can i overcome this error....
View ArticleHow to insert multiple selected images to database
Hi xamarin forum how can I insert / upload my images to database im currently using the plugin of xamboy's multiple images here is my code XAML <StackLayout> <Button Text="Pick image"...
View ArticleBest practices for back to previous page
Hi, I want to know how manage back function with Prism and NavigationService. I have the follow scenario: PageA(params2pageB) ->PageB ->Page C When I navigate from PageA I send...
View ArticleWhere to store files in Xamarion Forms application
Hello, I need to store video files to be reproduced in an Android and iOS system. So far, I have not found any information about where to store the files. Notice that I need to store the files using...
View ArticleFile Picker in Xamarin make only select particular format files
Like: doc,txt have any solution?
View ArticleHow to get data files folder in Xamarin.Forms
Hello, I need to show a video file in Xamarin.Forms. I have placed the MP4 file in \Internal storage\Android\data\com.mycompany.MyApp\files\Videos Then, I tried to access it using: string videoPath =...
View ArticleSaving files in an Android device and then load in Xamarin.Forms application
Hello, When browsing an android device, I see that my application was deployed at "\Internal storage\Android\data\com.company.MyApp\files.__override__" Using that folder, I have created the folder...
View ArticleCollectionView
Hi. if the first or second element has a different size, then after changing the elements below, the list starts to scroll up. How to fix it? top of list: bottom of list: after clicking on the penult...
View ArticleXamarin Keyboard
Hi, I require a plain clean keyboard when I click on an entry, but I keep getting "gif" "google search" "emoji" features on the keyboard. I've tried setting the keyboard prop to "Default" and "Text"...
View ArticleRemove extra space from FlexLayout
I have a FlexLayout with following properties. Whenever any element is added to it(except the first one), extra space gets added automatically at the bottom. How do I get rid of that extra space? var...
View ArticleThe error displaying ViewCell in Android.
Xaml cell: xmlns:ffimageloading="clr-namespace:FFImageLoading.Forms;assembly=FFImageLoading.Forms" xmlns:xamarinLibrary="clr-namespace:XamarinLibrary;assembly=XamarinLibraryNS"...
View ArticleListView items in single line wrapped - No scrolling
Hi, Currently For ListView, using Label inside DataTemplate and ViewCell, items are bounded vertically line by line. Like below e.g. content 1aa 2b 3d 4ee 5f 6g 7ii 8j 9kkk 10l Is there anyway to show...
View Articleios- Navigation.PushModalAsync doesn't work sometimes
Hello, I am working on shared project. I am trying to open a page automatically when some conditions meet. for that i use MessagingCenter. when I try to push a page using PushModalAsync, sometimes...
View ArticleDirectional Annotations in Bing Maps
Hello In MonoTouch it is possible to create directional annotations based on an angle value Check this example: https://forums.xamarin.com/discussion/6652/directional-annotations-in-mapkit I would like...
View ArticleHow to reference object in Sqlite
Hi all, i just want to save localy an object, but this object contain an other object : (like this) how to add this object in my database, i need to create another table and reference it or i can...
View Article