Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umesh-patidar/composelockscreen
Lock Screen UI with Jetpack Compose
https://github.com/umesh-patidar/composelockscreen
android-app android-application apache compose dark-mode dark-theme declarative-programming declarative-ui jetpack jetpack-android jetpack-compose material-design material-ui
Last synced: about 2 months ago
JSON representation
Lock Screen UI with Jetpack Compose
- Host: GitHub
- URL: https://github.com/umesh-patidar/composelockscreen
- Owner: Umesh-Patidar
- License: apache-2.0
- Created: 2024-07-28T11:44:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T15:32:55.000Z (6 months ago)
- Last Synced: 2024-07-28T16:25:35.718Z (6 months ago)
- Topics: android-app, android-application, apache, compose, dark-mode, dark-theme, declarative-programming, declarative-ui, jetpack, jetpack-android, jetpack-compose, material-design, material-ui
- Language: Kotlin
- Homepage:
- Size: 6.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compose Lock Screen
Compose Lock Screen is a sample lock screen app build with jetpack compose .
This sample showcases:
* Secure Lock Screen
* Dark and Light Theme# Day Mode π
# Night Mode π
# Lock Screen Video
# Built With π
[Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development.[Jetpack Compose](https://developer.android.com/compose) - Jetpack Compose is Androidβs modern toolkit for building native UI.
[Android Architecture Components](https://developer.android.com/topic/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.
[Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android.
## License π
```
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 athttp://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.
```