This video shows the steps to create your iOS App which can access the current location of your phone. The location coordinates is fetched in locationManager using CLLocation services of the phone. The location coordinates once received is updated in the Map and also updated in the Labels widgets in…
Tag: location
How to get the device last location (using GPS/ Network) without using Map Layout in your Android App?
This video shows how to implement the FusedLocationProviderClient from the Google’s play-services-location to get the last location of the device. In this approach it need not to use the google maps layout or use the Google Maps API key required to get the google map information. This approach uses the…
Record and Play the sound simultaneously (live stream over Bluetooth speaker) in your Android App?
How to record and play the sound simultaneously (live stream over wireless or Bluetooth speaker) from your Android App? – Can be used for baby monitor In this video, it shows how one can create a simple Android App to record and play the sound simultaneously. The concept taken in…