Тёмный
Tranquilly Coding
Tranquilly Coding
Tranquilly Coding
Подписаться
Coding Tranquilly
Комментарии
@ni_kabiu_john
@ni_kabiu_john 20 дней назад
Hi BANGLADESHI programmer, KENYAN programmer here. love your videos. would like to learn more Kotlin hands on. can you help? can we setup something maybe?.
@TranquillyCoding
@TranquillyCoding 19 дней назад
Glad you liked it. I have plans to make more videos about Kotlin. If you have any plans, send a ping in my email.
@tanyashankar25814
@tanyashankar25814 22 дня назад
Great Work !!
@TranquillyCoding
@TranquillyCoding 19 дней назад
Thanks a lot!
@sadimohammad7338
@sadimohammad7338 27 дней назад
Voice is low
@TranquillyCoding
@TranquillyCoding 27 дней назад
Sorry for that. Those were my first videos without a good microphone.
@moe_shah_0078
@moe_shah_0078 28 дней назад
should i override your country enum and add my response from my api instead for my countryList?
@TranquillyCoding
@TranquillyCoding 27 дней назад
You can create your own list from the enum and pass it to the picker. Picker has this parameter - countryList: List<Country> = Country.getAllCountries(), For more details you can check the repo here - github.com/ahmmedrejowan/CountryCodePickerCompose And the wiki here - github.com/ahmmedrejowan/CountryCodePickerCompose/wiki
@moe_shah_0078
@moe_shah_0078 27 дней назад
@@TranquillyCoding golden! Thank you!
@moe_shah_0078
@moe_shah_0078 29 дней назад
Hi there, beautiful tutorial! is there a way i can use my own country list using your package?
@TranquillyCoding
@TranquillyCoding 28 дней назад
Yes of course! Follow along the videos or check the GitHub documentation, you'll find the way. You can always pass a custom country list.
@moe_shah_0078
@moe_shah_0078 28 дней назад
@@TranquillyCoding would i need to map my response to your model for countryList?
@TranquillyCoding
@TranquillyCoding 27 дней назад
You can create your own list from the enum and pass it to the picker. Picker has this parameter - countryList: List<Country> = Country.getAllCountries(), For more details you can check the repo here - github.com/ahmmedrejowan/CountryCodePickerCompose And the wiki here - github.com/ahmmedrejowan/CountryCodePickerCompose/wiki
@cliff_odume
@cliff_odume Месяц назад
Thanks very much for your video. Keep making more videos on jetpack compose please.
@TranquillyCoding
@TranquillyCoding Месяц назад
Happy to help. I'll make more for sure. ❤️
@muratdayan5881
@muratdayan5881 Месяц назад
Helpful thanks
@TranquillyCoding
@TranquillyCoding Месяц назад
Glad to help.
@BeYourself709
@BeYourself709 Месяц назад
Your linkdin plz
@TranquillyCoding
@TranquillyCoding Месяц назад
Here - linkedin.com/in/ahmmedrejowan
@AndroidHelper-cp4yz
@AndroidHelper-cp4yz Месяц назад
Helpful
@TranquillyCoding
@TranquillyCoding Месяц назад
Glad to hear that
@dlyrixer7556
@dlyrixer7556 Месяц назад
The rest of the videos?
@TranquillyCoding
@TranquillyCoding Месяц назад
Videos are ready and scheduled for the next weeks. Keep Watching and Practicing.
@youreveryday8187
@youreveryday8187 Месяц назад
Easiest Tutorial Ever. Thank you.
@TranquillyCoding
@TranquillyCoding Месяц назад
Glad it helped!
@WriteTime-fu4ek
@WriteTime-fu4ek Месяц назад
Horizontal Pager is kind of laggy. It's not smooth as ViewPager. Great tut BTW.
@TranquillyCoding
@TranquillyCoding Месяц назад
I agree with you. It is still in Experimental State. I hope it will be better in the future.
@Funtism
@Funtism Месяц назад
I loved it. Easy and simple.
@TranquillyCoding
@TranquillyCoding Месяц назад
Glad you liked it!
@TranquillyCoding
@TranquillyCoding Месяц назад
Have any suggestions or feedback? Leave a Comment. 🎉
@TranquillyCoding
@TranquillyCoding Месяц назад
Have any suggestions or feedback? Leave a Comment. 🎉
@TranquillyCoding
@TranquillyCoding Месяц назад
Have any suggestions or feedback? Leave a Comment. 🎉
@TranquillyCoding
@TranquillyCoding Месяц назад
Have any suggestions or feedback? Leave a Comment. 🎉
@TranquillyCoding
@TranquillyCoding Месяц назад
Have any suggestions or feedback? Leave a Comment. 🎉
@TranquillyCoding
@TranquillyCoding Месяц назад
Have any suggestions or feedback? Leave a Comment. 🎉
@TranquillyCoding
@TranquillyCoding Месяц назад
Have any suggestions or feedback? Leave a Comment. 🎉
@TranquillyCoding
@TranquillyCoding Месяц назад
Have any suggestions or feedback? Leave a Comment. 🎉
@TranquillyCoding
@TranquillyCoding Месяц назад
Have any suggestions or feedback? Leave a Comment. 🎉
@futsuchinpo9892
@futsuchinpo9892 2 месяца назад
cheers man thanks
@TranquillyCoding
@TranquillyCoding Месяц назад
Glad to help
@walrider7374
@walrider7374 2 месяца назад
I love Kotlin deeply, it's really fun to code for Android, but I swear, configuring an Android project is the worst, and now this. 4 months ago I was playing with Flutter, is crazy how easy you can define a dependency there, here is overkilling. Thanks for this mate. I was pulling my hair.
@TranquillyCoding
@TranquillyCoding 2 месяца назад
Happy to help man. Android is connected with a lot of things, whenever those thing changes, android suffers a lot with them. But still it good see Android moving towards a good structure.
@nitinteja7119
@nitinteja7119 2 месяца назад
Githib link boss?
@TranquillyCoding
@TranquillyCoding 2 месяца назад
Not published yet. But I'll add it soon.
@Knowledgelearner3454
@Knowledgelearner3454 2 месяца назад
Sir how can we give some textview for branding etc in splash screen
@TranquillyCoding
@TranquillyCoding 2 месяца назад
Right now the API doesn’t support TextView but you can add a branding image.
@vamshikrishnag0
@vamshikrishnag0 3 месяца назад
Perfect.. thanks. also make a video for below android 12 versions, as it is working for android 12 and above versions.
@TranquillyCoding
@TranquillyCoding 3 месяца назад
The Splash Screen API is backward compatible, that means it works both above and below Android 12. Though if you use animated icons on below Android 12, it will not animate, but it'll show the icon as Image. Thank you for watching.
@escenciarem
@escenciarem 4 месяца назад
good series of videos, thank you! we need one on database, please
@TranquillyCoding
@TranquillyCoding 4 месяца назад
I'll do soon. My hand kind of full at the moment with some personal stuff. I'll get back to creating the videos as soon as I can. Thanks for watching. Have a good day.
@escenciarem
@escenciarem 4 месяца назад
Thanks friend, you are the missing piece of documentation; I have to add that: You missed a very important part in the code (in this video and the previous one). in the "AppWriteRepository" class, in the "createAcount" function you have to implement. yes or yes: "supervisorScope", since we are in a suspended function. Otherwise the app will crash and stop when it cannot, for some reason, connect to the server. Thank you
@TranquillyCoding
@TranquillyCoding 4 месяца назад
You're right. There are several chances of improvement. As just a basic implementation on the topic I skipped a lot of things. May be in the future, I can make some videos of a proper implementation on this for a scalable project. Thanks for the input. Have a good day.
@FebinAugustine
@FebinAugustine 4 месяца назад
XML is getting outdated... do video for Kotlin Jetpack Compose... that will be great...!!
@TranquillyCoding
@TranquillyCoding 4 месяца назад
I'll do. JC is the upcoming hype but XML as still good. I believe XML is the basic knowledge that needs to be strong.
@karanbirsingh5150
@karanbirsingh5150 5 месяцев назад
Hello sir, there are two dependencied : implementation("io.appwrite:sdk-for-kotlin:4.1.0") implementation("io.appwrite:sdk-for-android:4.0.1") . When i add Android dependence and build the project it give a error msg please🙏 help
@TranquillyCoding
@TranquillyCoding 4 месяца назад
For client side app, you need to add the sdk-for-android. For server side (admin) app, you need to use sdk-for-kotlin. Can you share the error message?
@ayoubamg1
@ayoubamg1 7 месяцев назад
What is the size of the frame u use in figme to match the activity in android
@TranquillyCoding
@TranquillyCoding 6 месяцев назад
I use the normal android large frame. I try to match the size by eye in most cases.
@ShortBits786
@ShortBits786 8 месяцев назад
I want to be best in android app development but I am not getting guidance how to make a prefect app
@TranquillyCoding
@TranquillyCoding 8 месяцев назад
You can be. Just trust in yourself and take small step. A perfect app is tough, but a perfect step is easy. Part your apps in lots of small steps, and make each of them perfect. And again, nothing is perfect after all, there is always place for improvement, so learn new things, and keep up the passion. Happy coding.
@ShortBits786
@ShortBits786 7 месяцев назад
Thank you ,I will definitely work Hard😄
@TranquillyCoding
@TranquillyCoding 5 месяцев назад
I know you'll.