I have a code in Android Studio that should send data to SQL Server:
connection= con.connectBD(getActivity());
ps=connection.prepareStatement("exec addLocal ?,?,?,?,?,?,?,?");
ps.setString(1,user);...
I'm trying to upload an image from Android Studio to SQL Server but I do not know how to pass it
This is my code:
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {...
I have created a basic Android app from Android Studio, with just two buttons, simple, without modifying any configuration or compilation file.
I'm trying to learn how to use Gradle from the command line, create compilation settings, etc ......
Hello I hope you can help me .. I have a bd in firebase I want to list what contains companies but it shows me this error
This is my code to obtain the data
FirebaseDatabase database = FirebaseDatabase.getInstance();
DatabaseReferenc...
I am starting to create an application in Android Studio and I can not show the buttons or elements in the image preview.
I attach captures and current code.
CODE xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:an...
I'm trying to make a test case with Appium on Android with some dependencies, but one of them is causing this error:
Illegal class file: Class module-info is missing a super type.
The dependency that causes the problem is selenium-serv...
I am new programming in android I try to make a QR reader but when loading my dependence [compile 'me.dm7.barcodescanner: zxing: 1.9']
it marks me an error in my program that I need to do so I do not mark error
[Configuration 'compile' is obs...
I had my android studio working perfectly, I finish working and turn off my pc, the next day when I turn it on the sdk does not appear, I try to install it by downloading it separately and nothing, download the android studio again and still not...
I'm doing a game for android with Unity, but I can not log into Google's services. As I have seen on the internet the code is very simple, but when you put it the game works correctly in unity, however when you install the apk on the phone, it d...