Posts by Caio V. • 5 points
3 posts
-
0
votes1
answer219
viewsQ: Open fragment by clicking on Cardview
My home screen has 3 cardviews: main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"…
-
0
votes1
answer46
viewsQ: JSON does not show up when I re-file
I am developing a PHP API with Slim Framework, but when I require the class general it should make a query in the database and return me the data of this table in JSON. This is the connection class…
-
0
votes1
answer151
viewsQ: I need to take data from the database and display in JSON but gives error
I am using SLIM PHP to develop an API. The class that takes information from the database to display in JSON does not work! I access this local host, which I created: api/communications/general The…