Skip to content

alandovskis/mobilispect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Mobilispect

Android CI Backend CI

Directory Structure

Frontend

The frontend is powered by Kotlin Multi Platform. Available only as an Android app, but an iOS app is planned.

android: Android App + UI

common
├── build: Outputs
├── schemas: Room database schemas
├── src
│   ├── androidAndroidTest: Android instrumented tests
│   ├── androidMain: Android-specific code
│   ├── androidTest: Android local tests
│   ├── commonMain: Shared logic
│   ├── commonTest: Shared tests
│   ├── iosMain: iOS-specific code
│   └── iosTest: iOS local tests

ios: iOS App + UI

Backend

The backend is powered by Spring Boot.

About

The Mobility Inspector

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages