filmov
tv
Create your Firebase Realtime database Calendar App to store events or reminders - Android 13 API 33

Показать описание
In this video it shows the steps to create your firebase database based Calendar App. This App can be used to store your reminders or events in your firebase database.
Complete source code and other details/ steps of this video are posted in the below link:
However, the main Java code is copied below also for reference:
public class MainActivity extends AppCompatActivity {
private CalendarView calendarView;
private EditText editText;
private String stringDateSelected;
private DatabaseReference databaseReference;
@Override
protected void onCreate(Bundle savedInstanceState) {
@Override
calendarClicked();
}
});
}
private void calendarClicked(){
@Override
}else {
}
}
@Override
}
});
}
public void buttonSaveEvent(View view){
}
}
-
Complete source code and other details/ steps of this video are posted in the below link:
However, the main Java code is copied below also for reference:
public class MainActivity extends AppCompatActivity {
private CalendarView calendarView;
private EditText editText;
private String stringDateSelected;
private DatabaseReference databaseReference;
@Override
protected void onCreate(Bundle savedInstanceState) {
@Override
calendarClicked();
}
});
}
private void calendarClicked(){
@Override
}else {
}
}
@Override
}
});
}
public void buttonSaveEvent(View view){
}
}
-
Getting started with the Firebase Realtime Database on the web
Part 1 : Firebase Realtime Database Creation in 5 mins - Dabble Lab 265
Firebase in 100 Seconds
Introducing Firebase Realtime Database
What is Firebase and how to use it
05 Firebase Realtime Database + ESP32 | How to save sensor data & read data to control devices?
Firebase Realtime Database For Web Tutorial - Server Side : Part 1
Firebase explained in 60 seconds
Firebase - Ultimate Beginner's Guide
Firebase Realtime Database Explained: Set Up and Use #algorithm #javascript #programming #firebase
Implement Firebase Realtime Database in your app using Jetpack Compose
Signup and Login Form in HTML with Firebase🔥 | Firebase Web Authentication Tutorial
uploading image and text to firebase storage and realtime database
🗃️ Create a FREE Firebase Realtime Database in Minutes (2025 Guide)
What's the Difference Between Cloud Firestore & Firebase Realtime Database? #AskFirebase
Firebase Database Rules Tutorial
How to Setup Firebase Realtime Database and Android Studio
Connect Android app with Firebase Realtime Database and Create Operation
Firebase Realtime DB vs Firestore 🔥
The Firebase Realtime Database and Flutter - Firecasts
How to Connect Your Python Application to Firebase Realtime Database
#AskFirebase Live | Firebase Summit 2021
Firebase vs Supabase — I Built The Same App With Both
Firebase Realtime Database Tutorial: Step-by-Step Guide to Create and Manage Your Database
Комментарии