Android Import Excel Sheet in SQLite Database
This post explains how to import Excel Sheets (.xlxs and .xls files) into Android SQLite Database. I have tested this code on Android 9, 10… Read More »Android Import Excel Sheet in SQLite Database
This post explains how to import Excel Sheets (.xlxs and .xls files) into Android SQLite Database. I have tested this code on Android 9, 10… Read More »Android Import Excel Sheet in SQLite Database
Download source code for: Android Import CSV file to SQLite Database Download link : Android How to import CSV file into SQLite Database.
Android – Importing CSV file into SQLite Database. In this post we will create an Android app which will import data from a CSV file… Read More »Android Import CSV file to SQLite Database
In previous post, we discussed how we can get current system Date and Time using Javascript. In this post we will create a simple Digital… Read More »Javascript – Create a Digital Clock with JS
I recently encountered an error on my newly build Android project which was saying: Error: AAPT: error: style attribute ‘attr/colorPrimary’ not found Solution: Somehow while… Read More »Android Build AAPT error: style attribute ‘attr/colorPrimary’ not found
How to get Current DateTime in JavaScript? The “new Date()” method in javascript will by default show date and time string with browser’s current Time… Read More »Javascript – How to get current Date and Time?
In this post we will create a Dark themed JQuery DataTable CSS design. We will create two different designs. One will be a combination of… Read More »JQuery DataTable Dark Theme CSS Design