Skip to content

anibalventura/like-paint

Repository files navigation

Like Paint

API Kotlin License

Simple drawing app with an intuitive user interface based on modern Android application tech-stacks.

Features

  • Change brush size and color.
  • Undo and redo drawing.
  • Add background image.
  • Clear entire drawing.
  • Save or share drawing.
  • Dark mode support.
  • Spanish translation.

Tech Stack & Open-source libraries

  • Minimum SDK level 21.
  • Kotlin - official programming language for Android development.
  • Coroutines - for asynchronous programming.
  • Android Architecture Components - collection of libraries that help you design robust, testable, and maintainable apps.
    • Data Binding - data objects to bind UI components in your layouts to data sources in your app.
    • Lifecycle - components to perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
  • Navigation - interactions that allow users to navigate across, into, and back out from the different pieces of content within your app.
  • Fragment - represents a behavior or a portion of user interface in a FragmentActivity.
  • Preference - allows to build interactive settings screens, without needing to handle interacting with device storage or managing the user interface.
  • Material-Components - Material design components.

Contribute

Awesome! If you would like to contribute you're always welcome!

License

Copyright 2020 Anibal Ventura

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.