TabbedPage issue in Android position
Ciato, i am using the xanimals app as an example to implement shells in my new app. I inserted a TabbedPage. All right until I move the tabs down with the following instructions:...
View ArticleXamarin Forms 4.5 AndroidX
With Forms 4.5 dependent on AndroidX, will there be problems if I need nuget that is pre-AndroidX ?
View ArticleIs it possible to put a toolbar item in contentview?
<ContentPage.ToolbarItems> <ToolbarItem Order="Secondary" Text="Share" Command="{Binding ShareCommand}" Priority="0"/> </ContentPage.ToolbarItems> Is it possible to do something like...
View ArticleXamarin Studio starting Android Player is stuck in "Starting Nexus 4...."
Hi Forum, I am using latest builds with Xamarin Studio on MacOS. When i create a fresh new project and launch it in the Xamarin Android Player it just keeps saying "Starting ....". The emulator starts...
View ArticleStop and Resume a service on specific times
I am using this example to build a small app: https://github.com/xamarin/mobile-samples/tree/master/BackgroundLocationDemo I want this service to only run between 8am to 10am (set by user in a settings...
View ArticleCache-ing data from API calls
I am using Prism for navigation in my app. Every page makes an API call to a web API endpoint to get data to fill the page, I am currently doing this in the OnNavigatedTo method but finding it...
View ArticleAnyone managed to create live pose detection with CoreML and vision? Any...
Hello! I'm trying to make work realtime pose detection with CoreML and Vision and it seems I'm not that experienced with iOS coding with Swift documentation, so I'm trying to find some tutorials and...
View ArticleScrolling Issue
I have 2 rows. When scrolling I want both of them to move down at the same time, but what happens is that the top row stays static whiles the bottom one (which is a CollectionView, if that helps)...
View ArticleHow To Close Drawer Panel Without Animation?
I'm showing Popup dialog when user click button on Master Page, I set IsPresented = false and then display the Popup. But I want the drawer hide without animation. Is this possible for Android, because...
View ArticleHow to get iOS storyboard to display background color as expected?
Cross-posting from Xamarin.Forms forum: I'm trying to get my iOS splash screen looking right. It basically wants to be a centered image, with the background in the brand's color. The image itself...
View ArticleCustmoize ToolbarIcon/ Commandbar icon/ AppBar icon size and hover in Xamarin...
There are two toolbar icons in this screenshot: Check mark(48x48) and an options icon(6x24). I am not able to warp my head around the fact that the check mark appears smaller than the options icon,...
View Articleupload an image to a FTP server
Hello Everyone. I'm working on a app and i need to upload an image to a FTP server in it. I'm using FluentFtp for this in which i have two ways to upload FtpObj.Upload(FileStream, Remotepath);...
View ArticleReal Modal Dialog with PRISM & RG.PopUp
I would like to achieve a functionality like an DisplayAlert with PRISM and RG.PopUp PRISM and RG.PopUps works fine together and I know how to deal with NavigatedFrom, NavigatedTo and MessagingCenter...
View ArticleHow to set the default dark mode?
Hi Everyone, I am looking for a solution by which I can fix my App in dark mode only in Android. I did this for iOS but looking for Android too. here is my style.cs <?xml version="1.0"...
View ArticleAdMob Ad is not displaying
Dear All, I have integrated AdMob with the help of bellow tutorial link. App is working fine. but ad's are not displaying. any idea? youtube link:
View Articlewhat you cannot do with xamarin.forms that you can do with native?
what is the real big difference between xamarin.forms and native? Xamarin.forms obviously doesnt generate native UI, especially for UWP. Most of the tools are rendered as custom UI if we check the base...
View ArticleApp crashes if you deny to access the camera in iOS, why?
Hi Everyone, I am facing a very strange issue, When the app open it asks for the permission to access the camera and if I deny . And when i open for the camera the app crashes. Here is the snippet....
View ArticleWant to show the 1st page of a TabbedPage OnResume() in iOS
When app started or resumed in Android I see the 1st page of a TabbedPage. But in iOS on resume it shows the last current page. I want to show the 1st page on resume also in iOS. Is it possible?
View ArticleBinding listview anomaly
Hi, I have a view model that takes data from openweathermap. The data are stored in a list (40 lines in forecast). There are also 5 other lists that filter the data by day1, day2..day5. My xaml binds...
View ArticleHow to bind text converter to button text?
I'm trying to bind converter to button text programmatically but the converter is not getting called descLabel.SetBinding(Button.TextProperty, new Binding("Text", BindingMode.Default, new...
View Article