I have an Activity with an EditText and a list of data below it. I use EditText as search tool to filter the list. When the User clicks on the EditText, the keyboard is shown and he can type in some Text – fine. But when the user clicks outside …
Setting Up SSL with Ghost Blog using Lets Encrypt
Recently i build (again) my website using Nginx and VPS hosted at UpCloud.com. So, after i set it up and running well on http, then next step is enable SSL to my site. My VPS build in UpCloud with 10$/mo plan, that claims the fastest cloud vps: $ 10 / …
First Things To Do After Setting Up a VPS
The first things i have to do after setting up my VPS is to harden it. We are live in the public cloud that do not know what will happen to your website, it is better to prevent before to late later. This is what i usually do when i …
Add Google Adsense to Ghost Blog
Adding Google Adsense to your Ghost self hosted blog is needed a little customization. Though, you can add the code using code injection in ghost dashboard, and you can place it at header or footer. But i need more freedom to where i want to place my ads. Here is …
Best 5 AK47 Skin 2021
This kind Battle Pass game has a wide cast of firearms classified in various categories like AR, SMG, Shotgun, and Snipers. Often, players carry an assault rifle in the game as these can be utilized for mid-range encounters due to their relatively balanced stats. Each gun in the game has …
Registering Context Menu for Custom Cursor Adapter
Context Menu similar with context menu in Windows when you right click mouse button. On Android, you need to long pressed an item and then context menu will popup. This post will show how to implement Context menu for Custom Cursor Adapter. Steps: 1. Create xml value and place it …