CollectionView in .NET MAUI is not displaying items returned from an API call
I have an existing app that I need to upgrade to MAUI, having a slight issue on the display end. I have migrated up to .NET MAUI just recently and I know that I am close to getting these suckers displaying, though I am having a slight issue, I just don’t know where exactly.
CollectionView .net MAUI Not Displaying items returned from api call
I have an existing app that I need to upgrade to MAUI, having a slight issue on the display end. I have migrated up to .NET MAUI just recently and I know that I am close to getting these suckers displaying, though I am having a slight issue, I just don’t know where exactly. My api call returns the data as expected from the database, though the items in my observablecollection are not displaying in the app when debugging.