You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WeatherApp is a Java web application that provides real-time weather information for any city worldwide. Utilizing the OpenWeatherMap API, users can input a city name to view current weather details, including temperature, humidity, wind speed, and more, all through an intuitive and responsive interface.
GsonUtility is a Java library providing a generic implementation of https://github.com/google/gson to convert Java Objects into JSON or JSON strings to an equivalent Java Object.
Native Android app built with Jetpack Compose, following a multi-modular architecture. It utilizes the TMDB movies API and adopts the MVVM pattern with Clean Architecture principles.
An android applications that returns a list of books based on users search query using the Google Books Api. It was built using the Android Architecture components and other basic android libraries
Built an Android Application using a single Main Activity and multiple fragments. The Fragments communicate between other Fragments and Activity.Information is saved using SharedPreferences using GSON Library.
An android app designed to defend against online Phishing attacks. This app can monitor user-selected applications for all URLs and scan them using machine learning powered backend server to alert the user if any malicious URL is found.