jarroyoesp /
ComposeMultiplatformApp
Compose Multiplatform Sample (KMP) that serves as a comprehensive example demonstrating the integration of Compose Multiplatform, GraphQL data consumption, and SQLDelight for local data persistence.
55/100 healthLoading repository data…
satwinder-chauhan / repository
Comprehensive Android app for employee management, attendance tracking, and real-time analytics. Built with Kotlin, Jetpack Compose, Firebase, Room Database, and MVVM Clean Architecture.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A modern Android application for comprehensive employee lifecycle management, attendance tracking, and organizational analytics.
app/
├── data/
│ ├── local/
│ │ ├── dao/
│ │ ├── entity/
│ │ └── database/
│ └── repository/
├── di/ # Dependency Injection modules
├── ui/
│ ├── screens/
│ │ ├── auth/ # Login, SignUp
│ │ ├── dashboard/ # Dashboard
│ │ ├── employee/ # Employee list, form
│ │ ├── attendance/ # Attendance tracking
│ │ └── settings/ # Settings
│ └── components/ # Reusable UI components
├── navigation/ # Navigation graph
├── viewmodel/ # ViewModels
└── utils/ # Utility classes
git clone https://github.com/satwinder9069/android-employee-management.git
cd android-employee-management
Open in Android Studio
Firebase Setup
com.employeedb.employeedatabasegoogle-services.jsonapp/ folderEnable Firebase Authentication
Sync Gradle
Run the App
// ViewModel
private val _uiState = MutableStateFlow(EmployeeUiState())
val uiState: StateFlow<EmployeeUiState> = _uiState
// UI
val state by viewModel.uiState.collectAsState()
Login / SignUp
↓
├── Dashboard
├── Employees
│ ├── Employee Form (Add / Edit)
│ └── Employee Detail
│
├── Attendance
│ └── Mark / View Attendance
│
└── Settings
Satwinder Kaur
Selected from shared topics, language and repository description—not editorial ratings.
jarroyoesp /
Compose Multiplatform Sample (KMP) that serves as a comprehensive example demonstrating the integration of Compose Multiplatform, GraphQL data consumption, and SQLDelight for local data persistence.
55/100 healthkdroidFilter /
A comprehensive cross-platform Kotlin library for extracting detailed app information from Android stores.
62/100 healthbrutalharsh /
A comprehensive Android application for testing and development that allows developers to set custom GPS locations. Features Material Design UI, permission management, mock location provider support, and input validation. Perfect for testing location-based apps and services.
rafaelmfer /
SightUP is a comprehensive vision care mobile app (Android, iOS) designed to simplify eye health management. It offers a personalized daily eye care routine, helping users stay consistent with their eye health practices, together with its own wearable app (Wear OS).
60/100 healthphillwiggins /
BodyStats is an open source Android app that provides comprehensive health insights. It includes features such as widgets, a Google Watch companion app, and the ability to connect with other users. Our goal is to create a powerful tool for tracking and monitoring health metrics and getting personalized recommendations.
51/100 healthrudra-sah00 /
🎙️ Feature-rich Flutter mobile app for secure social connections and real-time voice communication. Multi-provider auth, unified friends system, production-ready walkie-talkie with background services, Agora RTC integration, and comprehensive Firebase backend.
50/100 health