Android Import Excel Sheet in SQLite Database
In this post we will create an Android application for importing Excel sheet into SQLite database. The application will be able to read both .xls… Read More »Android Import Excel Sheet in SQLite Database
All about Android
In this post we will create an Android application for importing Excel sheet into SQLite database. The application will be able to read both .xls… 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
In this post we will see how we can create Android Expandable listview and get name of the selected child. We will create a simple… Read More »Android – How to create Expandable ListView
This is a continuation post on explaining android connection to MS SQL Database using jtds jar library. This post is about How to create Login… Read More »Android MS SQL Database – Create Login App