Posts by Ian Luca • 97 points
8 posts
-
0
votes1
answer49
viewsQ: Data from an Array (Angular)
I’m trying to use data from an Array to place on an object.. for example: lembreteSistemaList = LembreteSistema [] = []; lembreteSistema = LembreteSistema = new LembreteSistema(); recuperarLembrete…
-
3
votes1
answer1482
viewsQ: Turn String into Localdatetime
I created this Edit Fields button, to change the data of these users I created, the name, name and document are working, without the date of birth is updated, but when I try to edit the Date of…
-
0
votes1
answer323
viewsQ: Validate Typescript file size
I have to validate the file size, which cannot exceed 1024. How do I do this in Typescript ? verificar(){ debugger; let _this = this; document.getElementById("openModalVerificar").click(); let…
-
0
votes1
answer673
viewsQ: How to Handle Exceeded Maximum File Upload Size
I have an application, which uploads a file (spreadsheets), but after a recent test pointed out this error: Caused by: java.io.IOException: UT000054: The maximum size 1048576 for an individual file…
-
0
votes1
answer1635
viewsQ: Password Validation Android Studio
On one screen I register the password (sign up button) and on the other screen I need it to be validated for the application to turn off (turn off button). I have tried several ways, but I can not…
-
0
votes2
answers771
viewsQ: Make an Acitivity on Android appear only once
Well, my question is: How do I make an Activity appear only once, and then when the user opens the app again this screen does not appear, only the others. I’ll explain how my project is to be…
-
1
votes2
answers4016
viewsQ: Creating more than one Android Studio table (Sqlite)
I’m trying to develop a mobile app for a final job of my college, it’s pretty simple! The application has to save the information registered in the database. However I would have to create 4…
-
4
votes1
answer1422
viewsQ: Password validation saved in Sqlite
Hello I’m doing a project for college and I’m new on Android,I’m making an application that the purpose of it is to check if the password is correct to be able to finalize the application, but I’m…