send tab layout on top

I want my tab layout to appear on top of my screen. Currently it is on the bottom on the screen. Tried a few ways didn’t work. How can I make it go on top of my screen. Code for the xml file <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android&quot; xmlns:tools="http://schemas.android.com/tools&quot; android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".kanbanManagement"> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android&quot; xmlns:app="http://schemas.android.com/apk/res-auto"&hellip; Read More send tab layout on top

how show response of text view after clicking a button

I am trying to show response on screen using text view after clicking a button but getting error saying com.android.volley.toolbox.JsonObjectRequest cannot be cast to java.lang.CharSequence package com.example.volleydemo; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.TextView; import com.android.volley.Request; import com.android.volley.RequestQueue; import com.android.volley.Response; import com.android.volley.VolleyError; import com.android.volley.toolbox.JsonObjectRequest; import com.android.volley.toolbox.Volley; import org.json.JSONException; import org.json.JSONObject;… Read More how show response of text view after clicking a button

How to get a sum of all values from a node in Firebase? Error

tell me, please: what is my mistake? I’m trying to apply your example, but I can’t get the summation result. I want to add up all the prices and display them in TextView. I will be grateful for the help, I’m new to this. enter image description here MainActivity package com.example.testkorzne; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity;… Read More How to get a sum of all values from a node in Firebase? Error

Flutter APK Errors while build apk command running?

I have a flutter app and its working fine in debug mode but when i run flutter build apk command for android apk it shows the following error. The error is cannot run with sound null safety. Error: C:\Users\RAILO\flutter\bin\flutter.bat –no-color build apk Building with sound null safety Running Gradle task ‘assembleRelease’… Error: Cannot run with… Read More Flutter APK Errors while build apk command running?