Xraxis
Question about enabling filtering of items
Hello, I was curious if anyone had any idea on how to assign data to visual objects in .Net Maui? I have a list of trading cards that I am putting the image of into a grid with a couple other elements and then want to be able to set the visibility of the image and other elements based on a set of filters created using buttons or checkboxes. The main issue I am having is I can't figure out how to set the the properties of the card to be filtered. I don't know how good of an explaination of what I am asking that was so if anyone wants more info about what I am looking for just ask.
1 replies
unable to parse Json data pulled from API as a list of strings
I am trying to take some data from an API called Scryfall API and assign it to a List variable. I am very new to this and have as of yet been unsuccessful in saving the URLs to the images in the API as a list of strings that I am going to use later. If anyone has any ideas I really could use the help. The main line of code I am using is:
Here is the rest of my retrieval code:
and this is the properties for the json retrieval itself:
Thank you for any help in advance.
33 replies