Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joshludahl/lazuli

A simple list application using Jetpack Compose
https://github.com/joshludahl/lazuli

android jetpack jetpack-compose kotlin list

Last synced: 12 days ago
JSON representation

A simple list application using Jetpack Compose

Awesome Lists containing this project

README

        

[![Android CI](https://github.com/JoshLudahl/Lazuli/actions/workflows/android.yml/badge.svg)](https://github.com/JoshLudahl/Lazuli/actions/workflows/android.yml)

# A simple list application written using Jetpack Compose
This application is a simple list making application for Android. It has two main features, creating lists and adding items to those lists.

## Lazuli Bunting
Lazuli Lists is a list application for Android inspired after the
[Lazuli Bunting](https://myodfw.com/wildlife-viewing/species/towhees-sparrows-grosbeaks-and-buntings).

## Libraries and Technologies
The application is build using the following libraries from Android and other third-party sources:
- Android Application written in Kotlin and built with Gradle
- [AppSearch](https://developer.android.com/develop/ui/views/search/appsearch)
- [Jetpack Compose](https://developer.android.com/jetpack/compose)
- [DataStore](https://developer.android.com/topic/libraries/architecture/datastore)

## Key Features
The application is simple, but great for list making. Some key features include
- List items
- Lists of list items
- Item categories
- Item labels
- Add, update and delete list items and lists
- Share list item
- Share list
- Copy list item
- Copy list

## Privacy
The application cares about your privacy and as such, doesn't collect or share any data. The application is ad-free.
You can read more about the privacy in the [privacy policy](https://softklass/lazuli/privacy.html).

## License
Copyright 2024 Josh Ludahl & Softklass LLC

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.