nameisjayant
Mobile App Developer ❤️ | Flutter | Kotlin | Swift UI l React Native l KMP l CMP l Jetpack Compose | Ktor
Senior Mobile Engineer at @antinolabsNew Delhi, India
nameisjayant's Stars
meshramaravind/Online-Flora-Go-Go-App-UI-Android
New style for app design Online Flora Go Go App UI made in Jetpack Compose.😉😎
Foso/Jetpack-Compose-Playground
Community-driven collection of Jetpack Compose example code and tutorials :rocket: https://foso.github.io/compose
iampawan/FlutterExampleApps
[Example APPS] Basic Flutter apps, for flutter devs.
nameisjayant/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.
agamkoradiya/Android-Live-Templates
A curated android live templates to make your android development more fast🚀 and easy✨. Import all of them within a minute⌛
singhsimarjeet828/emojiratingbar-demo
It is a simple smily rating bar.I add 5 smily according to the rating given by the user.
nameisjayant/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.
nameisjayant/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
nameisjayant/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
nameisjayant/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
agamkoradiya/InstaData
Using this library you can get any Insta Profile Information.
nameisjayant/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...