Posts by Nicolas Souza • 13 points
4 posts
-
0
votes1
answer458
viewsA: Monitoring of Printing Spool
Really a solution to your problem would be the use of what Marcelo Uchima put in the comments. However, this form of programming, according to Microsoft itself: To maintain type security and…
-
1
votes1
answer348
viewsQ: Android Studio error while passing array between Activity
I’m developing an app that reads the barcode of an item and compares whether or not it exists in a list with database data. When any of these items is not present in the database it should save the…
-
0
votes1
answer314
viewsQ: Count Listview items
I have a listview, which is filled with database data, and I need to compare the list data with an X value entered by the user. ListView listItens; listItens = findViewById(R.id.listItens); adapter…
androidasked Nicolas Souza 13 -
0
votes1
answer21
viewsQ: Android appears message in the log about security configuration
I have an application that queries data on a Webservice using JSON. When I run my application I get the following message in the logs: D/NetworkSecurityConfig: No Network Security Config specified,…