This repository contains Mobile Application Development (MAD) code examples and projects. It serves as a I collection of practical implementations <3 for various mobile development concepts S using Android.
The repository is organized into the following main components:
- Lab Assignments: Step-by-step implementation of concepts covered in lab sessions
- Projects: Complete mobile applications demonstrating the integration of multiple concepts
- Examples: Standalone code samples illustrating specific Android features
- Java
- XML
- Android SDK
- Android Studio
- Android Studio (latest version recommended)
- Android SDK
- Java Development Kit (JDK)
- Clone the repository:
git clone https://github.com/Parth-12pm/MAD_Codes.git - Open the project in Android Studio
- Sync Gradle files
- Select the specific project/example you want to run
- Run on an emulator or physical device
- UI Design examples
- Activity and Fragment implementations
- Data storage solutions
- API integration samples
- Material Design components
- Navigation patterns
Contributions are welcome! If you'd like to add your own examples or improve existing ones:
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Parth - GitHub Profile
Project Link: https://github.com/Parth-12pm/MAD_Codes
- Thanks to all contributors who have helped with the development of these examples
- Android Developer Documentation for reference materials