Felt a little proud of my self after doing MAUI and webAPI then after doing a little search on how google authenticating works and seeing how complicated it is, feels sad.
so it would be
pointOfSales p = new PointOfSale (2, fdsfds, 2, 2, fdsf,)
List<PointOfSales> p = new List<PointOfSales>
List<PointOfSales>.add(p)
then do Listview.ItemSource = p
is this right?