Download Source code No 63
Download Source code for: Android Import Excel Sheet in SQLite Database Download Link : How to import excel sheet into Android SQLite database.
Download Source code for: Android Import Excel Sheet in SQLite Database Download Link : How to import excel sheet into Android 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
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
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
In this post we will learn how we can use Android SharedPreferences and maintain user login session. This will help us to take user directly… Read More »Android One Time Login using SharedPreferences
In this post we will see how we can create a bottom navigation bar in Android with Fragments. We will create an application with different… Read More »Android Create Bottom Navigation bar
In this post we will bind Android Expandable listview from ms sql database. We will create SQL Database first containing Movies information. The expandable listview… Read More »Android Bind Expandable Listview from MS SQL Database