This repository contains two beginner-level Android applications developed as part of a Udemy Android App Development course.
Both apps were built using Android Studio and Java, focusing on user input handling, API calls, and clean UI design.
A simple app that takes an amount in US Dollars, converts it to Indian Rupees, and displays the result using a Toast message.
This project demonstrates handling user input, performing quick calculations, and updating the UI dynamically.
Tech Stack:
Android Studio • Java • XML Layouts
An application that displays the current weather details of a city entered by the user.
It uses public weather APIs to fetch live data such as temperature, humidity, and conditions, while providing error handling for invalid city names.
Tech Stack:
Android Studio • Java • HTTP API Integration