Category Archives: Android
Android Add Search Box Filter on Multiple SQLite Database Data

How to implement type search bar functionality to find between multiple SQLite ListView items using EditText in android application. This tutorial is one of the most advanced android application development tutorial because in this tutorial we would going implement Search Box Filter on local SQLite data. The filter is applied…
Android Show Multiple JSON Parsing Data inside RecyclerView

How to fetch PHP MySQL student records from server and display inside Custom RecyclerView including CardView. In this tutorial we would going to create a complete server integrated student data management RecyclerView. This RecyclerView is build using multiple JSON parsing data straight incoming from online server. We would convert the MySQL database…
Android JSON Parsing RecyclerView With Image and Text

How to retrieve Image path along with text already store in MySQL database and show into ImageView TextView in RecyclerView CardView. In this tutorial we would going to firstly upload multiple images ( Which we want to display inside RecyclerView ) on our online hosting server. After done uploading process we…