mozilla-mobile /
android-components
⚠️ This project moved to a new repository. It is now developed and maintained at: https://github.com/mozilla-mobile/firefox-android
Loading repository data…
arm-x-Dev / repository
This repository is a curated collection of Modern Android Applications built using Kotlin and Jetpack Compose. It serves as a showcase for practical software engineering—ranging from high-utility agricultural logistics tools to advanced network diagnostic suites.
A centralized repository hosting production-grade Android applications built with Clean Architecture, Modern Android Development (MAD) toolsets, and robust local-first patterns. The suite features specialized solutions for agricultural logistics weight tracking and network security auditing.
This portfolio showcases mobile applications engineered to demonstrate clean, maintainable, and testable design patterns. The projects solve distinct, real-world operational challenges: Cane Tracker automates harvest loading logistics by dynamically computing net crop weight and mitigating manual entry errors, while WiFi Inspector Pro provides network diagnostic telemetry and connection auditing. By separating business logic from platform components using MVVM, repository patterns, and local storage, these applications maintain performance, decoupled testing capability, and complete offline resilience.
graph TD
RepoRoot["Repository Root (android-apps/)"] --> CaneTracker["cane-tracker/ (Agricultural & Logistics App)"]
RepoRoot --> WifiInspector["wifi-inspector-pro/ (Network Utility & Diagnostics)"]
RepoRoot --> ProjectConfig["Global Build Configuration"]
CaneTracker --> CT_Components["Jetpack Compose UI & MVVM Components"]
CaneTracker --> CT_DB["Offline-first Room Database"]
WifiInspector --> WI_Components["XML Layouts & Material UI"]
WifiInspector --> WI_Diagnostics["Network Engine / Diagnostics Audits"]
ProjectConfig --> Gradle["build.gradle, local.properties, gradle/"]
# Clone the repository
git clone https://github.com/username/android-apps-portfolio.git
# Navigate into the project directory
cd android-apps-portfolio
# Build debug APKs for all projects
./gradlew assembleDebug
android-apps/
├── cane-tracker/ # Agricultural loading & worker weight tracker
├── wifi-inspector-pro/ # Network diagnostic and security tool
└── README.md # Repository documentation
To compile the applications, define your local Android SDK directory in a local.properties file at the root level:
sdk.dir=/path/to/your/android/sdk
Contributions to extend capabilities or optimize the existing applications are welcome. Please open an issue to outline suggested changes or submit a structured Pull Request adhering to the repository's MVVM and Clean Architecture patterns.
This project is licensed under the MIT License.
Selected from shared topics, language and repository description—not editorial ratings.
mozilla-mobile /
⚠️ This project moved to a new repository. It is now developed and maintained at: https://github.com/mozilla-mobile/firefox-android
nameisjayant /
Aim of this repository is to design single screen page UIS with Jetpack Compose (more focus on the complex ui's).
muratcanbur /
This repository might be a starting point for building Android interview tasks. There is also providing a basic sample template based on layered architecture using Dagger2 and Architecture Components.
FredHappyface /
EweSticker is an Android sticker keyboard application, specifically designed for sharing a wide variety of custom stickers in supported messaging apps. This project draws inspiration from the uSticker project and is a fork of the woosticker repository.
lcarsde /
THIS PROJECT IS CURRENTLY UNMAINTAINED! lcarsde is the LCARS Desktop Environment, which consists of lcarswm and additional tool applications. This repository contains general information.
maheshjainckd /
This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.