Posts by Pedro Barros • 13 points
2 posts
-
0
votes0
answers38
viewsQ: How do I insert previous tuples into tables in a Sqlite3 database?
I’m developing an RPG-style app using Android Studio. This app needs a database and as there is no need to be online, I am using Sqlite 3. The problem is that some data need to be previously entered…
-
0
votes1
answer42
viewsQ: What is the problem with using the string replace method in my typescript code?
Good afternoon, you guys. I am using the Typescript language for the first time in a "weekend project" in developing an extension for Vscode. I’ve done research for the method documentation, but I…