How to change background color of ActionBar of Android?
I learned the sample project MobileCRM(Xamarin.Forms) in order to customize the ActionBar(Android)/NavigationBar(iOS). On iOS, the sample created a custom render to implement it; on Android, the...
View ArticleAlign Spinner to center
i'm having trouble trying to align a spinner i know i need to align the adapter, not the spinner i tried some things i saw on internet, to create a spinner_item.xml, with the layout, but dont know how...
View ArticleOpen image from app cache in gallery app?
Hi all, I'm writing an app at the moment and part of that is that it downloads images from the internet to the app's cache folder and then assings these images to a gallery component, this all works...
View Articlehow to change the color of Title on contentpage
Hi, I have a Title in a page, exactly in the ContentPage in a XAML page. <?xml version="1.0" encoding="UTF-8"?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"...
View ArticleException throws when saving file in Android device in ExternalStorageDirectory
I faced a problem when saving file in the Android device in external storage location. Xamarin.Forms Android project details: Target Framework : Android 8.1 Minimum Android version: Android 4.4 Target...
View ArticleSend Xamarin.Forms (Android only) SMS without user interaction
Hello, I couldn't get sending text messages without user interaction to work, i've scratched the web for it with no luck, am I missing something or it is not possible (yet).
View ArticleUnable to cast object of type 'Xamarin.Forms.Xaml.ListNode' to type...
I set my items source like ListViewSpecialty.ItemsSource = Specialties; and this is my xaml: <TextCell Text="{Binding Path=Name}" Detail="{Binding Path=Id}"/> However, not matter what I do, I...
View ArticleDatePicker binding to minimum and maximum
We are finding in the DatePicker that if we bind to minimum or to maximum it works fine, but if we bind to both we get an exception. Interestingly, if one is hard coded, the other can be bound. Have...
View ArticleGet TimePicker value as String?
I can't believe this is hard information to find. I must be searching with the wrong words or something. Everybody's talking about binding this and binding that--I just want a string! When I try to get...
View Articleuse data table of any website to application
hi how can i use data of websites to my app? like news site , ....
View ArticleKeyboard hiding UI
I'm using a webview in my forms app and the webview has some text fields at the bottom but when i try to type in those fields at the bottom, the keyboard hides the UI or the view. I don't know how to...
View ArticleVSCode development????
Why on earth, in the 2018 year of the lord, when even Flutter allow movil dart app development on MICROSOFT VSCode, the very Microsoft owned Xamarin, not allow this???? Technical answer please, not...
View ArticleHow to send intent from Chrome (Android) to my own app?
Hi Everyone, I'd like to invoke an intent from Chrome (Android). I know this is possible because I can invoke zxing using the follow HTML snippet: Take a QR code This works perfectly. After tapping the...
View ArticleOrder of Elements in axml in Xamarin Android leads compilation error
I am getting compilation error in axml where I have referenced the item before declaring it. This is happening both for Relative Layout and Constraint Layout As far as I know, Android doesn't have any...
View ArticleHow can I Fix the problem with keyboard that covers or hides textfield while...
I'm developing an application in xamarin.ios and in the course of development I got a problem with keyboard and Text Fields. Every-time that keyboard appears if the text-field is on bottom in the...
View ArticleXamarin Mac Parse SDK, Has anyone got it working???
I'm trying to setup and use Sashido and I've tried all the NuGet packages and Assemblies I can find. They seem to all be made for Windows. Has ANYONE gotten it to work with Mac? Any help would be...
View ArticleListView - Scroll Issue
Hello I am very new to Xamarin development and I am using listview. I have following layout in the content page: Relativelayout as main layout, with fillandexpand for both horizontal and vertical...
View ArticleNavigation Master Page Issue
Hello - I'm developing an Android/iOS app with Xamarin Forms which relies on the Navigation Master Detail page for its main navigation. I've tested my app on Android and iOS simulators and it is...
View ArticleIs anyone actually using the geofence plugin in production?
I have created an app that uses the geofence plugin (https://github.com/domaven/xamarin-plugins/tree/master/Geofence) to notify users when they enter/exit certain locaitons. It works to some extent,...
View ArticleGoogle Places autocomplete in Xamarin.Forms
Hello guys, im pretty new to Xamarin and I'm working with Xamarin.Forms. My question is: how can I achieve a "Google Places search bar" in Xamarin.Forms? I don't need map integration, just like a...
View Article