Firebase Remote Config is a cloud service provided by Firebase.
In previous article Getting Started With Firebase Android we have seen what are the features Firebase is providing to improve app performance and usability.
Firebase Remote config is the best feature from developer point of view, it allows you to perform some dynamic operation without updating the build. End user will get the latest changes without updating application to new version.
You can use Firebase Remote config to provide promotional offer banners to user without updating new build.
Continue Reading →
In I/O 2016 google released new and upgraded tool called Firebase. As a mobile developer when you are building large scale applications you need back-end support as well as a special developer who can work with server level stuffs.
Firebase provides all those kind of functionality which are needed from server side, in addition to Realtime Database, Storage and Hosting, it also provides Authentications, Analytics, Notifications, Crash Reporting and much more.
In this series of Firebase we will take a detailed look at almost all features provided by Firebase. Continue Reading →
As we have already seen some of the android studio shortcuts in previous tutorial.
- Being More Productive With Android Studio – Part 1
- Being More Productive With Android Studio – Part 2
Today we will see some more shortcuts to increase your productivity with less efforts.
Search in Project
Windows : CTRL + SHIFT + F
macOS : CTRL + SHIFT + F
It allows you to perform search operation inside your current project. Continue Reading →
Ravi Rupareliya
October 17, 2016
We have seen some android studio shortcuts in early post Being More Productive With Android Studio – Part 1. Welcome to the second part of Be More productive in Android Studio.
Change Signature
Windows : CTRL + F6
macOS : CMD + FN + F6
It allows you to change signature of your class as well as method. You can add method parameter and its datatype.

Continue Reading →
Ravi Rupareliya
October 16, 2016
We all know how to develop good applications by using Android Studio and we are preety much happy with what we are doing. But what if those things will be done with less efforts? We all are habituated to use mouse in our day-to-day life but sometimes knowingly or unknowingly it will increase our efforts as well as development time.
Today we will see some basic shortcuts of Android Studio which will be used in day-to-day life. Most of the time we will use mouse to select whole line or sometimes will select those things by using SHIFT + Arrow keys and then delete that line but in Android Studio CMD + Y(CTRL + Y) will delete current line. Here are some Android Studio shortcuts which will help you to be more productive.
Delete Single Line
Windows : CTRL + Y
macOS : CMD + Y

Continue Reading →
Ravi Rupareliya
October 6, 2016