Skip to content

delet-dis/ElementaryLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elementary launcher

Android CI

codebeat badge CodeFactor

Elementary launcher is an Android app that helps people with vision problems interact with their home screen.

The goal of project is to make easy to access, use and customize launcher that replaces home screen.

Please check CONTRIBUTING page if you want to help.

Project characteristics and tech-stack

This project takes advantage of best practices, many popular libraries and tools in the Android ecosystem.

Architecture

The entire application follows layers architecture.

It contains components that strictly fulfill their functions, as well as parts that are not part of them.

Data flows

The architecture of interaction between presentation and lower layers in both activities is similar.

All interaction occurs through the ViewModel of each Activity / Fragment, which then receives data from the repositories and notifies the view of the change.

Repositories, in turn, interact with the data services and broadcast receivers layer

🛬 OnboardingActivity

- request
- response

📱 LauncherActivity

- request
- response

More project screenshots






Contributors

License

MIT License

Copyright (c) 2021 Igor Efimov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.