Fade in images in a page
Hello, I would like images to be faded in when a page is loaded in Xamarin Forms. I know that there is a "simple animation" FadeTo function but i am not sure how to use it to make sure that the image...
View ArticleHow can I update an Image view without flickering on Android?
I have an ImageSource which is being updated on a timer with an image being loaded from a URL. On iOS, this creates a very smooth experience. However on Android, every time the ImageSource is updated,...
View ArticleLabels always in the bottom right corner of the page
I've got the following problem: in one of my views I've got a scrollview and I want to have on the bottom right corner of the page two labels - one below another with the information about the last...
View ArticleHow to uwp close button go to the left side of title bar
Hi MainView.xaml in uwp opens but title is right and close button is left in title bar. Why?
View ArticleHow to tell when the last row of a dxGrid:GridControl becomes visible?
With a GridControl, how can I trigger an event when the last row of the list becomes visible? I'm using a GridControl to display a list of data and check boxes, and I want to trigger an event when the...
View ArticleEmbedded Image isn't loading
I'm trying out embedded images. First I get constantly "MarkupExtension not found for local". This is fixed it seems. My image is still not loading. What am I doing wrong? Some noob questions: What...
View ArticleXamarin.LiveReload 0.4.0 not showing in NuGet
YES, "Include prerelease" checkbox button is Enabled I closed all VS instance and run VS again several time with no luck.. still shows 0.3.27 without 0.4.0 Please help I also updated my Xamarin.Forms...
View ArticleSet background image and opacity but not the text in the screen
I have set an image as background in the Content Page But the text or labels inside it affecting the opacity even though I have set the stacklayout opacity to 1. Everything in the screen applied by the...
View ArticleBind Table
Hi xamarin forum how can I or rather what is the proper to call table from database to bind it to ListView should I do it like this as a side note TableName.Customer is the format of my table's name
View ArticleHow to not show separator/divider row between rows in a ListView()
Hi, I'm using Xamarin forms to show a ListView(), everything is working fine, but I cannot find out a solution to not show separator/divider row between rows in my ListView. Someone knows how to fix...
View ArticleFloatingActionButton renderer error...
Hello guys, I need some help to fix an issue here... I need to implement a FAB button to my application, and after some search in the Nuget, I choose from SuaveControls solution... In this package I...
View ArticleHow to bind dynamically listview item source inside tabbed page?
I have multiple tabbed page created dynamically.so how to show single listview to all tabbed content page?
View ArticleHow to implement responsive xamarin.controls.signaturepad.forms ?
In landscape mode signature is getting crop.so is there any way to implement signature pad in such a way that size of a signature does not crop in portrait or landscape?
View ArticleSignaturePad is showing Empty Panel on Android and No Canvas is showing to...
Hi, I have installed SignaturePad.Forms nuget on PCL/ Platform specific projects, and SignaturePad nuget on Android/ iOS projects. However, SignaturePad is working fine on iOS, but not on Android as...
View ArticleOnAppearing method called for every open page when returning from Camera app
As per title, when I open the camera app using Plugin.Media, once the photo is taken and confirmed/saved and focus is returned back to my app, the OnAppearing method is being called for every page that...
View ArticleWiFiManager.ScanResults now work. error
I have two projects. The code for both projects is the same and the permission settings in AndroidManifest.xml are the same. But one project works well. However, one project works fine and the other...
View ArticleHow to change the default icon of toolbar, when using toolbaritems with...
I'm trying to create a toolbar in xamarin.forms. I have added 3 toolbar items in it. All with order secondary. It works correct, but by default it is having icon with 3 vertical dots. I want to change...
View ArticleGPS Location Enable in Xamarin forms
In Xamarin forms ,I have to enable GPS like as below image not in settings page
View ArticleI have add a web service (asmx file , from the web) to my app and ai have a...
the error is "the type or namespace name 'services' does not exist in the name space 'system.web' (are you missing an assembly reference? what the reference ii must have add to my project to work this...
View ArticleUnhandled Exception: System.TypeLoadException: Could not resolve type with...
Anyone having or ever had an issue with installing Xamarin Forms 3.0+ (or another version) and then the app starts crashing on the .init(..) line in the android activity on start up. I am creating a...
View Article