Android Virtual Reality VideoView Tutorial
Virtual Reality is an immersive computer system that mimics the world we see around us. By using VR, we able to...
Virtual Reality is an immersive computer system that mimics the world we see around us. By using VR, we able to...
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...