Tutorials

Comparator Interface in java : A complete tutorial

Comparator interface in java is used to sort the elements of collection in some specific orders. Features of Comparator interface 1) Comparator is present in java.util package. 2) Comparator has two methods – compare() and equals() method. Comparator Interface Methods There are two methods defined by the comparator interace 1) Public int compare( object obj1 ,object …

Comparator Interface in java : A complete tutorial Read More »

How to capture image in android from camera and upload it to firebase

Now in this post , we will discuss about the  how to capture image in android and store it to the firebase database.In a project, we face situation when we have to upload images, audio or video files. These type of media files can’t be stored in realtime firebase database directly.In order to save the media, …

How to capture image in android from camera and upload it to firebase Read More »