Java interview questions

Java Interview Questions In this Java Interview Questions blog, I am going to list some of the most important Java Interview Questions and Answers which will set you apart in the interview process. Java is used by approx 10 Million developers worldwide to develop applications for 15 Billion devices supporting Java. It is also used to create … Read more

Android interview questions

Android how to check phone rooted or not ?

Hi Everyone in the Article we Learn  Android interview questions for Android Developer. Android question for Fresher and Experience to help to get a job. As an Android interview question. 1) What is Android? Android is an open-sourced operating system that is used primarily on mobile devices, such as cell phones and tablets. It is a … Read more

How to group android Firebase push notifications

Hi Developer in this Android Article, We are discussing How to display multiple notifications as a group?. In Android how to group Android firebase push notification as a channel and group. In Firebase push notification there are two types of  Notification. Android Firebase Service method onMessageReceived is provided for most message types, with the following exceptions: … Read more

Android Deep Linking Example

Hii Developer in this Android example we are a description of Android deep linking. What is deep linking and how to work it? What is Deep linking? Deeplinks are a concept that helps users navigate between the web and mobile App. They are basically URLs that navigate users directly to the specific content in your Android App. How … Read more

Android Security SSL Pinning

secure flutter application

Hi Everyone in this Android tutorial, I am sharing how to use Android security SSL Pinning. Core to SSL (Secure Socket Layer) is the X509 certificate, and trust in the chain of certificates that leads from your leaf certificate through an intermediate certificate authority (CA) to a root certificate authority. This chain is determined when the … Read more

Google reCAPTCHA Integrating in Android Application 2022

Google reCAPTCHA Integrating in Android Application

Hii in this Android solution we are sharing how to use Google reCAPTCHA Integrating into Android Application. An Android security purpose, you can add google re Captcha for registration form and query form in Android. Google reCAPTCHA is verified the user is not a robot its a real user. While submitting some form or any other … Read more

Android how to check phone rooted or not ? 2022

Android how to check phone rooted or not ?

Hi, Developer in this Android example we have toking abut check phone is rooted or not. And Android how to check phone rooted or not. Today for security ist very important to check if your application runs on a rooted phone on not. Because Android is a Linex base show hacker collects user data after … Read more

Android bar chart with Tooltip example

Hii Developer in this Android Tutorial, I am sharing how to make an Android bar chart with Tooltip example to show bar value in android. In this Android example, I am getting data for a rest API  and API response we show in a bar chart. Add on this user can click on the Bar … Read more

java security cert CertPathValidatorException Trust anchor for certification path

Android Volley

Hii Developer in these Android solutions we have to solve the java security cert CertPathValidatorException API SSL Handshake Exception. Android volley error: “Trust anchor for certification path not found”, only in a real device, not an emulator. When you hit an API for the response they give you an error like this Android java.security.cert.CertPathValidatorException: Trust … Read more