Realtime location tracking is the backbone of all delivery and tracking apps in the market. For example tracking your food on your favourite delivery app or tracking your cab …
Android Play Services SDK offers Location API that is used to get gps location. Location updates is one of the most crucial feature of Android apps. We have seen …
Often we need to communicate between Activity and Fragments. Fragment to Activity communication is done through interfaces. In order to create a communication flow between Fragment and Activity you …