I want to share my experience installing Ubuntu on ASUS, including some programs that I need. Previously, I tried installing Ubuntu on ASUS X550LD dual boot with Windows 10, but it’s failed due to the UEFI configuration, it has an installed Windows. Continue reading
In my Android apps, I want to pause or delay a process before continuing to the next process. Previously, I utilized Thread.sleep(), but it is not recommended by some experts due to the effect of some elements may stop responding and furthermore will behave unexpectedly. Let’s see the solution below. Continue reading
I got a problem with Firebase Authentication
FirebaseException. Request from this Android client application com.xxx.xxx is blocked. Continue reading
I want to upload an existing project into created repository in Gitlab which contains Readme.md file. I got some problems in terminal. Continue reading
I want to install Postman. This app is useful for testing our web service. Let’s do it by following these steps. Continue reading
In my Android application project, I need a solution how to keep a list of the object can be accessed from any activities. Initially, I download the list from the server, then I want the app just read the downloaded data without contacting the server again. We cannot put the list of the object directly into SharedPreferences. There are some solutions that I found on the forum. Let’s see. Continue reading
I got some problems when trying to show alert dialog in a custom adapter, not inside an activity. In this case, I used AppcompatActivity. After searching and trying many times, I found an answer in the Stackoverflow. Let see it. Continue reading
Some days ago, I got a problem when testing a web service using POSTMAN. I want to send a POST request with a parameter. But, it showed that I miss a parameter.