/Android-development

📱 android app basics and experiments 🧪

Primary LanguageJava

Android Learning Projects

This repository contains various applications I've built while learning Android development. Each project is organized into its own folder, making it easy to navigate my progress and explore different concepts.

Projects

  • Activity Life Cycle - To understand the activity life cycle and Android OS's role in handling life cycle events.
  • Implicit Intent - WebLinkAndPhoneCallApp: Demonstrates using implicit intents for web links and phone calls.
  • ServicesApp: An application showcasing the use of services in Android(background) to download pdf files.
  • Android LLM UI App: to apply AsyncTask to call the LLM model in the background and A user interface to display LLM responses.
  • Clap App: Detects the proximity between the phone and a hand and displays visual feedback based on the proximity values.