Multiselect ListViews
I am new to Xamarin Forms and was wondering if we could build Multiselect Listviews using Xamarin Forms. Any help would be appreciated.
View ArticleGeolocator plugin not working
Hi, I need this plugin. And I'm using or testing this code https://components.xamarin.com/view/geolocatorplugin and it doesn't work. My xamarin studion is 5.7.2 (Indie). string tmpAdress; var myAddress...
View ArticleListView binding to ObservableCollection does not update GUI
Hi Can anyone tell me why this simple code is not working as expected? Does the ListView control not listen for changes in the bound property? Expected: when I click the Add button, the GUI (ListView)...
View ArticleIgnore - Answered: Visual Designer (GUI DEV) for Forms
First off, apologies as I am very new to Xamarin and it has been a struggle getting Xamarin, Xamarin Studio, et. al. installed without PCL issues. I have searched the forum but I am not finding an...
View ArticleSQLite.NET PCL lock guidelines
The Xamarin documentation and examples I have read shows using lock() around the database calls. However I don't see any reference to locks in the SQLite.NET PCL documentation. What about using the...
View ArticleWho should be responsable for Navigation? View oder Viewmodel
Hi, I'm pondering now for quite a while over this question. In one way there is a lot that speaks for having the View beeing responsible for Navigation, as in a way the whole GUI of an App is a view of...
View ArticleHow can i draw route on map for xamarin Forms ?
Hi, I have source(current location) and destination locations, Here need to show the Route map between the locations. And How can i implement the current location changed event in Xamarin Forms.....
View Articlelistview long press/ tap delete popup
Hi, I am looking for an example to delete or edit a listview item on long tap. Is it possible or I should do that for android and iphone individually. thanks
View ArticleCorrect place to store things securely
I'm doing some work with azure mobile services which requires me to store both an application key, and also cache user authentication information locally (not passwords, just a token). Is there a...
View ArticleWebView loaded in background
I have a WebView in a ContentPage that I am instantiating and setting the url to the WebView in the constructor. I am then later showing this ContentPage with PushModalAsync. Thing is, the WebView...
View ArticleStrange behavior of Editor in TableView on Android
I can't seem to make an Editor behave properly when it is in a cell of a TableView on Android. It is also a little funky on iOS, but that can wait. I have the Editor contained in a ViewCell, which in...
View Articlecreating sqlite db on local file system
Is it possible to access local file sqlite db from android emulator? I am not sure what i am doing wrong but when I try to access the DB i created with Sqllite DB browser on my local drive, I cant read...
View ArticleAdding a ContentView in a ContentPage
Hello, I have a ContentPage with a text field and a button. Once the button is clicked I want to load a ContentView under the button. The ContentView has a ListView of stuff I want to display....
View Articleapp size is too large
I have made simple app with 2 classes app.cs and CarouselView.cs. used this code Only thing app is doing a slideshow with predefined images. there are 7 images, total size 800kb but when I created .apk...
View ArticleFocus problem in TableView with several EntryCells
Hi, just look at this Screencast: http://screencast.com/t/7lS8R6dNvpe If I select the lower EntryCell the upper one get's the focus as soon as the keyboard is displayed. Best Thomas
View Articlehow to make Contentview reusable?
According to the documentation Contentview is like UserControl of WPF. But we arent able to make it reusable, are we? I tried to use it as below but It doesnt work. this or this like wpf...
View ArticleUnable to scroll unless on a control
I currently have a scrollview with controls inside. However on Windows Phone when I try to scroll the page up and down, the scroll doesn't work unless I am touching a control inside that scroll view....
View ArticleCommand not called from Command parameter in custom control
Hi folks, I'm trying to create a custom control, derived from Button (not from "View") which has some added BindableProperties on it. This is what I've tried - in order to get the tap functionality of...
View ArticleApplication.Current.Properties not persisting
Any data I save to Application.Current.Properties seems to clear whenever I restart the Application? I'm using the following code to save the data: private static void SaveLoginLocal () { if...
View ArticleGesture confusion
Hi Xamarin Experts, I desperately needed to catch scroll events in my PCL, but ran into all sorts of problems. I ended up having to catch the scroll events in Android with SimpleOnGestureListener....
View Article