Android - Convert Website to Android App and Solve Error Text Permitted

Android - Convert Website to Android App and Solve Error Text Permitted

This article will explain and you will learn how to turn a website into an android application with simple steps. On the other hand, we will solve the problem which occurs when we access the internet (API or Website) net::ERR_CLEARTEXT_NOT_PERMITTED..

Sovary May 8, 2022 4.8K
#Javascript  #Android  #Java  #Video 
JavaScript-setTimeout inside Loop not work correctly

JavaScript-setTimeout inside Loop not work correctly

Be careful with setTimeout in loops or we will see setTimeout in for-loop does not print consecutive values..

Sovary May 8, 2022 1.09K
#Javascript 
Android-How to Setup Firebase Database Connect to Android Project

Android-How to Setup Firebase Database Connect to Android Project

Basically, before we can implement any service in Firebase we have to add the configuration file and setup in our Android project. We will learn how to make configurations and set up Firebase in Android..

Sovary May 8, 2022 3.14K
#Android  #Video  #Firebase 
Android - How to Pass Data From One Activity to Second Activity

Android - How to Pass Data From One Activity to Second Activity

This article shows you how to send data from one activity to another activity. In this example we have two activities, the first activity is the source activity and the second activity is the destination activity..

Sovary May 8, 2022 2.01K
#Android  #Kotlin  #Java 
Javascript - Array.sort() Does not Sort Number Correctly with Example

Javascript - Array.sort() Does not Sort Number Correctly with Example

In another programming language, we probably use built-in function or method to sort data in ascending or descending mostly it works fine. Weirdly in Javascript, the built-in sort function seems can not sort numberic properly...

Sovary May 7, 2022 1.12K
#Javascript 
JQuery, Cheerio- The way to get text without other elements wrap or outside tag

JQuery, Cheerio- The way to get text without other elements wrap or outside tag

The short solution how to get text outside tag element using Jquery, Cheerio the scraping technique..

Sovary October 5, 2021 1.15K
#JQuery  #Cheerio 
Laravel-ErrorException file_put_contents failed to open stream: No such file or directory(storage\framework\sessions)

Laravel-ErrorException file_put_contents failed to open stream: No such file or directory(storage\framework\sessions)

How to solve problem in Laravel 6 show ErrorException file_put_contents failed to open stream: No such file or directory(storage\framework\sessions)..

Sovary October 5, 2021 1.31K
#Laravel 6.*  #Hosting  #Laravel 
Javascript-Jquery How to use ajax to upload file from browser

Javascript-Jquery How to use ajax to upload file from browser

Today we will have discussion about upload file, we usually upload file by HTML form input type as file then submit via button submit form. Now I will show how to use ajax by Jquery to upload file to server and get data file in server...

Sovary October 2, 2021 935
#Javascript  #JQuery 
Search