PriyabrataNaskar
Computer Science Engineering Student at University Institute of Technology, Burdwan
ZomatoGurgaon, India
Pinned Repositories
AppWithSettings
An Android App that demonstrate the settings of Android using Shared Preferences. It uses shared preferences to store settings of Android App
BatteryLevelIndicator
A battery level indicator app. Key learning: drawable list
BuildSrc-Template
Supercharge your Next Android Project with BuildSrc + Kotlin DSL using this template
City_Of_Joy_KOLKATA
This is a tour guide app designed forv the tourist of Kolkata to guide them where to visit, what to eat...
DoctorAppointment
In doctor appointment app patients can login & submit their details. Patients can see details of doctors & book appointment as per their schedule.
Focus
An android app that will let you focus or meditate.
ImageFilters
Image filters related to spatial domain
Partha-Saarth-e
A text-based Android gaming App that deals with depression using innovative and interesting plots and story lineups. Also contain quizzes of multiple categories like Emotional Intelligence, Body Languages, Psychology etc.
Pigeon-News-App
Pigeon - Multi-Module News App, built with MVI, Clean Architecture, Kotlin❣️
VideoRecoder
MVVM Based Android app that helps to record video, play video.
PriyabrataNaskar's Repositories
PriyabrataNaskar/ImageFilters
Image filters related to spatial domain
PriyabrataNaskar/BuildSrc-Template
Supercharge your Next Android Project with BuildSrc + Kotlin DSL using this template
PriyabrataNaskar/Pigeon-News-App
Pigeon - Multi-Module News App, built with MVI, Clean Architecture, Kotlin❣️
PriyabrataNaskar/DoctorAppointment
In doctor appointment app patients can login & submit their details. Patients can see details of doctors & book appointment as per their schedule.
PriyabrataNaskar/VideoRecoder
MVVM Based Android app that helps to record video, play video.
PriyabrataNaskar/Partha-Saarth-e
A text-based Android gaming App that deals with depression using innovative and interesting plots and story lineups. Also contain quizzes of multiple categories like Emotional Intelligence, Body Languages, Psychology etc.
PriyabrataNaskar/AppWithSettings
An Android App that demonstrate the settings of Android using Shared Preferences. It uses shared preferences to store settings of Android App
PriyabrataNaskar/BatteryLevelIndicator
A battery level indicator app. Key learning: drawable list
PriyabrataNaskar/HelloSharedPrefsApp
This is a demo android application where I applied concepts of Shared Preferences
PriyabrataNaskar/Pigeon
Pigeon - a news app in android. This android application fetches data using retrofit from NewsAPI.
PriyabrataNaskar/RoomWords
It's a simple room database app that uses SQLite to store words in the database. In this app I havve used Android Architecture Components. Room handles all the threading & provides data to the Repository Class. Then Repository class sends livedata to the ViewModel class. ViewModel is responsible to provide data to the UI. So backend is completely separated from the UI. LiveData handles all the configuration changes of the app & makes it more reliable & persistance
PriyabrataNaskar/TabExample
Just a template for tabs with fragments & viewpager.
PriyabrataNaskar/WeatherApp
Weather App that fetches data from an API. I have used retrofit for Network Calls, Used GSON for conversion of JSON into POJO. Also used Glide for loading image from network.
PriyabrataNaskar/Who-Wrote-It
'Who Wrote It' is an API based android app implemented with Material Designing Features (written in JAVA). It uses Google Book API to find book & it's author related information over internet. In this Project I used AsyncTask to fetch data from Background Thread & also used MDC (MATERIAL DESIGNING COMPONENTS) to make this android application little more attractive.
PriyabrataNaskar/Focus
An android app that will let you focus or meditate.
PriyabrataNaskar/NewsApp
MVVM architecture based News App in android, developed with Kotlin, Retrofit, Navigation Components.
PriyabrataNaskar/A-to-Z-Resources-for-Students
✅ Curated list of resources for college students
PriyabrataNaskar/Android-screenshot-testing-playground
A sample repo to introduce screenshot testing in Android with different libraries
PriyabrataNaskar/CleanArchitectureForAndroid
Clean Architecture for Android - a sample project
PriyabrataNaskar/CommunityWriterPrograms
A list of Developer Community Writer Programs
PriyabrataNaskar/ComposePreviewSample
Sample compose project to keep compose preview files only in debug mode
PriyabrataNaskar/DeeplinkTester
PriyabrataNaskar/eye-information-gathering-tool
PriyabrataNaskar/gettingStartedWithGitHubInUITBU
PriyabrataNaskar/Nests
Nests: Find your dream place
PriyabrataNaskar/Nyaba
Application for spiritual development
PriyabrataNaskar/Pokedex
🗡️ Pokedex demonstrates modern Android development with Hilt, Material Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
PriyabrataNaskar/PriyabrataNaskar
GitHub Profile ReadMe... Just a regular GitHub profile ReadMe
PriyabrataNaskar/SongThrush
Android App that plays YouTube video via youtube API
PriyabrataNaskar/Words
Words, an single activity architecture based android app that uses Navigation Components