Overview Description
Add a new class for utilities
Steps to Reproduce
- Add new java class Utils
- Pass empty constructor and use it as an object vo can call any function of it from another class whenever require
- Place some new functions in the class like hiding the android soft keyboard and check network state
Reproducibility
Can place any utility functions in this class.