How do I programmatically 'restart' an Android app

Sometimes we need to restart our Android app between the code execution, In that case, we have to use some set of code to perform this action. Now we will learn How do I programmatically restart an Android app?.So, simply use the PendingIntent to do this

Read More

How to open link externally from android webview

You can open link of the webview externally from android webview without leaving app. For this action you need to add WebViewClient class in your WebView. No need to create any custom webview for that. Let's see the example

Read More

Solution for Glide failed to load image in android pie 9.0

Hello, I have seen that in the Android latest version 28.0 or I can say in Android Pie 9.0 when we are using Glide for image loading then nothing is loaded. Actually this thing accrued by Network security configuration.

Read More

Strike textview in android example

Basically, the strike-through text is used for the show cut price of a product. Then we need to draw the strike text view in android.

Read More