https://github.com/nameisjayant/composeOneScreens
Aim of this repository is to design single screen page UIS with Jetpack Compose (more focus on the complex ui's).
https://github.com/nameisjayant/composeOneScreens
android compose jetpack jetpack-compose jetpackcomposeapp kotlin
Last synced: about 1 month ago
JSON representation
Aim of this repository is to design single screen page UIS with Jetpack Compose (more focus on the complex ui's).
- Host: GitHub
- URL: https://github.com/nameisjayant/composeOneScreens
- Owner: nameisjayant
- Created: 2024-03-22T16:51:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:14:07.000Z (about 1 year ago)
- Last Synced: 2024-04-22T12:31:14.759Z (about 1 year ago)
- Topics: android, compose, jetpack, jetpack-compose, jetpackcomposeapp, kotlin
- Language: Kotlin
- Homepage:
- Size: 12.7 MB
- Stars: 171
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-list - nameisjayant/composeOneScreens - Aim of this repository is to design single screen page UIS with Jetpack Compose (more focus on the complex ui's). (Kotlin)
README
## Jetpack Compose Single Screen Page UIS
Aim of this repository is to design single screen page UIS with Jetpack Compose (mainly focus on the complex ui's).
## Purpose
- Purpose of making this repository is to learn how to make or write complex ui screen codes in
jetpack compose.
- It also focus on the clean and reusable codes.## Packages
- `components`: Includes all the common components here , which can used in any screen for eg -
Icon , space , Icon Button etc....
- `feature`: For including any UI.
- `screens` : Includes any single screen UI.## How to Contribute
- If you have any single page complex screen UI , you are most welcome.
- **Note** :- Before start contributing , please check the remaining screens for code quality
and `components` package for the common components.## 🖥️ Screenshots
Task Management UI
NFT Mobile UI
Electric Car Charging UI
![]()
![]()
![]()
Chat UI
Instagram Home UI
Timer UI
![]()
![]()
![]()
Twitter Profile UI
Chatting UI
Health UI
![]()
![]()
![]()
Tesla UI
ScoreBoard UI
Instagram Profile screen UI
![]()
![]()
![]()
Shoes App UI
![]()
## Find this project useful ? ❤️
- Support it by clicking the ⭐️ button on the upper right of this page. ✌️
# License
```markdown
Copyright 2023 Jayant KumarLicensed 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.
```