There are no reviews yet. Be the first to send feedback to the community and the maintainers!
composeOneScreens
Aim of this repository is to design single screen page UIS with Jetpack Compose (more focus on the complex ui's).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 :)Jetpack-Compose-Firebase
In this repository we will see the features of firebase & implement with jetpack compose.chat-app-ui-compose
A simple chat app ui in compose πShoesKMP
A Shoes app built using Compose Multiplatform for Android and iOSjetpack-compose-material-3-projects
A repository for jetpack compose projects in material 3 πfurniture-app-compose-ui
A simple furniture app ui in jetpack composeKmm-api-calling
A project which shows how to do api calling in both android and ios through KMM π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.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 NetworkPaging3-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.Alarm-Clock
A simple alarm clock ui in jetpack compose πNotesss-Compose
A simple note app , getting notes from server in jetpack composethreads-app-compose
IMDB-Movie-App
Build with Jetpack Compose & all modern techniques and architecture of android app developmentNews-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 newsKtor-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.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.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!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...Jetpack-compose-Tutorials
In this repository we will see the tutorials on Jetpack ComposeCinema-Booking-App-UI-Compose
Cinema Booking App UI with Jetpack Compose πstarbucks-app-ui-compose
A simple starbucks app ui in jetpack compose π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)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 backgroundandroid-kotlin-piano-application
This is a simple piano application, where you can play with that, whenever you will free. it makes your mind fresh :)ktor-server-mongodb
flutter-in-compose
A library which builds flutter widgets and custom ui's in compose π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.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 operationscompose-blogs-repository
notes-realm-compose
In this repository we used realm db for CRUD Operations with Jetpack ComposeAndroid-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 .AlrightAws-Cognito-User-Pool-Authnetication
In this repository we will see how to provide authentication (login , signup) using aws cognito user pool in android kotlinRetrofit-Authorization-Token
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 :)Pizza-App-Ui-Compose
Simple Pizza App Ui with Jetpack Compose πFood-Delivery-Ui-Jetpack-compose
Food delivery App UI with Jetpack Compose πcomposeCanvas
A Custom UI's made with Jetpack ComposeJetpack_Compose_v1.2.1
Jetpack Compose v1.2.1Ktor-MongoDB-Sample
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.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 β€οΈπ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.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 :)Common-Code-Android
In this repository we will see how to write common code in android with pure kotlin.Koin-dependency-injection-in-Android
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.Retofit-http-request-GET-POST-DELETE-PUT-in-android
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 appmobile-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.compose-bootcamp
This repository is for Compose Bootcampflutter-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 cardjava-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 :)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.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.Coroutines-sample
A repository where we will see and pratice kotlin coroutines πJetpack-Compose-android-Testing
In this repository we will be working with Unit , Instrument & Ui tests in android kotlin with jetpack compose.flutter-yt
Kotlin-advance-features-yt
demo-app-assignment
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 itAssignment
service-in-compose
In this repository , we will talk about services in android with jetpack compose.Jetpack-Compose-Practise-Project
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.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.firebaseChatAppCompose
assignment-compose
Pizza-App-UI-SwiftUI
Simple Pizza App Ui with Swift UI πkotlinLogicalQuestions
Python-Pandas-A-Z-Tutorial
Jetpack-Compose-3.0_above_yt
note-app-compose
A project where we can show , add , update , delete notes through jetpack compose and Room πoneScreenSwiftUI
Aim of this repository is to design single screen page UIS with SwiftUI (more focus on the complex ui's).compose-multiplatform-app
Aim of this repository is to implement common Android and Ios functionality through compose multiplatform app.compose-chart
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 :)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.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.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 todosDagger-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 RecyclerViewjava-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 :)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 :)Love Open Source and this site? Check out how you can help us