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

preview_player
Показать описание
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){
}
}

-
Рекомендации по теме
Комментарии
Автор

thank you for this great video. It helped me a lot!
have a nice day :)

명우류-dm
Автор

Hi! Thank you very much for this nice video. This really helps a lot. I just wonder is this also possible to put the annual alarm to this app and how to do it. Thanks!

송수환-gd
Автор

How could I make it for multiple users, for example one user creates a calendar and another user could join it, and both can edit and view changes?

arjunlagoon
Автор

Can you write the code for storing the multiple events on particular dat

shivanibonagiri
Автор

How you make the date change color after you save the data?

CAJimmyTangJingMing
Автор

Best video! can it be used in kotlin language?

armeisaahdamaulida
Автор

Hi, what should i do if i want to add a event every 4 hour in a day. Thank you

randomingo
Автор

Sir
If I'm click save done button
Data not save in firebase
Screen automatically closed

sheirirjtjfot
Автор

And how to make it so that every day at a certain time from 9 to 12, for example, one code works and at other times another code works or screenshots or activiti are launched

deshawn
welcome to shbcf.ru