Posts by Norion • 77 points
4 posts
-
2
votes1
answer77
viewsQ: Generate next sequence of an "Indice"
I’m having a problem generating a sequence for an "Indice". As an example, if I took the number 1.2, I wanted to generate the number 1.2.4 as a sequence or if I took 1.2.2 I wanted to generate…
-
3
votes2
answers598
viewsQ: How to "validate" the input
I’m looking for a method to check if the required page input’s are valid every time I click the save button, but I’m trying to do this without having to check one by one, below is what I’ve already…
-
1
votes1
answer186
viewsQ: (CS0029) convert a List into Observablecollection || Sqlite
I’m trying to create a method that returns a ObservableCollection in place of a Listin the Sqlite namespace Projeto_03.DataBase { public class TarefasDataAccess { private SQLiteConnection _database;…
-
1
votes0
answers243
viewsQ: Declare a List<string> and display in xaml
I am trying to make a List string in Xamarin , this list auto increments according to an attribute being declared true; public bool TemPão { get; set; } public bool TemBife { get; set; } public bool…