Weather App For Android Wear OS Using Compose

Ngenge Senior
Oct 2, 2024

--

Screenshot of app

Hi there,

I recently got a Pixel 2 Watch and wanted to get my hands dirty, so I tried replicating part of the stock weather app that comes with it. The app should be able to run on any Android watch.

Features

  • Request watch’s current location using play services
  • Make API request to Open weather maps API and retrieve response
  • Display current condition and clicking on the screen takes one to details.

For more, you can check the repo.

--

--