Create LocationService.kt in the location package. Within this file, add a new object LocationService with a private property to hold a reference to the Retrofit service:
Build the application to make sure there aren’t compilation errors.
Integrating with ViewModel
While the LocationService knows how to make network requests to the API, the trigger for the requests resides in the view layer of the application.
Navigate to the LocationViewModel.kt file in the location package. It defines a simple ViewModel that contains a dummy implementation of the network request in fetchLocation.
Build and run. Press the Locate Me button to send a network request and get your approximate location.
Where to Go From Here?
Download the completed project files by clicking the Download Materials button at the top or bottom of the tutorial.
Congratulations! You learned a lot in this tutorial and can now build and deploy serverless Kotlin apps on Google Cloud Run.
If you’re wondering what to learn next, check out the official documentation for Google Cloud Run, or this tutorial for building Kotlin APIs on GCP.
We hope you enjoyed this tutorial. If you have any questions or comments, please join the forum discussion below!
All videos. All books.
One low price.
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.