mvvmcross Questions

2

Solved

I'm using MvvmCross 3.0.14 with Xamarin.Android. I have an MvxImageView that I can get to display a particular local graphics resource if I specify the image directly (without binding) using andro...
Bierman asked 5/1, 2014 at 23:3

0

I'm trying to embed Forms XAML view into Xamarin Native application with MvvmCross 6.0. I tried to reproduce effect of this solution but I got stuck on registering IMvxFormsViewPresenter. I also fo...
Extrude asked 22/4, 2018 at 20:55

2

Solved

I am trying to install MvvmCross.HotTuna.CrossCore 3.0.14 into a WindowsPhone 8.0 class library from the NuGet command line. Error I get when attempting to do this is: PM> install-package MvvmC...
Disreputable asked 23/5, 2014 at 15:12

1

Solved

so I have an activity that has a tabbed page with 2 fragments. public class RecipeDetailActivity : BaseFragmentActivity<RecipeDetailViewModel> { protected override void OnCreate(Bundle s...
Valentia asked 13/2, 2018 at 17:15

3

I want the user to be able to send feedback about my app to an address. Using the email plugin, this is all good, but in the body of the email, I want to pre-populate some information about the app...
Hydrology asked 2/3, 2014 at 0:26

22

When attempting to compile my Xamarin.Android app I get the compile error: Error 3 The file "obj\Debug\android\bin\packaged_resources" does not exist. MyApp.UI.Droid This error occurred after ...
Clubwoman asked 30/8, 2015 at 2:23

4

Solved

I'm trying to bind an image's src. I have tried using MvxHttpImageView like this <Mvx.MvxHttpImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="...
Thiol asked 13/10, 2012 at 19:50

1

Solved

I've updated my Xamarin.Android app package MvvmCross from 5.3.2 to 5.4 and app start crashing on startup. Manually I identified that the reason is the linker - I have link SDK libs only option ena...
Duffel asked 1/11, 2017 at 8:7

2

Solved

Since my user interfaces generally need to have localized strings, my view models provide all the strings which the views consume. This includes things like the titles on buttons. on the iOS side,...
Galangal asked 25/5, 2013 at 15:23

2

Solved

I'm trying to create a neat solution for the following situation: I've build an app that requires credentials to authenticate the user. Whenever the API wants to reauthenticate the user I would li...
Lenis asked 12/3, 2015 at 8:23

1

I recently updated MvvmCross from 3.5.1 to 4.1.4 in my project and published the app update along with it. After that, I see from Xamarin Insights that, a lot of users experience; Could not acti...
Individuate asked 31/5, 2016 at 8:49

3

Title says it all. Based on your experience, what's the key difference between both frameworks?. When we should use one over the other?. Intended use: cross-platform development (Windows 8, iOS, A...
Pallbearer asked 10/7, 2013 at 9:21

2

I am unable to bind ItemClick from MvxRecyclerView (or its Adapter) to a command on my ViewModel using Fluent API. It works if I put both ItemsSource and ItemClick in the XML so I am not interested...
Unfailing asked 21/3, 2017 at 21:5

2

Solved

I have an Activity which hosts fragments in a frame-layout. If I change the displayed fragment to another, the fragment isn't added to the back-stack and therefore the use of the "Back"-button will...
Raspy asked 20/3, 2016 at 13:13

0

I need to understand how to use MvxCachingFragmentCompatActivity. I have asked this question before previous question, but I got a piece of example code, which is helpful but not what I needed. Wha...
Prototrophic asked 28/2, 2017 at 14:3

1

Solved

I am trying to upgrade an existing Xamarin.Android app from mvvmcross 3.5 to mvvmcross 4.4.0. I have followed this documentation and the app now builds and starts up showing the splashscreen, but i...
Alodee asked 23/1, 2017 at 8:31

1

Solved

Update - Thanks to @Martijn00 and @Plac3Hold3r I have managed to update my app to use the MvxCachingFragmentCompatActivity but it is just not working correctly. I am finding that if I go back somet...

2

Loading dll files at startup is taking 3.5 seconds in our app. Does anyone know how can we reduce this time? Is it possible to delay plugins dll loading? We are using Xamarin and Mvvmcross.
Bogbean asked 30/9, 2014 at 11:50

1

Solved

All of a sudden the binding for my TextInputEditText started failing, and it has something to do with the Linker. If I set the linker to "None", everything works as intended. Alot of other bindings...
Sparky asked 14/12, 2016 at 9:53

1

Solved

I've been using MvvMCross for a while now and this code has been working. I did install the latest updates, but I can't swear that this is when the problem started. What is happening is that I have...
Buskin asked 29/11, 2016 at 19:22

5

I am attempting to Use Fast Deployment to quickly test my Android App in the emulator. I am doing this because, as you probably know, building and testing an app on the emulator is incredibly slow ...
Laundryman asked 6/9, 2015 at 1:54

4

In Visual Studio everything works and a Components directory is created with the appropriate dlls. However, TeamCity is not able to retrieve the Android Support Library dlls because the trigger f...
Mariande asked 11/1, 2014 at 22:22

1

Solved

My MvvmCross Android app which was working before now is broken because of MvvmCross update from 4.2.3 to 4.4.0 <EditText android:layout_width="match_parent" android:layout_height="match_pare...
Menagerie asked 4/11, 2016 at 22:48

1

In our Android and iOS MVVMCross app we are experiencing occasional SQLiteException: busy exceptions. Given the code below, we have several repositories each of which construct a instance of the b...
Billboard asked 22/4, 2015 at 12:27

1

Solved

I'm stucked with usage of plugin Acr.UserDialogs in android app, based on MVVMCross. In PCL project i used IUserDialog in viewmodel constructor injection. I have installed Acr.UserDialogs package ...
Titi asked 24/10, 2016 at 12:17

© 2022 - 2024 — McMap. All rights reserved.