Projects with this topic
-
RaagaDB app is meant to be a comprehensive database for Carnatic Raagas.
Updated -
notification_hub is a lightweight, open-source Android application built in Kotlin that monitors incoming SMS messages from user-selected apps in real time and automatically initiates a voice call to deliver a pre-recorded alert. Unlike many approaches that depend on external servers, notification_hub processes all notifications locally, offering maximum privacy and full customization tailored to each user.
Key Features: • Real-Time SMS Detection: Constantly monitors designated SMS sources and instantly detects incoming messages. • Automated Voice Alerts: On receiving an SMS, a phone call is automatically triggered to play a pre-recorded alert message. • Local Multi-Channel Integration: Offers on-device support for local Discord and Telegram bots, meaning each user’s bot is integrated directly into the app. • Customizable Settings: Users have full control over SMS sources, voice messages, and notification channels, with settings securely stored on the device. • Efficient On-Device Operation: Designed to run seamlessly in the background with minimal impact on battery and system resources. • Available on F-Droid: Distributed via F-Droid to ensure free and privacy-respecting access.
Technology Stack:
• Language: Kotlin • Frameworks & APIs: Android SDK and Android Jetpack (WorkManager, Foreground Service) • Telephony Management: Native Android Telephony APIs for SMS detection and voice call management • Data Persistence: Room Database for secure, on-device configuration storage • Development Tools: Built with Android Studio and integrated with CI/CD on GitLab
notification_hub empowers users with a secure, customizable, and efficient solution for managing communications locally, whether through SMS, voice calls, or additional messaging platforms—all without compromising user privacy.
Android Kotlin android jetpack android-jetpack Android SDK CD/CI discord GitLab bot automation open-source open source sms sms notifica... phonecall calls discord bot discord-bot DiscordBot telegram-bot telegram telegram bot alert alerts voice call Room database sdk-android Android Studio android-app Android App AndroidStudio android-studio android-appl... android-kotlin Android Appl... kotlin android Android - Ko... Android Kotlin kotlin-androidUpdated -
notification_hub is a lightweight, open-source Android application built in Kotlin that monitors incoming SMS messages from user-selected apps in real time and automatically initiates a voice call to deliver a pre-recorded alert. Unlike many approaches that depend on external servers, notification_hub processes all notifications locally, offering maximum privacy and full customization tailored to each user.
Key Features: • Real-Time SMS Detection: Constantly monitors designated SMS sources and instantly detects incoming messages. • Automated Voice Alerts: On receiving an SMS, a phone call is automatically triggered to play a pre-recorded alert message. • Local Multi-Channel Integration: Offers on-device support for local Discord and Telegram bots, meaning each user’s bot is integrated directly into the app. • Customizable Settings: Users have full control over SMS sources, voice messages, and notification channels, with settings securely stored on the device. • Efficient On-Device Operation: Designed to run seamlessly in the background with minimal impact on battery and system resources. • Available on F-Droid: Distributed via F-Droid to ensure free and privacy-respecting access.
Technology Stack:
Language: Kotlin
Frameworks & APIs: Android SDK and Android Jetpack (WorkManager, Foreground Service)
Telephony Management: Native Android Telephony APIs for SMS detection and voice call management
Data Persistence: Room Database for secure, on-device configuration storage
Development Tools: Built with Android Studio and integrated with CI/CD on GitLab
notification_hub empowers users with a secure, customizable, and efficient solution for managing communications locally, whether through SMS, voice calls, or additional messaging platforms—all without compromising user privacy.
Updated -
-
In this project I have stored user basic info like name , email and phone no. using Room Database and perform CRUD operation in it. Topics Covered - kotlin Coroutines, Room Database, MVVM architecture, Recycler view
I have imported this project from my GitHub - github.com/santosh430
Updated -
In this project, I have made a sub-clone of cricbuzz where I have use the room database to store info of players that the user adds. Here I have used MVVM architecture with live data. The user will add a player image using the gallery. The app includes features like marking player favorite and separate section for the batsman, bowler, and favorite based on the inputs given at the time of adding a player.
I have imported this project from my GitHub - github.com/santosh430
Updated -
This project was given to me as an Assignment wherein I made an app that takes a list of mobile products which I needed to fetch through an API and shows them in a recycler view and when a user selects a product, it goes to a cart i.e, stored in a room database and then when user clicks checkout button in cart it show a progress bar in next screen and finally Product is Purchased in next screen.
I implemented MVVM architecture, LiveData, Kotlin, Kotlin Coroutines, Retrofit, Room Database in this project.
I have imported this project from my GitHub - github.com/santosh430
Updated