PHP Simple File Caching Tutorial
Caching is the practice of storing data in and retrieving data from a file, database or memory so that future...
Caching is the practice of storing data in and retrieving data from a file, database or memory so that future...
Writing test cases is a difficult task when handling of different server responses. Testing error responses can be quite problematic...
Gesture occurs when a user places one or more fingers on the touch screen, and your application interprets that pattern...
Airbnb has released a new library “Lottie” to render an animation by loading the JSON file or load from the network....
Android allows you convert your text into voice. Therefore, Android providing a feature/class to translate text to speech called (TTS)...
Android 6.0 Marshmallow was released the Fingerprint authentication APIs for Android devices. To use the fingerprint touch sensor, the smartphone...
Displaying the analysis data using the list of text in the application is very confusing to the user. How can...
Every android device has GPS feature to detect the device location. Using Location services can automatically get the current user location...
What is Dependency Injection in Android? Dependency Injection is a practice where objects are designed in a manner where they...
Spinner is a drop-down menu that displays multiple items to be able user to select an item from the menu....