• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    Insert data in a FIrebase database in another Firebase database using Java

    In the first image (DB1.jpg), I want the children under the nodes - "19042020111313" & "19042020111506" - which are under the nodes "Cart List-->Admin View-->1122-->Products" to be inserted in the node "19042020185310" under the node "Shipment" which is the second image (DB2.jpg). How do I do...
  2. A

    Login Demo - Programming Newbie

    I am trying to create a small Android login app using the following code: package com.example.logindemo; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.TextView; import...