Asmr Programming – Connect Android App To Telegram Bot | JetpackCompose/Kotlin



Asmr Programming – Connect Android App To Telegram Bot | JetpackCompose/Kotlin

Asmr Programming - Connect Android App To Telegram Bot | JetpackCompose/Kotlin

Hi hear programmers, in this video im going to show you how you can connect telegram bots to android apps and manage them and receive updates and send messages from android app and etc.

I used Koin Library for service locator, mvvm structure, retrofit for networking and long polling for connecting app to telegram bot.

You can ask your questions about telegram bots and connecting more features to android app under the video in comments, i will answer them.

If you would like me to make the second part of this video along with managing more Telegram bots with Android application, please like the video and tell me in the comments that I will make the second part for you.

To support us, please subscribe to our channel.

Telegram Bot Document: https://core.telegram.org/bots/api
Application Codes in Github: https://github.com/ehsannarmani/Telegram-Bot-Manager

Chat Id Finder Bot: userinfobot
BotFather: botfather

Dependencies:

def koin_android_version = ‘3.4.0’
def koin_android_compose_version = ‘3.4.4’
def retrofit_version = ‘2.9.0’

// Koin
implementation “io.insert-koin:koin-android:$koin_android_version”
implementation “io.insert-koin:koin-androidx-compose:$koin_android_compose_version”

// Retrofit
implementation “com.squareup.retrofit2:retrofit:$retrofit_version”
implementation ‘com.squareup.retrofit2:converter-gson:2.9.0’

Video Content:
00:00 – App Preview
00:00:30 – Setup Koin Service Locator
00:01:47 – Create Telegram Bot
00:02:29 – Networking (Models & APIs)
00:05:00 – Creating Repositories
00:08:40 – Logic (ViewModel)
00:11:05 – Ui With Jetpack Compose
00:17:56 – Result

#asmr #programming #programmer #develop #developer #coding #android #google #kotlin