Use BottomNavigationView for Android's TabbedPage for a more unified Tab...
Summary The BottomNavigationView (can't post links yet. Google it) that's available in the Android Support Library is the new and preferred way of using tabs in an Android project. Using BNV will...
View ArticleImage is skewing in iPhone plus devices and XS Max devices for LaunchStoryBoard
HI Guy's, I'm using LaunchStoryBoard for splash screen in my xamarin forms app. I used 2x,3x images even-though image is skewing in Plus devices and XS Max devices. 1) 2x Image Size - 750x1334 3x Image...
View ArticleHow to obfuscate xamarin forms android app with Confuser cli ?
when I pass the app.Android.dll and its dependents (Java.Interop.dll, Mono.Android.dll, Xamarin.Forms.Platform.Android.dll, Xamarin.Forms.Core.dll, Xamarin.Forms.Platform.dll and finally mscoree.dll)...
View ArticleHow to I change the selected text color of Hamburger item
i want to change the text color of selected item in MAster detail page???
View ArticleIssue with Creating Card Connect SDK Xamarin binding Library for iOS
I created a Xamarin Binding Library project to map the card connect sdk for ios and was successful in it. But when I try to create a sample project to test the function its giving me the following...
View ArticleHow to make a PageModel as root Page in Xamarin Forms FresgMVVM?
after login automatically I want to make a specific page as a root page.so how to do this in FreshMVVM Xamarin Forms?
View Articlevideo minimize or overlay functionality in xamarin forms.
how can we achieve video minimize or video overlay functionality in xamarin forms. suggestion of any method or any NuGet package will be helpfull. you can get some idea from above image
View ArticleAltering the Assets.car & translation dll files via a post build Jenkins job
I am developing a white label solution in Xamarin for iOS & Android. The template app will be the same for all clients but certain elements (app icons, launch icons & translations,...
View ArticleXamarin MessagingCenter not working for some pages
I'm using messagingcenter to send message from a viewmodel to another viewmodel, the destination content page can be accessed from master page only(by clicking on hamburger icon). message can be send...
View Articlehow to build smart search from custom Entry
Actually, I want smart search option in my app using custom entry. for eg: I have field Country and I wanted to select India. So I will type some words in field like (in) so it must show countries name...
View ArticleWhy is my MasterDetailPage not showing a menu/burger icon in IOS, but does in...
I have a simple view in the app which has a master detail page with a menu page and a content page (the content isn't relevant): public class MainApp : Application { public MainApp() { MainPage = new...
View ArticleFirebase Performance Monitoring SDK for Xamarin Forms
Hello, I am looking for Firebase Performance Monitoring SDK for my Xamarin Forms app. but i am not getting any where. now i have doubt, SDK is available for xamarin forms app or not. Not able to find...
View ArticleUnit testing FFImageLoading and calling CachedImageRenderer.Init?
I am trying to create unit test that calls methods that are dependent of FFImageLoading.Forms.CachedImage . I get this exception: System.Exception: Please call CachedImageRenderer.Init method in a...
View ArticleXlabs Checkbox Value to JSON
Looking for some help on using the Xlabs Checkbox for Xamarin Forms. when the submit button is pressed it saves my form to JSON but I'm not too sure how to use the Xlabs Checkbox to pull the checked or...
View ArticleSwipeable ContentView to visible the button/grid on left swipe
I have gone through various links and methods to achieve the swipeable content view inside a list. One of the way I am so close is creating a swipe listener and inheriting it to the content view. Are...
View ArticleCreate Multiple Table with SQLite Database
hello, xamarians, I am creating a project and I want to need to more than 3 tables but I don't understand how to create please help me out.
View ArticleDetect and Open another App on device
Can someone tell me the best approach to accomplishing this for IOS and Android. Code samples or links to related discussions would be most appreciated. thanks
View ArticleHow to add swiping dots to Tabbed/Carousel page?
I'm wondering how to add dots indicating to swipe screens in either TabbedPage or CarouselPage like in the below image? I tried adding images for that but they don't look natural so is there a real way...
View ArticleColorize one or several part(s) of a label's text
Hi, I developed a page presenting some users. This last one is simply containing an entry and a listing. I tried to colorize the users' informations matching with the text previously typed into the...
View ArticleXamarin UWP Map is blank
my maps on UWP is blank, just a black screen with the zoom buttons. i have given capabilities, put the init codes in the UWP app.xaml.cs. HELP
View Article