How to download a file in Xamarin Forms and store it in the device storage ?
Recently I've tried the nugget package that is https://github.com/SimonSimCity/Xamarin-CrossDownloadManager By using this I've successfully download the file but the problem is where this file is...
View ArticleHow to change TabbedPage bar height in Android? (Already overriding...
So I've created and successfully replaced the TabbedPage renderer with a custom one. However, I have no clue where it calculates the height, can anyone point me to the right method?
View ArticleExpandable ListView
i am new in xamarin forms and i need to make expendable list view by Populating data from web services Thank you
View ArticleYoutube API projet no compiler
hello i'm debutant with xamarin form and i'm doing a demo app for testing youtube services (recovering videos from a playlist) worry i've got the following i have this error CS0656 C # Member required...
View Article"Invalid Siri Support"
Hi, when I submit to the AppStore I get the following error Invalid Siri Support - No example phrase was provided for INSearchForAccountsIntent in the "en" language. Please refer to...
View ArticleAndroid webview vs SQLLite
Hey guys, This is a strange question but I have a project that has been working perfectly for the past couple of years and I decided to update SQLLite as the old version I'm using is accessing...
View ArticleSqlite incompatibility or missing configuration?
This app works just fine on android, but when I try to use Xamarin Live Player, it gives me this message : Start (Mobile.Android, LGE LG-H422 Player, ). Attempting connection to debug address:...
View ArticleUsing HotKey.framework in a Xamarin.Mac app with PInvoke
Can I use this HotKey.framework inside my Xam MAC desktop app? It is written in Swift, but it is distributed as binary HotKey.framework file (in GitHub its releases page) Thks
View ArticleXamarin Inspector support is disabled for an unknown reason
I am trying to use the Xamarin Inspector with an Android 4.4 (API19) emulator in Visual Studio on Mac, but the inspector button says: "Xamarin Inspector support is disabled for an unknown reason"....
View ArticleCan Xamarin Live Player be used with an emulator?
I don't have a recent Android device, but I'd like to use Live Player to more quickly see changes to a screen (vs. building and deploying to the emulator, then navigating to that screen). Is this...
View ArticleSIGABRT while debugging async methods
These methods used to work fine, but iOS rejected our latest App version because an unspecified error. While debugging, they work fine, unless you go step by step after a breakpoint. After said methods...
View ArticleDeserialize Json and bind in ListView
Hi Guys I am new with Xamarin Forms and i want to deserialize this json and put the data in listview that is my json and i download this json from the last.fm and this is my class that i create with...
View ArticleThreading problem: how to await?
We have a SDK shipped in two native libraries, let's say lib.framework for iOS and lib.aar for Android. We needed to create a version for Xamarin, so we created a binding library for each of them...
View ArticleHockyapp distribution ?
How to distribution release version for multiple users? and every user need HockyApp Account or Not ? Thanks
View ArticleIs there support for SearchBar on nougat 7.0?
Uploaded a build to test cloud which passed on multiple devices and android versions. However the 7.0 device failed because the screen didn't render my search bar. <ContentPage.Content>...
View ArticleI can't update any support packages for android past version 25
I have the latest Xamarin.Android install and the latest api level. It keeps blocking me from installing or updating any packages that are above version 25. Is this a bug? Getting kind of tired of...
View ArticleNo property, bindable property, or event found for RowHeight
I'm getting a strange error when using platform specific RowHeight. This is the code: <ListView.RowHeight> 65 115 </ListView.RowHeight> <ListView.ItemTemplate> <DataTemplate>...
View ArticleVisual Studio Emulator for Android asking for HAXM instead of Hyper-V?
I am learning cross platform mobile app development for the first time and a few days ago had been struggling to get Visual Studio 2017 to deploy properly to ADV emulator. It was way too slow,...
View Articlexamarin forms youtube api full integration
Is there any possibility to have full integration with youtube using XF? for example, I want to implement "like", "subscribe" and "comment" options using the api (not inside youtube app), directly...
View ArticleNew to SkiaSharp/Xamarin - feature questions.
Hello. First of all, I would like to express my appreciation to the people behind SkiaSharp. I would also like to reiterate that I am completely new to both SkiaSharp and Xamarin itself.. I have...
View Article