Android – How to read Text File from Storage
In this post we will see how we can read the text file from storage in Android. The app will have a simple option to… Read More »Android – How to read Text File from Storage
All about Android
In this post we will see how we can read the text file from storage in Android. The app will have a simple option to… Read More »Android – How to read Text File from Storage
Android SQLite database: Using SQLite database in android application, we can save number of temporary records locally the user’s device. We can create different table… Read More »Android Create SQLite database and Adding Data
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 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