Posts by Vralago • 81 points
7 posts
-
-1
votes1
answer662
viewsQ: React Native error in React-navigation-stack on Android
Hello, I’ve tried to solve this problem with various solutions and nothing, always give me the same mistake. I did all the procedures you tell me on his website for me to do, createStackNavigator,…
-
0
votes1
answer148
viewsA: Changing letters in C
I found some errors in your like, for example, if (frase[i]=='c') frase[i]='a'; and if I’m not mistaken you wanted so if (texto[i]=='c') frase[i]='a'; I changed a few more things in your code and…
-
0
votes1
answer156
viewsQ: Fetch an item in the http json Object
Well I am "beginner" on android. And in my project, I’m getting from http reponse (with the GET method) a string for Jsonobject. "{ "status":{ "d3": { "stats" : false }, "a1": { "stats" : false } }…
-
2
votes2
answers46
viewsQ: Problem to check list
I have a problem that I don’t understand because here’s the thing: When I go to add an item to the list, it has to check if that item is already in the list but it is not doing that.…
-
0
votes1
answer54
viewsQ: Problem with jQuery.ajax php
Good, I have a problem that I have no idea what Ija. I have tried to do everything but nothing. Here’s the thing I’m doing a php chat but it’s giving Alert an error(): ERROR! jQuery(function(){…
-
2
votes1
answer2120
viewsQ: Error mysqli_connect(): (42000/1044): Access denied for user
This code is going wrong. Warning: mysqli_connect(): (42000/1044): Access denied for user 'u469236901_roota'@'10.2.1.41' to database 'u469236901_sysU' in…
-
3
votes1
answer505
viewsQ: I am unable to extract a zip file to a folder
The code is giving this error: A first chance Exception of type 'Ionic.zip.Zipexception' occurred in Ionic.zip.dll Additional information: Cannot read that as a Zipfile If there is a Handler for…