Python SQLITE3 and DATA CLASSThis is a how to create use python sqlite database and dataclass # import the desired module that will be use by the application from dataclasses import dataclass import sqlite3 # Create a data class to help getting and adding data to and from the da...Jul 24, 2022·2 min read
KOTLIN-Create a Recycler View with Click and Long Click Listener(the right way)May 21, 2022·6 min read
Kotli N — how To Create A Custom ToastIn this example I will be explaining how to make a toast in two different ways. The first way be a very easy way while the second way will be not so easy, because we will be using lambda expression. But first you have to create project. Create a new ...May 14, 2022·5 min read