Master Detail - How to?
I know this might be a simple question but I can't seem to find an answer. I'm would like to have a master detail page that would have a few items on the master and a few items on the detail section....
View ArticleHow can I create animation for ListView item?
I have ListView with custom ItemTemplate which contains the Image. ListView placed in center of Grid. Need to animate Image move to the right Grid corner when I click on "+" button. I know that I can...
View ArticleHow to use a ListView in a ScrollView with XLabs-PopUp-Control?
Hi all In my App, I have a huge search-page with various (filterable) ListViews (until over 4’000 Items) in a StackLayout and the StackLayout in a ScrollView (as the Page has to be scrollable). The...
View ArticleDefault DatePicker Format
I'm talking about DatePicker. I'm curious if the Default Format is "MM/dd/yyyy" or if it's the default Format of the current device? The documentation doesn't say anything about it. Thanks!
View ArticleMasterDetail ListPage ScrollView issue after keyboard appears
Hey all, Wondering if anybody else is experiencing this issue, I'm experiencing it on iOS––haven't tested Android yet). I'm using the MasterDetail structure for my Xamarin.Forms project. The "Master"...
View ArticleTelephonyManager Line1Number null (urgent)
Hello all, Why is the following code null? Line1Number TelephonyManager tMng = (Android.Telephony.TelephonyManager)Application.Context.GetSystemService(Context.TelephonyService); var as =...
View ArticleWebView doesn't get resized or panned when soft keyboard is overlayed
I'm using Xamarin Forms 2.3.3.175, the latest version, and testing on Lollipop emulator. When the input field in a WebView get focused, the software keyboard is scrolling up and the input field is...
View ArticleWhite screen is coming before page loading after splash screen was closed
I used webview in Xamarin.Forms to load url in MainPage. Before loading the application white screen is coming so I added splash screen, now white screen is coming after splash screen and before...
View ArticleSend data from one xamarin.forms app to another xamarin.forms app
Is it possible to send data from one xamarin.forms app to another xamarin.forms app and get some data back ? How do I implement that ?
View ArticleUse Custom Renderer for Label when Text is set via binding
Hi everyone. I'm developing a cross platform app using Xamarin.Forms and Prism. I'm targeting both Android and iOS. The Android version has been realeased for a couple of months and is stable and fine...
View ArticleUWP GroupHeader isn't rendered when using ListViewRenderer
I have the following HeaderTemplate defined in App.xaml: <DataTemplate x:Key="ListViewGroupHeaderTemplate"> <TextBlock Foreground="Black" Text="Something" /> </DataTemplate> I use it...
View ArticleImageSource from URI with Authentication
Hey, I want to load icons from the internet, and UriImageSource is exactly for that. Unfortunately I need to be authenticated. Can I somehow give UriImageSource authentication data?
View ArticleHow to recalculate View layout?
Is there some way to get Xamarin Forms to re-measure and re-draw a view or layout without having to subclass it? I have so many problems with views and layouts not resizing as data changes, a public...
View Articleandroid listview crashes not on iOS or UWP
This code works fine on iOS and UWP however on android it crashes. If I comment out hte mainStack.Children.Add(listView) line all works ok. From output window 10-14 19:53:33.768 D/Mono ( 2550): Found...
View ArticleHow to change the Toast Font Size in Xamarin Forms ?
How to change the Toast Font Size in Xamarin Forms ? I've using that plugin mentioned in the link below.Every thing is working fine but it's not possible to change the font size in Toast Message.Can...
View ArticleGet Location without wi-fi connection
I'm using Xam.Plugin.GeolocatorPlugin in xamarin forms portable project, and i'm trying to get the GPS location , the code works when wi-fi is turned on. But when wi-fi of device is turned off, never...
View ArticlePrism + Android
Hi List, me again. I got prism + UWP to work like expected. But now a new Problem comes up. I try a Solution from the Prisms_Templates (UsingModules) to run on a Sony Xperia with Android 5.0.2, i set...
View ArticleMore ListView iOS 10 fun, not resizing so not properly scrolling when item is...
Trying out the latest 2.3.3.152-pre2, we've got a listview where we tried to do it right meaning don't put in a scrollview, put your page element in the header and footer and then use the viewcell for...
View ArticleAdding Android AutoCompleteTextView as a native bindable view to Xamarin...
Hi, I've tried to add the Android AutoCompleteTextView control as a native bindable view to my Xamarin Forms project. It displays on the page and filters correctly when I type something in the box but...
View ArticleXamarin Forms - Android - Override textAppearance of Small , Medium , Large
Hey guys , i'm trying to override the default text appearance in my xamarin forms app for android . This is my styles.xml but its not working ( For textView , picker etc...) <?xml version="1.0"...
View Article