Android – How to create Expandable ListView
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
All about Android
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
In this post we will see how to create a custom snackbar in android with Images and text message. In the previous post we saw… Read More »Android – Create Custom SnackBar with Images
In this post, we will see a simple application on How to show Snackbar in android. We will create an app with android edittext and… Read More »Android Tutorial – How to use SnackBar
In this post we will see how we can connect our Android Application to MS SQL Database server directly and perform CRUD operations. We will… Read More »Connect Android to MS SQL Database.
In this post we will see how to play videos from raw folder using Android Exoplayer library. In previous post we saw how to play… Read More »Android Exoplayer – Play Videos from raw folder
In this post we will see how to load Imageview in Android from URL. We will be making an Android app which will load imageview… Read More »Android – Load Imageview from URL in Android