An open API service indexing awesome lists of open source software.

https://github.com/landfathich/studentsmarksprocessor

Android app for processing student marks with categorization into different grade groups and log output.
https://github.com/landfathich/studentsmarksprocessor

android arrays collections data-processing kotlin logging

Last synced: about 2 months ago
JSON representation

Android app for processing student marks with categorization into different grade groups and log output.

Awesome Lists containing this project

README

          

# StudentsMarksProcessor

[![Kotlin](https://img.shields.io/badge/Kotlin-1.8+-blue.svg?logo=kotlin)](https://kotlinlang.org)
[![Platform](https://img.shields.io/badge/Platform-Android-green.svg?logo=android)](https://www.android.com/)

Тестовое приложение для обработки и категоризации оценок студентов.

## О проекте

Приложение демонстрирует работу с массивами данных и их категоризацию по заданным критериям. Оценки студентов распределяются по категориям и выводятся в лог.

**Основной функционал:**
- Массивы имен студентов и их оценок
- Категоризация оценок (плохие, нормальные, хорошие, отличные)
- Фильтрация и распределение по группам
- Логирование результатов

## Технологии

* Kotlin
* Arrays and Collections
* Data processing
* Logging
* Conditional logic