• Stars
    star
    106
  • Rank 314,724 (Top 7 %)
  • Language
    Kotlin
  • Created about 2 months ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Aim of this repository is to design single screen page UIS with Jetpack Compose (more focus on the complex ui's).

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.

πŸ–₯️ Screenshots

Task Management UI NFT Mobile UI Electric Car Charging UI
task_management nft_mobile electric+_car
Chat UI Instagram Home UI Timer UI
chat_ui insta_ui timer_ui
Twitter Profile UI Chatting UI
twitter_profile_ui chatting_ui

Packages

  • components: Includes all the common components here.
  • 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.

Find this project useful ? ❀️

  • Support it by clicking the ⭐️ button on the upper right of this page. ✌️

License

Copyright 2023 Jayant Kumar

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.

More Repositories

1

MVVM-DaggerHilt-Retrofit-Sealed-Class-StateFlow-Coroutines-In-Android

In this project , we will build a simple application ,where we fetch data from the server and show into recyclerview with the help of MVVM patter, Dagger-hilt , Retrofit, StateFlow , Sealed Class and Kotlin Coroutines. Hope you will enjoy and learn something new from this project :)
Kotlin
43
star
2

Jetpack-Compose-Firebase

In this repository we will see the features of firebase & implement with jetpack compose.
Kotlin
22
star
3

ShoesKMP

A Shoes app built using Compose Multiplatform for Android and iOS
Kotlin
22
star
4

chat-app-ui-compose

A simple chat app ui in compose 😍
Kotlin
20
star
5

Kmm-api-calling

A project which shows how to do api calling in both android and ios through KMM 😍
Kotlin
19
star
6

furniture-app-compose-ui

A simple furniture app ui in jetpack compose
Kotlin
18
star
7

Check-Network-Connectivity-with-LiveData-Android-kotlin

so In this project we will check our application is connected with internet or not through Live data , if the application is connected with Internet , we will update the textview with "connect with internet" or if it's not connected we will update with No Network
Kotlin
17
star
8

jetpack-compose-material-3-projects

A repository for jetpack compose projects in material 3 😍
Kotlin
16
star
9

Notesss-Compose

A simple note app , getting notes from server in jetpack compose
Kotlin
14
star
10

Alarm-Clock

A simple alarm clock ui in jetpack compose 😍
Kotlin
14
star
11

Weather-app-in-Android-Kotlin

In this project, we are going to make a weather application , with the help of dagger-hilt, retofit,coroutines,flow and channel. I have used openweather free api to make network request.
Kotlin
14
star
12

threads-app-compose

Kotlin
14
star
13

Paging3-with-RoomDatabase-and-Retrofit-in-Android-Kotlin

The Paging library helps you load and display pages of data from a larger dataset from local storage or over network. This approach allows your app to use both network bandwidth and system resources more efficiently. The components of the Paging library are designed to fit into the recommended Android app architecture, integrate cleanly with other Jetpack components, and provide first-class Kotlin support.
Kotlin
14
star
14

News-feed-app-android-kotlin

This is a simple news feed application based on Retrofit and RecyclerView, The description of this project is first we will send a api request on the server for news json data , then shows into RecyclerView, after that whenever we click on any news item it will show the article on that news
Kotlin
13
star
15

IMDB-Movie-App

Build with Jetpack Compose & all modern techniques and architecture of android app development
Kotlin
13
star
16

Paging3-in-Android-Kotlin

The Paging library helps you load and display pages of data from a larger dataset from local storage or over network. This approach allows your app to use both network bandwidth and system resources more efficiently. The components of the Paging library are designed to fit into the recommended Android app architecture, integrate cleanly with other Jetpack components, and provide first-class Kotlin support.
Kotlin
12
star
17

Android-java-MVVM-with-RoomDatabase-Retrofit-and-RecyclerView

we are going to build a simple project with the help of Room Database , ViewModal , LiveData and Retrofit. So, What is the agenda of this project? First we will send a retrofit request to the web server for json data, then after fetching json data from the server , we will store that data into Room Database and then shows into the recyclerview. Alright!
Java
12
star
18

Android-Notepad-App-in-Mvvm-with-Room-Database-and-Kotlin-Coroutines

This is a simple notepad application, where we can write some important notes ,you can add , update ,delete and search all the notes that you have written, so here we have used Room Database to store your all notes, hope you got the idea that how this application will behave...
Kotlin
12
star
19

Jetpack-compose-Tutorials

In this repository we will see the tutorials on Jetpack Compose
Kotlin
11
star
20

Ktor-Todo-Api

This is a simple Rest Api for todo application , where users do signup, login and add their respective todos. So this api is fully based on Ktor framework.
Kotlin
10
star
21

Cinema-Booking-App-UI-Compose

Cinema Booking App UI with Jetpack Compose 😍
Kotlin
8
star
22

starbucks-app-ui-compose

A simple starbucks app ui in jetpack compose 😍
Kotlin
8
star
23

Android-Mvvm-With-RoomDatabase-and-Dagger-Hilt

so hey guys in this project we are going to make a todo app with the help of room database and dagger-hilt( it provides dependencies injection)
Kotlin
8
star
24

music-player-app-android-kotlin

This is a simple music player application for begineers , i have used room database to store all the songs in it and also used kotlin coroutines to work in background
Kotlin
8
star
25

android-kotlin-piano-application

This is a simple piano application, where you can play with that, whenever you will free. it makes your mind fresh :)
Kotlin
8
star
26

ktor-server-mongodb

Kotlin
7
star
27

Dagger-hilt-with-RoomDatabase-and-Retrofit-in-Android

In this project we will use Dagger-hilt with Room Database and Retrofit. Where we will fetch data from the server and store into Room after that fetch those data from Room and shows into Recyclerview.
Kotlin
6
star
28

Simple-Phone-Note-App-Rest-Api

In this project we will learn how to do GET,POST,DELETE,PUT request through retrofit in android , here we will a rest api to perform all these operations
Kotlin
6
star
29

flutter-in-compose

A library which builds flutter widgets and custom ui's in compose 😍
Kotlin
5
star
30

Android-MVVM-with-Room-Database-and-Paging-Movies-List-Details-Application

The description of this project is first we will send a retrofit request to the server for top hollywood movies which includes name,poster,and rating of the movies after that we will store that data (movies) into Room Database and then shows into recyclerview through paging and after that whenever i click on any of the movie , it goes to next page where we can see the descriptions and details of particular movie .Alright
Java
5
star
31

Ktor-Http-Request-Android

Bye Bye Retrofit .. Now it's time to shift on Ktor for Http Request i,e get,post,delete,update etc.. ktor is simple , easy to use , fully based on coroutines, doing asynchronous programming , less boilerplate code ❀️😍
Kotlin
4
star
32

Pizza-App-Ui-Compose

Simple Pizza App Ui with Jetpack Compose 😍
Kotlin
4
star
33

nameisjayant

This is jayant kumar, a youtuber, passionate programmer from India , i love to do and think about code, i interested in android and web development :)
4
star
34

compose-blogs-repository

Kotlin
4
star
35

notes-realm-compose

In this repository we used realm db for CRUD Operations with Jetpack Compose
Kotlin
4
star
36

Aws-Cognito-User-Pool-Authnetication

In this repository we will see how to provide authentication (login , signup) using aws cognito user pool in android kotlin
Kotlin
3
star
37

Retrofit-Authorization-Token

Kotlin
3
star
38

Jetpack_Compose_v1.2.1

Jetpack Compose v1.2.1
Kotlin
3
star
39

Ktor-MongoDB-Sample

Kotlin
3
star
40

Stripe-Add-Payment-Details-Compose

In this post we will see how to add Card (Credit and debit card) Details in jetpack compose through stripe. Now government said , you can't keep bank details in your backend , you have to use stripe.
Kotlin
3
star
41

Android-kotlin-Flow-with-LiveData-and-Retrofit

In this project we will make a simple project with the help of Kotlin Flow api with LiveData and Retrofit ,where we will fetch some data from the server and shows into RecyclerView.
Kotlin
3
star
42

android-piano-java-based-application

This is a simple piano application, where you can play with that, whenever you will free. it makes your mind fresh :)
Java
2
star
43

Common-Code-Android

In this repository we will see how to write common code in android with pure kotlin.
Kotlin
2
star
44

composeCanvas

A Custom UI's made with Jetpack Compose
Kotlin
2
star
45

Koin-dependency-injection-in-Android

Kotlin
2
star
46

User-Login-Rest-Api-in-Ktor

This is a simple Rest Api for sign up and login , where users do signup, login with authentication. So this api is fully based on Ktor framework.
Kotlin
2
star
47

Retofit-http-request-GET-POST-DELETE-PUT-in-android

Kotlin
2
star
48

Food-Delivery-Ui-Jetpack-compose

Food delivery App UI with Jetpack Compose 😍
Kotlin
2
star
49

Age-to-Minute-App-Android

So in this project i am not going to focus on like how to convert your age into minute, but instead of that we will focus on how to write clean code with the help of MVVM.In this project we will use MVVM , dagger hilt , kotlin flows and Coroutines to build a simple Age to Minute converter App . Hope you will enjoy and learn something new from this app
Kotlin
2
star
50

compose-bootcamp

This repository is for Compose Bootcamp
Kotlin
2
star
51

mobile-assignment

On clicking on each element card, a file associated with that element should be downloaded, and the progress of the download should be shown at the end of the element card. On completion of downloading,circular tick icon should be shown.
Kotlin
2
star
52

flutter-fetch-data-from-server

In this post we will see how we can fetch data from server in flutter, basically first we will send the http request to the server for list of bollywood actors that's include name,image,and age of the actors then we will store that data in a List, after that we will show that data into a card
Dart
2
star
53

java-Android-WorkManager-BlurImager-Application

This project is all about workmanager.. Hence the description of this project is , we will build a simple image blur application , that will blur your image and store that image into local storage (local device) so we see .Alright !!! All the process will happens in background :)
Java
2
star
54

Datastore-Andriod-Kotlin

Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally.
Kotlin
2
star
55

Android-java-Volley-based-COVID19-tracker-app

Coronavirus disease (COVID-19) is an infectious disease caused by a newly discovered coronavirus. Most people who fall sick with COVID-19 will experience mild to moderate symptoms and recover without special treatment.
Java
2
star
56

Coroutines-sample

A repository where we will see and pratice kotlin coroutines 😍
Kotlin
1
star
57

Jetpack-Compose-android-Testing

In this repository we will be working with Unit , Instrument & Ui tests in android kotlin with jetpack compose.
Kotlin
1
star
58

flutter-yt

Dart
1
star
59

Kotlin-advance-features-yt

Kotlin
1
star
60

demo-app-assignment

Kotlin
1
star
61

beautiful-login-page-android-kotlin

This login page based on koltin-xml , i have used drawable to design each part of this project , hope you will like it
Kotlin
1
star
62

Assignment

Kotlin
1
star
63

service-in-compose

In this repository , we will talk about services in android with jetpack compose.
Kotlin
1
star
64

Jetpack-Compose-Practise-Project

Kotlin
1
star
65

Kotlin-State-Flow-Api-Example-In-Android

In this project we are going to make an application with the help of kotlin State Flow Api.
Kotlin
1
star
66

Android-ViewModel-Example-Kotlin

The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way. The ViewModel class allows data to survive configuration changes such as screen rotations.
Kotlin
1
star
67

Todo-app-MVVM-with-RoomDatabase-and-kotlin-Coroutines

we will make a Note Application through Mvvm with Room Database and Kotlin Coroutines , The description of this project is first we will store data into room database and then shows into RecyclerView , Hope you will enjoy and learn something new from the video series :)
Kotlin
1
star
68

firebaseChatAppCompose

Kotlin
1
star
69

assignment-compose

Kotlin
1
star
70

Pizza-App-UI-SwiftUI

Simple Pizza App Ui with Swift UI 😍
Swift
1
star
71

kotlinLogicalQuestions

Kotlin
1
star
72

Python-Pandas-A-Z-Tutorial

Jupyter Notebook
1
star
73

Jetpack-Compose-3.0_above_yt

Kotlin
1
star
74

note-app-compose

A project where we can show , add , update , delete notes through jetpack compose and Room 😍
Kotlin
1
star
75

Android-Rx-java-and-Rx-Android-with-Retrofit-and-Recyclerview-

so here we are going to make a simple application on Rx java and Rx Android with Retrofit and RecyclerView , first we will send a retrofit request to the server for some json data then fetch those data into background and store inside Observables then Observer will Observe those data and will pass to the adapter then adapter will shows into RecyclerView :)
Kotlin
1
star
76

Jetpack-DataStore-library-Example

What is DataStore πŸ€·β€β™€οΈ? Jetpack DataStore is a data storage solution. It allows us to store key-value pairs (like SharedPreferences) or typed objects with protocol buffers . DataStore uses Kotlin, Coroutines and Flow to store data asynchronously with consistency and transaction support 😍. In short, it’s the new data storage solution which is the replacement of SharedPreferences.
Kotlin
1
star
77

furniture-app-swift-ui

A simple furniture app ui in swift ui 😍
Swift
1
star
78

Jetpack-DataStore-Prefernce-Example-2-Android-kotlin

What is DataStore πŸ€·β€β™€οΈ? Jetpack DataStore is a data storage solution. It allows us to store key-value pairs (like SharedPreferences) or typed objects with protocol buffers DataStore uses Kotlin, Coroutines and Flow to store data asynchronously with consistency and transaction support 😍. In short, it’s the new data storage solution which is the replacement of SharedPreferences.
Kotlin
1
star
79

Ktor-Notepad-Api

This is a simple Rest Api for todo application , where users do signup, login and add their respective todos. So this api is fully based on Ktor framework. #Main Features 1). Authorization 2). Authentication token 3). Sign up and login feature 4). User can create , update , delete their account 5). User can also add todos , where he/she can update , delete todos
Kotlin
1
star
80

Dagger-Hilt-with-LiveData-Flow-and-Retrofit-Android-Kotlin

so Hey guys In this project we will make a simple application with the help of Dagger-Hilt with LiveData, Flow and Retrofit , where we will fetch some data from the server and shows into RecyclerView
Kotlin
1
star
81

java-Android-FireStore-With-RoomDatabase-with-Example

we will build a simple project with the help of Room Database and Firebase firestore to understand the concept how it's work.The description of this project is first we will take some inputs like name , age , experience of the person then store that informations into Firebase Firestore database and then fetch those data from firestore and store into Room Database and we will see data through RecyclerView.Alright!,Hope the below image will clear your doubts :)
Java
1
star