Posts by JonCosta • 46 points
3 posts
-
3
votes2
answers5472
viewsA: How to create an android app using c++ only in Android Studio?
I thought it wasn’t, but it’s actually possible, as long as it’s version 1.3 or higher. You must go to the SDK Manager (Android Studio itself) and enter the SDK Tools tab. There you will find a…
-
0
votes2
answers56
viewsA: Best way to capture data from a query
I don’t know if it’s the best way, but it’s possible to use the form tag for that. You should create a form for each option you want, such as deletion or editing. The difference is that you need an…
-
0
votes2
answers84
viewsA: Point and Comma ';' beginning of the Laravel page
Is this exactly the code that is on your page? Because in this code there is a ";" inside the body tag, specifically just after the ">" sign. That would be the problem?