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
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
Download source code for: Android – How to create Expandable ListView Android_Expandable_ListView_SourceCode
Download source code for: Android Tutorial – How to use SnackBar Download link : Android Showing Snackbar with messages
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