SearchView in Toolbar in Android Android by Rajesh Kumar Sahanee - March 23, 2020April 14, 20200 Hello Friends, today we'll see an example of SearchView in toolbar in Android. Actually friends, I was developing an android app for one of my client in which there was a list of users showing in the recyclerview and a very simple search option was required by the client. This
JqueryUI Selectable Example Javascript by Rajesh Kumar Sahanee - March 20, 2020March 20, 20200 Hello Friends, Today we are going to see jqueryui selectable example. JqueryUI selectable method enables a group of DOM elements to become selectable, so that we can select an element or by pressing ctrl we can select more than one elements. Actually, recently I have used this method in a
Convert Bytes to KB MB GB TB PB EB ZB YB in Javascript Javascript by Rajesh Kumar Sahanee - March 17, 20200 Hello Friends, today we are going to see how to convert bytes to kb, mb, gb, tb, pb, eb, zb, yb in javascript. The same feature i was required to add in one of my project to convert size of files uploaded on server through media upload feature just like
Multiple Filters and Sorting with Firebase Database in Android Android by Rajesh Kumar Sahanee - March 16, 2020April 14, 20200 Hello Friends, we have already seen how to make multiple filters and sorting in android before but today we are going to see multiple filters and sorting with Firebase Database in Android. I am sharing this because one of our visitor asked for. Firebase currently offers two types of database
Firebase Cloud Firestore Database Example in Android Android by Rajesh Kumar Sahanee - March 15, 2020April 14, 20200 Hello Friends, today we are going to see Firebase Cloud Firestore database example in Android. Cloud Firestore is a NoSQL flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform. To use cloud firestore in our android project we first need to setup project and
Insert at Cursor in CKEditor Javascript by Rajesh Kumar Sahanee - February 29, 20200 Hello Friends, today I am going to share very small code which is how to insert at cursor in CKEditor. We can insert both html and plain text but here we're going to see inserting html but if we want to insert text then we just need to call insertText
Create Remote in Android using ConsumerIrManager Android by Rajesh Kumar Sahanee - February 28, 2020April 4, 20200 Hello friends, today we are going to learn how to create remote in android using ConsumerIrManager. ConsumerIrManager class operates consumer infrared on the device and we'll use two methods of ConsumerIrManager class hasIrEmitter method to check whether device has infrared emitter or not and transmit method to transmit single/pattern. Actually
RecyclerView Load On Scroll in Android Android by Rajesh Kumar Sahanee - February 20, 2020April 14, 20200 Hello Friends, today we are going to see and example of recyclerview load on scroll in Android. Basically we are going to implement infinite scroll in recyclerview here and the basic function of this code is to load more data on scroll when we reaches to the end while scrolling
Load on Scroll of Window and Specific Element Javascript by Rajesh Kumar Sahanee - February 19, 2020February 20, 20200 Hello Friends, today I am going to share very small code for load on scroll of window and specific element. We can use both load on scroll of specific element or load on scroll of window according to our need. I had used load on scroll of specific element in
Multiple Filters and Sorting in Android Android Android Projects Java by Rajesh Kumar Sahanee - February 16, 2020March 24, 20200 Hello Friends, today we are going to see multiple filters and sorting in Android. In multiple filters we basically choose multiple values from multiple available filter options.