Relative Content

Tag Archive for androidcrashobservablecollection

App Crash when run on the device itself, but when it is connected to the debug mode works fine

I’m developing an app to handle an inventory for Android, when it run on the device itselft crash (i’m ussing a Samsung S 20+ and A 21S, but if it is connected to the visual studio on debug mode it works fine, the form it is a collectionview tie to an observable collection, the view model has 2 set of viariables on which conteing all records and the other handle the filters, on the initial both has the same sub set of data (No filter apply), but when i set the value of the second (which is the one used on the CollectionView) the app crash.