MvvmCross-Tutorials icon indicating copy to clipboard operation
MvvmCross-Tutorials copied to clipboard

Results 7 MvvmCross-Tutorials issues
Sort by recently updated
recently updated
newest added

Hi, I see the following projects are duplicated with another repo (MvvmCross/MvvmCross-Samples). I have not done a file-to-file comparison for each project, but at least the names are seems to...

I'm just starting out with Xamarin/VS2015 App development and am being enormously frustrated by the fact that all tutorials are outdated. Upgrading the projects (e.g. TipCalc) didn't work, error below:...

If I clone the examples it would be great if they work.. But if I clone the examples on my mac all references are missing. Is it possible that you...

You can change it to "https://api.flickr.com/services/feeds/photos_public.gne?format=rss2" for testing,thanks. Other code: private List ParseDilbertItemList(string text) { var xml = XDocument.Parse(text); var items = xml.Descendants("item"); int size = items.Count(); var list =...

If you set the dateTime-Property in the viewModel to a date with 0 hours and minutes like private DateTime _property = DateTime.Now.Date; and then using the date picker by changing...

Definition: ``` public static FluentLayout AtLeastLeftOf(this UIView view, UIView previous, float margin = 0f) { return view.Left().GreaterThanOrEqualTo().LeftOf(previous).Plus(margin); } ``` It should be called AtLeftMostOf instead. (AtMostLeftOf is already used)

We have a problem currently that PictureTaking doesn't really work with rehydration - need to work this through