Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by Turskyi
A curated list of projects in awesome lists by Turskyi .
https://github.com/turskyi/turskyi-project
Flutter project for supporting personal website. Showcase for building web application with Flutter.
dart flutter github-actions github-pages model-view-presenter provider-state-management
Last synced: 06 Dec 2024
https://github.com/turskyi/anartiststore
An e-commerce Flutter project dedicated to showcasing unique and handmade creations by talented artist Anna.
Last synced: 06 Dec 2024
https://github.com/turskyi/daggerexample
Sample Android app demonstrating the correct usage of Dagger with Kotlin. Includes examples of using Mockito and JUnit tests. Educational project showcasing dependency injection and testing in Android applications.
android dagger dependency-injection junit kotlin mockito monolith viewmodel
Last synced: 06 Dec 2024
https://github.com/turskyi/onlineimages
Sample Android app demonstrating Hilt, Retrofit, and Pagination. Fetches images from Unsplash API, displays them in a gallery, and supports search functionality. Educational project showcasing library usage and handling process death with SavedStateHandle.
android glide hilt pagination retrofit2 savedstatehandle unsplash-api
Last synced: 06 Dec 2024
https://github.com/turskyi/smsexample
Example of how to change the default SMS app to the custom app made.
Last synced: 06 Dec 2024
https://github.com/turskyi/travelling_pro
Android mobile application. A convenient way to collect all countries that you have visited. A showcase for using firestore, viewmodel, clean-architecture, koin and coroutines.
android clean-architecture coroutines data-chart databinding firebase-distribution firestore github-actions glide koin kotlin loading-svg lottie-animation mvvm photo-view recyclerview retrofit viewmodel viewpager2 xml
Last synced: 06 Dec 2024
https://github.com/turskyi/simplesqlite
Simple SQLite db implementation without background thread.
Last synced: 06 Dec 2024
https://github.com/turskyi/travelling
Android mobile application. Showcase for using Room, view-model, clean-architecture, koin and coroutines.
android clean-architecture coroutines data-chart databinding firebase-distribution github-actions glide koin kotlin loading-svg lottie-animation mvvm photo-view recyclerview retrofit2 room-database viewmodel viewpager2 xml
Last synced: 06 Dec 2024
https://github.com/turskyi/hydration-reminder-service
Simple example of using worker and intent service with shared preference listener
android android-workmanager broadcast-reciever coroutines jobintentservice kotlin monolith sharedpreferences worker
Last synced: 06 Dec 2024
https://github.com/turskyi/expandablerecyclerview
Simple example of expandable recyclerview.
Last synced: 06 Dec 2024
https://github.com/turskyi/politerai
Politer AI is a Compose Multiplatform mobile application that uses GPT-3.5, a powerful AI model, to make messages more polite and friendly.
android compose compose-multiplatform desktop-application ios kmm kmp kotlin kotlin-multiplatform
Last synced: 06 Dec 2024
https://github.com/turskyi/ethical_scanner
Ethical Scanner: A Flutter app that scans barcodes and tells you if the product meets your ethical standards.
android bloc cicd clean-architecture clean-code flutter openai-api retrofit
Last synced: 06 Dec 2024
https://github.com/turskyi/firebasechat
FirebaseChat is a sample Android app demonstrating chat functionality with Firebase. It includes email and Google login, and a chat screen for sending messages and images. Ideal for developers to explore Firebase integration.
android chat-application educational firebase firebase-auth firebase-database firebase-messaging firebase-storage kotlin sample-app
Last synced: 06 Dec 2024
https://github.com/turskyi/drummachine
A pure Kotlin project showcasing class usage, JUnit testing, and coroutine-based audio playback. Designed for JVM, not Android.
audio-playback concurrent-programming junit jvm kotlin kotlin-coroutines kotlin-example unit-testing
Last synced: 06 Dec 2024
https://github.com/turskyi/fingerdrawing
This sample demonstrates how to create a custom View that allows the user to draw on the screen with their finger.
android educational kotlin sample-app xml
Last synced: 06 Dec 2024
https://github.com/turskyi/flutter_laozi_ai
Engage with a Laozi-inspired AI for guidance and Daoist wisdom. Built with Flutter.
ai dart flutter gemini onion-architecture
Last synced: 06 Dec 2024
https://github.com/turskyi/onlinepresentationofaparticularmusicband
Android mobile application. Showcase for using Java with clean architecture, hilt and RxJava3. Music Player for particular Music Band “відчуття.тиші”, with an opportunity to listen to all their songs online.
android clean-architecture codemagic-ci-cd drawables firebase-distribution github-actions hilt java listen music-band music-player mvvm room-database rxjava3 songs-online viewmodel viewpager2
Last synced: 06 Dec 2024
https://github.com/turskyi/todo
Example of using DataStore and Dagger Hilt
android datastore flow hilt room-database
Last synced: 06 Dec 2024
https://github.com/turskyi/tip-calculator
Tip Calculator is a sample iOS app designed for educational purposes. It demonstrates the basics of working with SwiftUI by providing a simple interface to calculate the tip percentage of a given amount. Ideal for developers to explore SwiftUI.
educational ios sample-app swift swiftui tip-calculator
Last synced: 06 Dec 2024
https://github.com/turskyi/sqlitecontentprovider
This project demonstrates how to implement SQLite and Content Provider in an Android application. It includes a screen to display a list of items (cats) and another screen to add new records (new cats). Ideal for educational purposes and as a reference for using SQLite instead of other database libraries like “Room”.
android contentprovider contentresolver database educational kotlin sampleproject sqlite
Last synced: 06 Dec 2024
https://github.com/turskyi/tasklist
TaskList is a sample Android application that demonstrates the use of Android Room database for task management. It allows users to add tasks with different priorities, delete tasks by swiping, and provides a simple and intuitive interface.
android-development code-readability monolith-architecture prioritization room-database user-interface
Last synced: 06 Dec 2024
https://github.com/turskyi/pastaandpizzaz-navdrawer
A demonstration Android app showcasing the implementation of a navigation drawer, built with Kotlin and a monolithic architecture. Features include a collapsing toolbar, share button with Bluetooth and Nearby options, and a sample UI for ordering pizzas. Based on a tutorial from "Head First Android Development" by Dawn Griffiths and David Griffiths
android collapsing-toolbar head-first-android kotlin monolith navigation-drawer nearby-sharing sample-app ui-design
Last synced: 06 Dec 2024
https://github.com/turskyi/visitedcountries
in progress... The idea is to show countries you have been to. Showcase for using dagger2, rxjava2, clean-architecture and mvvm-architecture.
clean-architecture dagger2 mvvm-architecture rxjava2
Last synced: 06 Dec 2024
https://github.com/turskyi/handlersimplemessage
A simple Android app that simulates connecting to a remote service. Demonstrates UI updates, state management, and thread handling. Ideal for beginners learning Android development. Easily extendable for various simulation scenarios.
Last synced: 06 Dec 2024
https://github.com/turskyi/stringcalculator
Create a simple Java String calculator program with a method: int Add(string numbers).
Last synced: 06 Dec 2024
https://github.com/turskyi/workmanagerexample
Simple implementation of repeating notification with work manager. Every 1 minute the app opens a browser with an arbitrary website, and every 2 minutes sends a push notification with arbitrary text by clicking on which opens an arbitrary website. After restarting the phone app should work as before. When open the application should be displayed a blank screen.
Last synced: 06 Dec 2024
https://github.com/turskyi/mern_template
A full-stack web application using MongoDB, Express, React, and Node.js. Follows the MERN Stack Tutorial by Coding in Flow YouTube channel.
Last synced: 06 Dec 2024
https://github.com/turskyi/nextjs-laozi-chatbot
Daoism - Laozi AI Chatbot (Web Version). Engage with a Laozi-inspired AI for guidance and Daoist wisdom. Built with Next.js & TypeScript.
Last synced: 06 Dec 2024
https://github.com/turskyi/who_wants_to_be_a_millionaire_on_console
The game "Who wants to be a millionaire?" Implementing three questions. Information about questions located in an array of objects of type Question.
Last synced: 06 Dec 2024
https://github.com/turskyi/travelling-web
Web project for travelling app. In progress...
Last synced: 06 Dec 2024
https://github.com/turskyi/xmlpullparser
How to parse xml flie or xml String data
Last synced: 06 Dec 2024
https://github.com/turskyi/widget_size_guage
Example of getting the size of the builded widget
Last synced: 06 Dec 2024
https://github.com/turskyi/visualizer
simple example of using visualizer and preference fragment
Last synced: 06 Dec 2024
https://github.com/turskyi/weather_fit
WeatherFit is a weather app with a twist: it also shows you a suitable outfit for any weather. WeatherFit is your smart and stylish weather companion. 🌤️👕👖👞
ai cubit firebase flutter flutter-android flutter-web hexagonal-architecture
Last synced: 06 Dec 2024
https://github.com/turskyi/text_to_speech_flutter
example of using text to speach in flutter
Last synced: 06 Dec 2024
https://github.com/turskyi/sqlitetransactionexample
Simple examples of using SQLite transaction in Log.d
Last synced: 06 Dec 2024
https://github.com/turskyi/travelling-pro-ios
... in progress. iOS's application, which gives a convenient way to collect all countries that you have visited.
Last synced: 06 Dec 2024
https://github.com/turskyi/startedserviceapp
Example of using JobIntentService in Kotlin
Last synced: 06 Dec 2024
https://github.com/turskyi/startup_name_generator
simple infinit list of text items
Last synced: 06 Dec 2024
https://github.com/turskyi/score_keeper_app.
Score Keeper Android app. gives a user the ability to keep track of the score of two different teams playing a game of your choice to track scores from a different sport.
Last synced: 06 Dec 2024
https://github.com/turskyi/texttospeechconverter
Simple example of TextToSpeech synthesizer.
Last synced: 06 Dec 2024
https://github.com/turskyi/turskyi.github.io
A personal website generated by Flutter project https://github.com/Turskyi/Turskyi-project and delivered to this repository via github-actions.
Last synced: 06 Dec 2024
https://github.com/turskyi/rxsubject
Simplified example of using Rx Subjects
Last synced: 06 Dec 2024
https://github.com/turskyi/simple-console-blackjack
Simple realisation of the Card Game "Blackjack" on the Java IDE.
Last synced: 06 Dec 2024
https://github.com/turskyi/simpleadapterexample
Example of using default "SimpleAdapter"
Last synced: 06 Dec 2024
https://github.com/turskyi/sqlitequeryexample
Demonstration query in sqlite with kotlin
Last synced: 06 Dec 2024
https://github.com/turskyi/simplesmsmmsexample
Example of sending sms from App
Last synced: 06 Dec 2024
https://github.com/turskyi/sqliteonupgradeexample
Simple example of database migration.
Last synced: 06 Dec 2024
https://github.com/turskyi/roomswiperecyclerview
Swipe item, room, simple MVVM Example
Last synced: 06 Dec 2024
https://github.com/turskyi/service-with-broadcastreceiver-example
Simple demonstration of work with services and broadcastReceivers. Every 10 minutes the app opens a browser with an arbitrary website, and every 20 minutes sends a push notification with arbitrary text by clicking on which opens an arbitrary website. After restarting the phone app should work as before. When open the application should be displayed a blank screen.
Last synced: 06 Dec 2024
https://github.com/turskyi/sqliteinnerjoinsimpleexample
Queries from related tables. INNER JOIN in SQLite. RawQuery method. Output in Log.
Last synced: 06 Dec 2024
https://github.com/turskyi/simplestopwatch
example of using onSaveInstanceState() and Timer()
Last synced: 06 Dec 2024
https://github.com/turskyi/simplecursortreeadapter
Simple Exmandable list with SQLite
Last synced: 06 Dec 2024
https://github.com/turskyi/simplebrowser
Simple example of using WevView in Kotlin.
Last synced: 06 Dec 2024
https://github.com/turskyi/simplerecycleviewanimation
demonstration of simplest way animate items in recyclerview
Last synced: 06 Dec 2024
https://github.com/turskyi/retrofitwithroomexample
Example of using cash to show data while internet is not avilable.
Last synced: 06 Dec 2024
https://github.com/turskyi/pictures
The standard gallery of any smartphone.
Last synced: 06 Dec 2024
https://github.com/turskyi/shareexample
Example of sharing image with text.
Last synced: 06 Dec 2024
https://github.com/turskyi/snackbarexample
Simple Example of using snackbar
Last synced: 06 Dec 2024
https://github.com/turskyi/retrofit2forgit
example of simple realisation of retrofit2
Last synced: 06 Dec 2024
https://github.com/turskyi/rockpaperscissors
The console game compares the two choices. If they are the same, the result is a draw. If the choices are different, however, the game determines the winner. The game will be run in the IDE’s output window.
Last synced: 06 Dec 2024
https://github.com/turskyi/marsrealestate
Example of using internt, retrofit, coroutines and viewmodel.
Last synced: 06 Dec 2024
https://github.com/turskyi/lottieanimationexample
Simple Lottie animation usage example.
Last synced: 06 Dec 2024
https://github.com/turskyi/roomexample
Simple Example of Room DataBase with collecting data in first two activities and showing data in third activity.
Last synced: 06 Dec 2024
https://github.com/turskyi/phraseomatic
console application that generates useful marketing slogans
Last synced: 06 Dec 2024
https://github.com/turskyi/sdcard
App with example of using methods for work with sd card
Last synced: 06 Dec 2024
https://github.com/turskyi/recipes
Kotlin example of using data class with Intellij Idea console.
Last synced: 06 Dec 2024
https://github.com/turskyi/pagingwithkotlin
Simple example of paging of long list of items in recycle view.
Last synced: 06 Dec 2024
https://github.com/turskyi/parcelable
Simple demonstration of using parcelable
Last synced: 06 Dec 2024
https://github.com/turskyi/onactivityresult
Simple demonstration how to get data from second Activity
Last synced: 06 Dec 2024
https://github.com/turskyi/networkwithdbdemo
Example of using NetworkBoundResource
Last synced: 06 Dec 2024
https://github.com/turskyi/odometer
Simple example of using a bound service in kotlin.
Last synced: 06 Dec 2024
https://github.com/turskyi/quizapp_contentprovider
Example of using "content provider". working only with another app from here https://github.com/udacity/DroidTermsExample-APK/raw/master/droidtermsexample-release.apk
Last synced: 06 Dec 2024
https://github.com/turskyi/searchviewexample
Best practice for implementing simple search view.
Last synced: 06 Dec 2024
https://github.com/turskyi/nextjs_gpt3
Politer AI is a web app that uses GPT-3.5, a powerful AI model, to make messages more polite and friendly.
css-modules eslint nextjs openai prettier typescript vercel
Last synced: 06 Dec 2024
https://github.com/turskyi/node_rest_shop
A restful api with node.js template. Follows the Building a RESTful API with Node.js tutorial by Academind YouTube channel.
Last synced: 06 Dec 2024
https://github.com/turskyi/recyclerviewexample
Simple Example of implementing recyclerview with kotlin without best practices
Last synced: 06 Dec 2024
https://github.com/turskyi/mvvmdaggerexample
Simple showcase for creating a project with Dagger and RxJava with MVVM.
Last synced: 06 Dec 2024
https://github.com/turskyi/mediaplayerexample
Simple example how to use mp3 file in app
Last synced: 06 Dec 2024
https://github.com/turskyi/nextjs-ecommerce
E-commerce platform for handmade creations.
Last synced: 06 Dec 2024
https://github.com/turskyi/lifecycleanddatabindingexample
Simple app for dempnstraiting of best practice of usinbg databinding and control of lifececle .
Last synced: 06 Dec 2024
https://github.com/turskyi/materialdropdownmenu
Realisation dropdown menu from material design
Last synced: 06 Dec 2024
https://github.com/turskyi/listviewexample
Nice Example of a ListView in case it is not necessary to use Recyclerview.
Last synced: 06 Dec 2024
https://github.com/turskyi/lambdasexample
Smple example of using labda expressions.
Last synced: 06 Dec 2024
https://github.com/turskyi/layoutinflaterlist
Example of creating a scrollable list programmatically
Last synced: 06 Dec 2024
https://github.com/turskyi/how_to_become_a_millionaire
(In progress) Simple android application of the game "Who Wants to Be a Millionaire?" with an attempt to use design.
Last synced: 06 Dec 2024
https://github.com/turskyi/intentwithdataanduri
Simple example of using Intent with tel, send to map and send to web page.
Last synced: 06 Dec 2024
https://github.com/turskyi/listevents
Demonstration of the ListView events: pressing - onItemClick, selection - onItemSelect, scrolling - onScroll
Last synced: 06 Dec 2024