Jignesh Lathiya

Share a Knowldge about Wrodpress , Playstore, Admob , Adsens, Facebook Marketing, Intagram Marketing, SEO and Technology News

How to Change Website URL Without Accessing the wp-admin Panel

 Change Website URL Without Accessing the wp-admin Panel. it has many methods, if you accessing admin dashboard then On the go to Settings -> General screen in admin dashboard, there are two fields named “WordPress Address (URL)” and “Site Address (URL)”, both field change if not access admin dashboard then go to public_html in your […]

How to Change Website URL Without Accessing the wp-admin Panel Read More »

How to create a MultiChoice AlertDialog in Android (Kotlin)

In this tutorial we will create a MultipleChoice AlertDialog using Android Studio. We will show list of colors to show in dialog. We will create a Button to show that AlertDialog, and a TextView to show the selected items… Step 1: Create a new project OR Open your project Step 2: Code activity_main.xml MainActivity.kt Step 3: Outpu

How to create a MultiChoice AlertDialog in Android (Kotlin) Read More »

How to create a SingleChoice AlertDialog in Android (Kotlin)

In this tutorial we will create alert dialog with single choice from list of items. We will create a button that show alert dialog when that button is clicked, a TextView that shows the selected item from dialog. Step 1: Create a new project OR Open your project Step 2: Code activity_main.xml MainActivity.kt Step 3: Output SingleChoice AlertDialog

How to create a SingleChoice AlertDialog in Android (Kotlin) Read More »