iOS StatusBar, padding and background color.
I have an app with simple ListView inside a ContentPage which represent one of the pages of a TabbedPage view. Said app has a background color different from the iOS default and that proved to be an...
View ArticleAllow label text to go over the device's width
I have a label on the top of my page, and I've made it into an animation where the text animates by flowing across the screen (like news on TV). When I put the label inside a stacklayout, the text is...
View ArticleHow to navigate to TabbedPage's child page
I meet a scenario to navigate from MyTabbedPage/ChildTabPage1/Page1 to MyTabbedPage/ChildTabPage2/Page2 in Xamarin.Forms Right now, I can only switch between MyTabbedPage/ChildTabPage1 and...
View ArticleSearching in ListView causes ListView Item to move under above view
I don't know how to explain it but here is a video explaining it. This only happen on iOs Here is a link to the video https://www.dropbox.com/s/tlyorc73phibrmn/ScreenCaptureProject1.mp4?dl=0 Here is my...
View ArticleAccess Label in Xamarin RadAutoCompleteView in the C# code
Is there a way to access the labels in Token Templates in RadAutoCompleteView in the C# code? Trying to set a name on the Label and change the property of the label in the C# code results in crash....
View ArticleHOW TO GET INDEX OF A ROW FROM LISTVIEW FROM BUTTONS INSIDE LISTVIEW
ok i need to get index of listview item from buttons inside listview item, without give a tapped in listview item...sounds tricky -------Listview item1------- button1 button2 button3 -------Listview...
View ArticleDownload files on Windows Phone 10 or UWP using C#
I want to download the pdf file from server "http://che.org.il/wp-content/uploads/2016/12/pdf-sample.pdf" and save the same in local. I using below code to achieve this. however I'm not able to...
View ArticleGet type API response
Hello Developers, I am call get type api it's status code StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1 But in this line i am getting text not json var Data =...
View ArticleXamarin.Forms.WebView not loading URL ?
public class WebPage : ContentPage { public WebPage () { var browser = new WebView(); browser.Source = "http://Xamarin.com"; Content = browser; } } I tried the above coding, working fine. But when I...
View ArticleAndroid Marshmallow Permission issue for USBManager
Am creating an Android app using Xamarin forms, which will access USB host. When am trying this application in android device version is less than 6.0(Marshmallow) its working perfectly. Below is the...
View ArticleDeeplinking in xamarin.forms?
Can any one help me how to open our app from URI ? Thanks in advance.
View Articlecarousel view with center image on top
Hi , I am trying to implement a carousel view which will look like cards view with center image on top same as this attached image, I tried several things but it did not worked , please give me any...
View ArticleBinding data to UltimateXF chart from view model
I am using https://nuget.org/packages/UltimateXF/ charts in my app and I know how to set data from code behind. My problem is I want to know how to bind data from view model. <StackLayout...
View ArticleHow can I implement instagram and twitter posts into a Xamarin.forms project?
I'm trying to add text posts from Twitter and Instagram Images from a specific account to update and view ina Xamarin.Forms App. Is there a NuGet package or up to date API tutorial that can explain how...
View ArticleEstimados amigos, como puedo utilizar sesiones, estoy utilizando visual...
Estoy utilizando visual studio 2019 y aun no hay mucha información al respecto, según vi foros anteriores utilizan un paquete settings pero al parecer no se encuentro en en esta nueva versión, les...
View ArticleXamarin Forms (iOS) - Intermittent "Please select a valid device before...
While debugging a Xamarin Forms project on an iOS device, I will intermittently encounter "Please select a valid device before running the application". When this happens the Visual Studio 2017 IDE...
View ArticleShell - Navigate into inner tab of a different Shell
Hello, I have a main shell page 'AppShell.xaml' with Flyout navigation In this shell I have 2 FlyoutItem with a single ShellContent (we call it Page1 and Page2) and 1 FlyoutItem with 4 ShellContent (4...
View ArticleHow is the best way to dynamically CRUD controls at run time??
Hello I am slowly working on an application to control my home automation - I am looking to allow the user to change the items that will be available. I need to CRUD controls dynamically as the user...
View ArticleTelerik Imagepicker for Android or Ios?
Hello. Does anyone know if telerik has a good way for picking single image from gallery that works for both Android and Ios? I have other than that seen jamesmontemagnos library but don't know if it...
View ArticleHttpWebRequest-The remote server returned an error: (400) Bad Request
i am working on push notification with onesignal .i am getting some error while requesting to web server,like HttpWebRequest-The remote server returned an error: (400) Bad Request and...
View Article