Hello,
I am very new to programming. I decided to start with visual studio 2022 and watch some tutorials to get started. I would like to make a simple app for android, something like a notebook, so I choosed ' .net maui app ' as new project in VS 2022. I have been looking for a way to add a background to my app and I found RelativeLayout in many videos but it doesn't work with me.
I get an error but since I am new to programming, I don't really know where to look for a solution. The error is the following: the type 'RelativeLayout' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been build.
I have tried to find a tutorial about this but I can't find it. I am probably looking wrong because I exctually don't really know what I am looking for.
In one of the videos they talked about the code behind so I tried to write some things on the other page and hoped that the suggestions that are popping up during writing would help me, but they did not.
So, can someone help me out with this of point me in the right direction?
I am very new to programming. I decided to start with visual studio 2022 and watch some tutorials to get started. I would like to make a simple app for android, something like a notebook, so I choosed ' .net maui app ' as new project in VS 2022. I have been looking for a way to add a background to my app and I found RelativeLayout in many videos but it doesn't work with me.
I get an error but since I am new to programming, I don't really know where to look for a solution. The error is the following: the type 'RelativeLayout' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been build.
I have tried to find a tutorial about this but I can't find it. I am probably looking wrong because I exctually don't really know what I am looking for.
In one of the videos they talked about the code behind so I tried to write some things on the other page and hoped that the suggestions that are popping up during writing would help me, but they did not.
So, can someone help me out with this of point me in the right direction?