HOW 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 ArticleXamarin.forms Shell Drawer/Opener Issue for RTL Language
Hi, i am working on xamarin.forms app with Shell 4.0.0-pre9 everything working fine but, i have Menu/Shell opening issue for iPad & iPhone differently. for example at iPad it opens from Right to...
View ArticleHow to handle errors in WebView
I'm developing an app for my client and have configured a WebView in my Xamarin.forms application. How do I handle errors (like Address Unreachable, no internet, etc..) I have added try clause and...
View ArticleXamarin.forms Entry IsPassword Property Using Not working textcolor
<Entry x:Name="passwordEntry" FontSize="18" TextColor="#696969" IsEnabled="True" IsVisible="True" Placeholder="{Binding PasswordLabel}" Text="{Binding LoginModel.Password}" IsPassword="True"...
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 ArticleHow Do i make a drop down list in Xamarin.forms??
I want to make a drop down like this image .!
View ArticleImplementation of Auto Slider for Carousal View Xamarin Forms
Need your help in Implementation of Auto Slider for Carousal View Xamarin Forms . Views should slide with some interval configured
View ArticleHow to create On-boarding screen in Xamarin form?
I am trying to Design Onboarding screen In Xamarin Forms .Any Suggestion Please?
View ArticleHow to provide local HTML file saved on desktop or phone memory as source of...
I have html files saved in a separate folder placed at desktop. How to give that html file as a source to webview. I don't want to add that file to the project. Any suggestions. TIA @JamesMontemagno...
View ArticleHow to use TextView.SetAutoSizeTextTypeWithDefaults(AutoSizeTextType.Uniform) ?
Is it possible (and if so, how) to use TextView.SetAutoSizeTextTypeWithDefaults(AutoSizeTextType.Uniform) in a Xamarin.Forms Android custom renderer? I am using v25.3.1 of the...
View ArticleCalendar Date Picker In Xamarin Forms UWP
How to create a calendar type date picker in Xamarin forms UWP app. So far I have tried this: <Image Grid.Row="3" Grid.Column="1" Source="Images/datePicker.png" WidthRequest="20" HeightRequest="20"...
View ArticleRemove Content view on Button Click
Hi, I have a content view which a grid view inside and in the grid is a button that has the function DeleteRowButton_Clicked is there a way to on the click of the button to delete or remove the whole...
View ArticleUnable to write to disk on iOS.
I'm having trouble writing to disk a simple JSON file. The code I'm using is this: //Write the tracking list to the disk public static void SaveTrackingList() { string json =...
View ArticleBest practices execute method async in ViewModel
Hello, I need that it execute a method async at the beginning in VM, how do it? example: public Command TextCommand { get; } public ViewModel() { TextCommand = new Command(async () => await...
View ArticleDate and timepicker
Hello, is there any proper way to create a datepicker seen like below where the user can pick month, day and hour during that day?
View ArticleWebView Custom Renderer Enable-Zoom Property
Hi, I've been trying to use a custom renderer for a webview becouse the default one doesn't include zoom. I've added succesfully the zoom but I can't control whether zoom is enabled or not. This is the...
View ArticleWhy am I getting this error: The name 'XXXXX' does not exist in the current...
Okay, so I have an application that calls from the same API on multiple activities. Since I don't want to rewrite the code for the RestRequest, I tried placing it all in one unique class so that I...
View ArticleOffline Map using MapBox with Xamarin.Forms(Shared).Android
I am working to create a Moblie APP for iOS and Android using Xamarin.Forms(Shared) project. Using MAPBox SDK and some GeoJSON coordinates, I have created a sample which can show the Polyline and...
View Article