https://github.com/khubaibkhan4/weatherapp
https://github.com/khubaibkhan4/weatherapp
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/khubaibkhan4/weatherapp
- Owner: KhubaibKhan4
- Created: 2023-05-10T18:01:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T18:08:03.000Z (over 2 years ago)
- Last Synced: 2025-04-01T22:38:41.600Z (6 months ago)
- Language: Kotlin
- Size: 1.93 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeatherApp
# Kotlin Weather AppThis is a Kotlin-based weather app that provides current weather information. It includes the following features:
- Display of current temperature, weather condition, and other weather details.
- Search functionality to find weather information for different locations.
- Integration with Google Maps to display the location on a map.## Screenshots
![]()
![]()
![]()
![]()
## Getting Started
To get started with the weather app, follow these steps:
1. Clone the repository: `git clone [https://github.com/KhubaibKhan4/WeatherApp]
2. Open the project in Android Studio.
3. Build and run the app on an emulator or a physical device.Feel free to explore the code and customize the app according to your needs.
## Dependencies
The weather app relies on the following dependencies:
- Retrofit: Used for network requests and API communication.
- Glide: Used for image loading and caching.
- Google Maps SDK: Used for integrating Google Maps functionality.Make sure to add these dependencies to your project's `build.gradle` file.
## License
This project is licensed under the [MIT License](LICENSE).