Sending Message to WhatsApp Number in Android Android by Rajesh Kumar Sahanee - June 7, 20200 Hello Friends, Today we are going see an example of sending message to whatsapp numberĀ in android. WhatsApp Messenger, or simply WhatsApp, is an American freeware, cross-platform messaging and Voice over IP service owned by Facebook, Inc. Actually I have added this feature in one of my office's android project
Get Back 1080p And 720p Video Quality Option Youtube for Mobile & Television Android Tricks by Vivek Pal - June 2, 2020June 6, 20200 Hi Friends, Hope you are doing well. Today I am going to share a 100% working trick to play youtube videos at HD Quality 1080P or More. You might be noticed recently Google restricted 780P or above quality videos and allow up to 450p at youtube app for mobiles &
SearchView Suggestions over Network in Android Android Php by Rajesh Kumar Sahanee - May 24, 20200 Hello Friends, Today we'll see an example of SearchView Suggestions over Network in Android. And there will be two part of this code one will be server side code in PHP and another one Android app code. Actually I was working on an android app in which I was required
ViewHolder Pattern with BaseAdapter in Android Android by Rajesh Kumar Sahanee - May 17, 2020May 17, 20200 Hello Friends, today we are going see an example of ViewHolder Pattern with BaseAdapter in Android. I am sharing this code example because few weeks ago I was working on a project and after completing code, I have analyzed my code using "Inspect Code..." feature of Android Studio which is
Send Push Notification to Our App Using FCM in PHP Android Php by Rajesh Kumar Sahanee - April 24, 2020April 24, 20200 Hello Friends, today we'll see how to send push notification to our app using FCM in PHP. Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost. Notification can be sent from Firebase Console also see screenshot below but if we want
Custom Toolbar with SearchView in Android Android by Rajesh Kumar Sahanee - April 4, 2020April 13, 20200 Hello Friends, Today we are going to see another example of SearchView which is Custom Toolbar with SearchView in Android. SearchView in Toolbar was the first example of SearchView. The same type of toolbar I had developed in one of my project and It took more than enough time to
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
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
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