Trying to implement showing multiple selections on ListView
This is the class for the objects in the list (At least the relevant portions) ` public class Icd10Code : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; protected...
View ArticleXamarin forms in windows phone cannot debug in device and simulator
When I trying Debug Xamain forms application target windows phone 8.1 (device or simulator) silverlight application, but always output this error and end the debug mode. Anyone got idea how to fix...
View ArticleRemove icon from action bar from xamarin forms android project
Hi, Can someone help me in removing icon from action bar ? Thanks, Ashish jha
View ArticleCan Scroll view indicate if content is cut off?
I have a screen with a scroll view (that has many input items) and a save button. Depending on screen size, and item alignment it is possible to not realize that items are off the bottom of the screen....
View ArticleHow to use System.Data.DataTable and System.Windows.Form.DataGrid in...
Hi Team, I am working on xamarin.forms project and want to use System.Data.DataTable, System.Windows.Forms.DataGrid and other .NET components in PCL. As far as I have explored .NET Portable Subset, I...
View ArticleAdding C# items to Grid Layouts
When working with a grid layout structure in C#, like this example, adding elements to your layout doesn't work with the same syntax as others? For Example, adding images as described here says to do...
View ArticleGet .mp3 files from PCL on each platform
Hi I have a PCL with a subfolder Data/Sounds where i have 360 soundclips I will play the sound on each platform (Android, IOS and Windows Phone) using DependencyServices.Get<>.... But how can i...
View ArticleTrouble sharing a StreamImageSource from iOS IPhotoChooser
I have a Xamarin.Forms project which uses the native photo choosers on Android and iOS to load an image from the gallery or the camera and display it in a Forms page. My implementation uses the...
View ArticleIn XF.iOS project, the screen doesn't roll up when keyboard appears?
In Android and WP it does roll up so that the entry control is visible when keyboard is activated. Is it normal for iOS not to roll up?
View ArticleButton within each cell of a listview: How to figure out which cell is...
Hello, I have a listview, where each cell contains a button and some text. When the button is clicked I want to know which cell (containing the clicked button) was pressed. Like cell with index 3...
View ArticleSet image from bitmap
Image image = new Image (); Bitmap bitmap = Bitmap.CreateBitmap (200, 100, Bitmap.Config.Argb8888); Canvas canvas = new Canvas(bitmap); var paint = new Paint(); paint.Color =...
View ArticlePush Notification that really works
Hello everyone, along these 4 days i tried every plugin and component that Xamarin and others provide to work with push notification and no one of them works. i've tried Azure Message, Azure Web...
View ArticleHow to handle individual ViewCell clicking events once added to a ListView
So I have a ViewCell that displays some labels and two images, and I would like to make the ViewCell clickable and then handle what to do once the ViewCell is clicked. I would like to have one of the...
View ArticlePlease help me understand what's wrong with this binding
I've read through the binding material on the getting started, and I watched probably a half hour of the university course. I'm trying to get a basic binding to work. I have this XAML toolbar item <...
View ArticleA ListView with an expanding footer
Hey guys, I've been Googling around for a while and I'm unable to find something that will help me do what I need. I want a ListView where the footer will expand to fill the screen if there are not...
View ArticleHow do I use Custom Pin (Tamarin.Forms.Maps)?
Which is the best way to use custom pin in Xamarin.Forms.Maps?
View ArticleApplication starting behind the top time/battery bar on iOS?
I tried using my Xamarin.Forms app on iOS for the first time today and ran into the minor problem where my App runs behind that top bar on iOS, so the battery icon/time/carrier bar is in front of my...
View Articlehow to download and install a new application into existing application using...
I am new to xamarin.forms. In my xaml content page I have one button-name-update. when click on that button I want to update the old app with new app with out lossing the database files. I need the...
View ArticleControl working in debug on device and in simulator but not in Ad Hoc build
I have a control a built using NControl for Xamarin forms. It works in debug on the device and the simulator, but when I do an ad hoc build and test it, the controls don't show up. Anyone have any...
View ArticleIs it possible to use the Windows.AzureStorage package with a Shared Library...
Can get the Azure Storage package (5.0.1-preview) working in PCL but not in Shared Library, no reference is being created when I add the nuget package and the only .dll I can find seems to be for the...
View Article