Category Archives: Android Examples Tutorials
Android Generate Random Color on Button Click Programmatically
Android Animated Moving Gradient Background like Instagram Tutorial

Animation can make your application more tempting without loosing the functionality you need most. Its very easy to set gradient effect as application background but in this tutorial we would going to create an android application with multiple gradient effects that runs frequently one by one, So it looks like…
Android AutoFit Text Resize-Scale Within Bounds Example Tutorial

How to AutoFit Text inside the TextView according to given width and height and auto set the maximum and minimum used font size. Autofit text is used to automatically scale the TextView text within the given specific height and width bounds. Means Developer can write text in android application without…
Android Determine App Starts First Time OR Not Programmatically

How to check and execute some line of code only first time when application starts in android mobile device using SharedPreferences. SharedPreferences gives us the facility to detect our application status so we can detect whether our android application starts the first time or not and using then we can execute…
Show Firebase Database Data into RecyclerView ListView Tutorial

How to display multiple data inserted into real time firebase database inside RecyclerView CardView example tutorial. As in our previous tutorial we have discussed about Inserting data into Firebase real time database. This tutorial is the second part of that tutorial. In this tutorial we would going to Fetch the already…
Android Firebase Real Time Insert EditText Data Into Database Tutorial

How to configure Firebase project first time and send multiple data into Firebase real time database from android application. Firebase is a famous product from Google. It comes with many different facilities like Firebase Analytics, Firebase Real Time database, Firebase Cloud messaging, Firebase Storage, Firebase Static website hosting etc. So in this tutorial we would…