Weather Batao is a simple Android app that provides weather information for different cities. It utilizes the OpenWeatherMap API to fetch weather data and displays it using a RecyclerView.
- Fetches weather data from the OpenWeatherMap API.
- Displays weather information such as temperature and description for each city.
- Uses RecyclerView to display the weather data in a scrollable list.
.
- Retrofit: A type-safe HTTP client for Android and Java.
- RecyclerView: A flexible view for providing a limited window into a large data set.
To get started with Weather Batao, follow these steps:
-
Clone the repository:git clone https://github.com/your-username/weather-batao.git
-
Open the project in Android Studio.
-
Obtain an API key from OpenWeatherMap by creating an account.
-
Replace
"YOUR_API_KEY"
inMainActivity.kt
with your actual API key. -
Build and run the app on an Android device or emulator.
This project is licensed under the MIT License.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
- OpenWeatherMap for providing the weather API.
- Retrofit for simplifying the API integration.
- RecyclerView for the flexible and efficient list display.
If you have any questions or need further assistance, please feel free to contact me at [[email protected]].