LocaMem is an Android application built with Kotlin and designed to help you remember important locations which will stored for every 15 minutes.
Custom Dialogs in android using DialogFragment: DialogFragment is the fragment that shows dialog window on top of your activity. We have to override DialogFragment class and implement ...