Merging Android LiveData
Learn how to combine two LiveData objects into a single stream of merged Android LiveData using MediatorLiveData.
Browse the best and latest Android tutorials on Truiton.com
Find latest technology news on Truiton.com
Great technologists have said, technology keeps on changing at a minute’s pace, and hence there is always a gap between technical knowledge and its implementation. Truiton.com is aimed to bridge ...
Read more »It’s a revolutionary mobile app targeted for fair visitors. One can call it the 2.0 version of fair directory. Expo Navigator not only includes the exhibitor information, but can also help a user ...
Read more »In this fast-paced changing world of technology, Truiton is a platform for young technical minds who wish to explore new technologies and share their experiences. If you think you can write good innovative ...
Read more »Learn how to combine two LiveData objects into a single stream of merged Android LiveData using MediatorLiveData.
Google’s material design has been evolving year by year. At first when Material Design was introduced a lot of new components were listed in its documentation. But their implementation or official widgets were not released at that time. But with every support library release, few new significant components are released. With […]
When building a mobile app, one of the most basic things to have in an app is an auto suggest box. It is such a common widget that anyone who’s using an app expects it to be there. But recently I realized that not many Android autocomplete examples exist on […]
In August 2015, Google announced the release of Android Mobile Vision API. At that time this API had mainly three components Face Detection, Barcode scanner and ways to capture the tracking of objects in real time. But later on some bugs were found in its implementation, due to which the access […]
Nowadays face filter apps are one of the most common apps available on a users phone, where a user can apply various funny filters on their face pictures. Interestingly the base tech that powers these sort of apps is similar to what we are going to discuss in this tutorial. […]
Its been a while since Google introduced Material Design, but recently with Design Support Library v25 they released a new widget to make an Android Bottom Navigation Bar, as described in the official material design specs. This new navigation component is called the BottomNavigationView and as mentioned, its packaged under the design […]
Android itself is a smart OS, still it lacked a very basic feature of text recognition. But not anymore; with the official Optical Character Recognition API of Android and the Mobile Vision library, now Android can perform OCR very efficiently and correctly. I did a very basic feature test to […]
Often when building Android apps, we encounter situations where it is required to scan a bar code or QR code. Now as difficult as it sounds, the complex code it has if you plan to write your own scanning algorithm. But this is the place where new and improved Mobile […]
When in 2014, Google introduced Material Design, they introduced many new design components, like Floating Action button, Tabs, Cards, and Bottom Sheets for Android. Although most of the new components were not available for Android at that moment. But over time they released a support library by the name of Design Support Library. […]
Google introduced a new API called the Google Cloud Vision API. This API has full potential to understand the contents of an image by using the Google’s machine learning platform and TensorFlow. It allows the API to process individual pieces of an image separately and return the results really fast in a unified […]