Posts
Iced Tea Labs
Cancel

Persona Peek Terms and Condition

Terms & Conditions These terms and conditions applies to the Persona Peek app (hereby referred to as “Application”) for mobile devices that was created by Le Ba Khanh Trinh (hereby referred to...

Persona Peek Privacy Policy

Privacy Policy This privacy policy applies to the Persona Peek app (hereby referred to as “Application”) for mobile devices that was created by Le Ba Khanh Trinh (hereby referred to as “Service Pr...

Stop Spam in its Tracks: The Sneaky Power of Honeypot Forms

Imagine a trap designed to lure in spam bots, not honey-loving bears. That’s the essence of a honeypot form. It works by adding an extra form field that’s completely hidden from human users. This f...

myMoney Terms and Conditions

Terms & Conditions By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not a...

myMoney Privacy Policy

Privacy Policy Trinh Le built the myMoney app as an Ad Supported app. This SERVICE is provided by Trinh Le at no cost and is intended for use as is. This page is used to inform visitors regarding...

Flutter - Sqflite Query Values Match Any Values In List

As you may know, in order to query values that match any values in a predefined list, you can use the IN check. For example: SELECT * FROM categories WHERE id IN (1, 2, 3, 4) It’s easy for raw ...

Migrate from Dagger to Hilt — A Step by Step Guide

In the previous blog post, I shared the guide to use Hilt to implement dependency injection in Android. But there’s the fact that it’s not many chances for you to use Hilt in a project from the ...

Hilt — A Standard Way to Implement Dependency Injection in Android

Why using Hilt? When it comes to Dependencies Injection in Android development, we don’t have many choices: Build the DI from scratch manually. Personally, this is not my f̶i̶r̶s̶t̶ cho...

Android Data Encryption using Jetpack Security

Android Data Encryption using Jetpack Security As an Android developer, you probably want to encrypt your application data at some points for security reasons. Those sensitive data can be varied...

Clean Architecture for Android

Clean Architecture for Android What is Clean Architecture? Clean Architecture is a software design philosophy that separates the software into many ring levels: Each of the circle represents d...