by clicking on "getStarted", my screen is not navigating to newsScreen
@mustafaammar5512 күн бұрын
very cool
@jerry_pham3 күн бұрын
Awesome work!, thank you so much for this playlist
@KasimRangwala5 күн бұрын
Thank you, Very well explained !
@ghrushneshwarwagh65485 күн бұрын
i have a problem, on my gradle is not sync
@SahilShivekar-u3y12 күн бұрын
Very Helpful👍
@NimbleExp22 күн бұрын
Thanks for the explanation, good luck!
@szokolszebasztian478323 күн бұрын
Hi. I did the same as you: Box(modifier = Modifier.background(MaterialTheme.colorScheme.background)) { OnBoardingScreen() } But my dark theme is still have a white background.
@sambashivaraoboyina319123 күн бұрын
Please make a project with backend with authentication and fetching data with own backend server and livedata
@sambashivaraoboyina319123 күн бұрын
I have watched some many tutorials of all the topic you have taught in this playlist but no one explained as this much detailed, You have explained all topics very neet and clean I can able to understand very well Especially the dagger hilt and mvvm architecture in past I have so much confused but now I have understand the topics easily Thank you very much
@basufrench27 күн бұрын
thank you
@josiasvilela996329 күн бұрын
Obrigado, estou aprendendo bastante.
@josiasvilela9963Ай бұрын
Sou do Brasil, seu vídeo é excelente.
@waqasahmad-gl2pyАй бұрын
love from Pakistan 🥰
@AleXoTroNАй бұрын
I'm not sure why but at 11:57 it's like the 5th or 6th time that android studio did exactly predict what you have shown in the video, how is it doing that? xD
@МладшийЛейтенант-х8вАй бұрын
very informotive and short here i have found answers on most of my quations and may be understood what i'm going to do Thank you very much
@rAZe531Ай бұрын
can I use this without firebase storage?
@imam_robaniАй бұрын
please create more like this with new version compose android, mvvm, retrofit, dependency injection, authentication flow ect
@nemesisjrrrnАй бұрын
If someone is having an issue on android 12+ where after the splashscreen the topbar is showing on top of the content, make sure to put the "installSplashScreen()" before the "super.onCreate(savedInstanceState)", this will remove the topbar and later we can add a custom one if needed.
@Aswin-vd1pmАй бұрын
Nice one
@WAHIDQandilАй бұрын
Thank you very much Mohamed for this amazing playlist, it is really helpful
@soulrelaxation3765Ай бұрын
I just have completed you play list Muhammad Nawaz bro. I was really good and I have learned many things in this. May Allah bless you and keep working like this so that we can get quality content. Thanks from Pakistan
@nikita.ivakinАй бұрын
From the first video I believe this tutorial is very detailed and usefull. But I will difenetly watch tutor for mobile app, which will use serve logic which is written in Java for example. I hope you are okey, thank you.
@Miko_Play_Game_114Ай бұрын
Hi, which version did you use?
@yusufsimsek2940Ай бұрын
11:45 26:56
@sobhandeepgopeАй бұрын
And if someone can help me to change the bookmark icon in the details screen dunamically
@sobhandeepgopeАй бұрын
I just figured out one thing in the Article model, make every field nullable as, in the api request many news articles has one or the the other field as null except the url, so to prevent the app from crashing make every field nullable
@sardarillusion78812 ай бұрын
Yeah I was put currentPage == 2, I knew that It was a mistake
@NoelTamayo-d5k2 ай бұрын
how do i install it on my mobile phone
@murtazarozawala17002 ай бұрын
the solution for undo is here val position = viewHolder.adapterPosition val deletedMeal = favoritesAdapter.differ.currentList[position] viewModel.deleteMeal(deletedMeal) Snackbar.make(requireView(),"Meal Deleted",Snackbar.LENGTH_LONG).setAction( "Undo", View.OnClickListener { viewModel.insertMeal(deletedMeal) } ).show()
@NjoguAmos2 ай бұрын
Great videos.
@evansmashalane24762 ай бұрын
Great video and I learnt a lot. I am new to JetPak Compose and Kotlin and I am loving your content. Just quick one on buttonState, I feel like the approach is not dynamic and it requires refactoring everytime onBoarding pages increases. below is my proposed code: val buttonState = remember { derivedStateOf { val isFirstPage = pagerState.currentPage == 0 val isLastPage = pagerState.currentPage == pages.size - 1 when { isFirstPage -> listOf("", "Next") isLastPage -> listOf("Back", "Get Started") else -> listOf("Back", "Next") } } }
@SahilShivekar-u3y12 күн бұрын
Nice idea
@Mohamedhassan-on3il2 ай бұрын
Where is the resources file guys...fonts and styles???
@SpaceGuideHub2 ай бұрын
Will be better tu push code from video to GitHUb now I need to spent time and write all this stuff with my hands...
@sizwenduduzow71392 ай бұрын
Great videos man thank you so much, you one of the guys who are making android development easy.
@carolinegatwiri23092 ай бұрын
I know am a year late but I hope to catch upw with everyone maybe Wish me luck🙂
@Debugging_den2 ай бұрын
why my onboarding screens are not visible , it directly goes to home
@akilaarulprakasam51572 ай бұрын
How to upload images
@leylaabshl81752 ай бұрын
hey i cant go to Detail screen from another screens, Why did this happen? I wrote the same codes
@amenayari50262 ай бұрын
very intersting continue my friend just don"t forget to work with draggar hill that designe patern help a lot and save time save time
@exey.artwork2 ай бұрын
your setup will stop working if the user runs the app on a non-standard display, plus this approach requires a lot of code. It seems to me that it is better to use calculated dp values width or height / k, where k - the required coefficient
@chidinmaonyejiuwa76632 ай бұрын
please where can i see the repository for the code on your github
@lkaio162 ай бұрын
How your android studio autocomplete the methods params??
@Alchemist102412 ай бұрын
Your explanation is clear and straight to the point. You have used completely easy to understand but common use cases which makes this video a gem (a reference if I get stuck in choosing the right side effect)
@BenthamSheila-c8o2 ай бұрын
Johnson Jessica Perez Jennifer Lewis Amy
@ДмитрийСмирнов-п9ю3 ай бұрын
Thanks for the video. Though, created myself some extra-job with first doing then watching video and painting triangle through custom shape XD
@SahilKumar-e6p9p3 ай бұрын
i can used Intent is so simple
@Landofcoding3 ай бұрын
Intent used to communicate between 2 different android components. For example Activity with another Activity. or Activity with a service
@SahilKumar-e6p9p3 ай бұрын
@@Landofcoding thank..
@ShubhamNancheOfficial3 ай бұрын
I usually don't comment and just watch YT videos. But man, I so can't hold myself from appreciating his detailed work! Every time a question popped in my mind, my bro was straight up to his job : ) Bravo!