How to Convert PHP String into Array?

How to Convert PHP String into Array?

Today tutorial, we will share with you the way to convert a PHP string into array. we will convert a string into array in PHP by specify character So you will learn how to convert a text to an array using a delimiter in PHP...

Sovary May 27, 2022 341
#PHP 
Python - Remove All Duplicated Word in String

Python - Remove All Duplicated Word in String

This tutorial we will find out the way to remove duplicated words from given sentence in Python. We will check given string if there are duplicated word then we will remove from the string and return..

Sovary May 27, 2022 324
#Python 
Add Text on Image in PHP when Upload - Watermarking

Add Text on Image in PHP when Upload - Watermarking

Today I will show you how to insert watermark on your images. Sometime you don't want spend time to take picture in Photoshop by just only place text on your copyright image...

Sovary May 27, 2022 473
#PHP 
Adding Image as Watermark using PHP

Adding Image as Watermark using PHP

To protect your image or want to mark an image is made by you, adding watermark on photo is the option to identifiy. In PHP I have wrote an article how to adding text on photo as watermark. For this version I will apply an image watermark instead of using text...

Sovary May 27, 2022 562
#PHP 
Quick Start Integrated Google Mobile Admob in Android

Quick Start Integrated Google Mobile Admob in Android

Today we will learn how to config Google Admob in Android Studio before we are getting deep for each ad formats. I will try to keep it simple to understand for beginner...

Sovary May 24, 2022 574
#Android  #Java  #Admob 
Android Integrate Interstitial Ads Google AdMob in App

Android Integrate Interstitial Ads Google AdMob in App

Google Admob have provide different ads formats, so that you can decided to choose which one is suitable for your app. The following are ad formats available for Android applications...

Sovary May 24, 2022 535
#Android  #Java  #Admob 
Integrated Android Banner with Google AdMob Ads Tutorial

Integrated Android Banner with Google AdMob Ads Tutorial

There are a lot mobile ad network which we can monetize and earn income with you app. Google provided a mobile ad network called AdMob to display ads in applications, so we can generate income from our Android App..

Sovary May 24, 2022 521
#Android  #Java  #Video  #Admob 
Android - In-App Updates API Flexible and Immediate Show Update Available Dialog Inside App

Android - In-App Updates API Flexible and Immediate Show Update Available Dialog Inside App

I will guide and explain how to work with Android's in-app update API of Flexible and Immediate type. As mobile developers we usually want our users to have the most up-to-date version application so that they can try new features, experience new performance, and bug fixes if there is existing...

Sovary May 20, 2022 7.4K
#Android  #Java  #Video 
Laravel-Delete files from public/images folder in laravel 5

Laravel-Delete files from public/images folder in laravel 5

Short explanation: how to able to delete any files in public folder. We've using methods from File class to help archive this purpose include how to delete multiple files in single...

Sovary May 9, 2022 394
#Laravel 
10 minutes Build Bar Code and QR Code Scanner in Android App

10 minutes Build Bar Code and QR Code Scanner in Android App

This tutorial we are going to implement QR code and barcode scanner in Android App. You might follow steps and I believed..

Sovary May 9, 2022 10.5K
#Android  #Java  #Video