Cannot derive from sealed type Pin. Xamarin forms google maps
I am currently trying to add custom properties to my pin class, and I have to use xamarin.forms.google.maps because of its "Selected pin" event. public class Pin : Xamarin.Forms.GoogleMaps.Pin //...
View ArticleCannot derive from sealed type Pin. Xamarin forms google maps
I am currently trying to add custom properties to my pin class, and I have to use xamarin.forms.google.maps because of its "Selected pin" event. public class Pin : Xamarin.Forms.GoogleMaps.Pin //...
View ArticleWhere to save a picture in iOS and then to show it in app
Hello, I have a project for Android and iOS that needs to show a user image and video in a view. In Android this was simple. I could just get the path using...
View ArticleWhere to save a picture in iOS and then to show it in app
Hello, I have a project for Android and iOS that needs to show a user image and video in a view. In Android this was simple. I could just get the path using...
View ArticleWhere to save a picture in iOS and then to show it in app
Hello, I have a project for Android and iOS that needs to show a user image and video in a view. In Android this was simple. I could just get the path using...
View ArticleWhere to save a picture in iOS and then to show it in app
Hello, I have a project for Android and iOS that needs to show a user image and video in a view. In Android this was simple. I could just get the path using...
View ArticleXamarin Forms - Shell Flyout without items?
Hi, I want to use "shell", but I'm trying to make the shell flyout content without items, I want to build my own content on that section, it there a way for do it? I don't want to use the 1 picture +...
View ArticleAndroid Google Pay
Hi, im trying to add a payment Button to my app using this guid https://devblogs.microsoft.com/xamarin/bring-android-pay-to-your-apps-with-stripe/ What i dont know is, how will i get the payment to my...
View ArticleXamarin.Forms.GoogleMaps cannot derive from sealed type pin. Trying to add...
I am currently trying to add custom properties to my pin class, and I have to use xamarin.forms.google.maps because of its "Selected pin" event. public class Pin : Xamarin.Forms.GoogleMaps.Pin //...
View ArticleXamarin Forms iOS project is failing while doing archive for publishing
Hi, I have a Xamarin .forms project. For that ios project, When I am creating a Release build, it is throwing the following error. A PackageReference for 'NETStandard.Library' was included in your...
View ArticleImplementing INotifyPropertyChanged for an OS-related value
I'm trying to implement INotifyPropChanged for a volume level property, which is required to be set and updated dynamically (i.e., the label should change as the user presses up and down volume keys)....
View ArticleVideo is not played in iOS project
Hello, I have used Plugin.MediaManager in my Xamarin.Forms application. It works perfectly in Android project, but in iOS project it does not. I have added VideoViewRenderer.Init(); in AppDelegate, and...
View ArticleBasic UI architecture: prompting for information
I'm trying to create a music player app with a playlist. Part of this exercise is that I want to use commands for my interface. I've made a playlist page that shows a list of playlists (now empty) and...
View ArticleStyle OnPlatform and DynamicResource
I have defined a style , but I'd like to set the Android and iOS values to a DynamicResource - What's the syntax? <Style TargetType="SearchBar" ApplyToDerivedTypes="true"> <Setter...
View ArticleCustom Listview With ViewCell Item Click (Button) Navigation To Specific Page
I'm Using a Custom Listview which Contains ViewCell. I have a Button inside my Each ViewCell as Shown below in the Picture. I want , when a user clicks a Button in a Row , He should Navigate to...
View ArticleChanging the colours of the toolbar (at the top in IOS), works until the more...
Hi, The xamarin forms app I am working on allows the users of the app to switch between normal colours and dark mode in the app, I have this working well and the theming throughout the app does what I...
View ArticleHow To Add List to Local Database? and images As it even cannot take the...
public ImageSource Image1 { get; set; } public ImageSource Image2 { get; set; } public ImageSource Image3 { get; set; } public ImageSource Image4 { get; set; } public ImageSource Image5 { get; set; }...
View ArticleHow to vertically scroll a list of horizontal collection view
l have 3 horizontal collectionviews list and they user needs to scroll to see the last view. How can l implement this in xamarin forms..Can l use scrollview with collectionview
View ArticleHow can i make a label fit/ auto size the grid row and column specified for it?
Hi, I am using Grid layout to try making the app responsive and when i use label and set a font size to it, the label sometimes surpasses the space (grid.row & grid.colum) alocated for it. Is it...
View Article