Jetpack Compose - Simple Quotes App + Layout Design & Demo | CheezyCode Hindi

  Рет қаралды 21,412

Cheezy Code

Cheezy Code

Күн бұрын

Пікірлер: 48
@mohdadilkhan4568
@mohdadilkhan4568 Жыл бұрын
Sir you are a genius everything made simple with your videos
@preetishsrivastav9785
@preetishsrivastav9785 Жыл бұрын
The simple yet detailed explaination of your videos is your channel true identity. I am proud of me discovering your channel. Keep up the good work Jatin Sir..🙂
@joelposhapir3737
@joelposhapir3737 Жыл бұрын
Your videos truly help us..❤️ thanks or giving your best for upcoming videos...
@sukhwantsingh501
@sukhwantsingh501 Жыл бұрын
Very clear information. Aprt from this video end short song. Is owesome. 😂
@Mohit-gb9dv
@Mohit-gb9dv Жыл бұрын
Quotes app deak k purani yade tazza hogai ❤😊😅
@CheezyCode
@CheezyCode Жыл бұрын
😁
@aviiraj_sharma
@aviiraj_sharma 2 ай бұрын
Thank you so much sir ❤
@iampradeephr
@iampradeephr Жыл бұрын
Following the content daily 🔥, Let's start buildinnnnnn
@CheezyCode
@CheezyCode Жыл бұрын
🤘✌
@hassaankhalid4191
@hassaankhalid4191 Жыл бұрын
Great explanation. I am not sure why you have used Modifier.align(Alignment.Center) for the column because it will not affect the position of the item inside the column.
@shubhamshinde4042
@shubhamshinde4042 Жыл бұрын
Thank you
@amankumaryadav4313
@amankumaryadav4313 Жыл бұрын
You can use divider composable instead of box
@ashmita_shrivastava
@ashmita_shrivastava 2 ай бұрын
wonderful series
@aviiraj_sharma
@aviiraj_sharma 2 ай бұрын
Beginner in Android Dev?
@Ramafilmstudio
@Ramafilmstudio Жыл бұрын
@ChocoByte
@ChocoByte Жыл бұрын
Love you brotherrrrrrrr
@CheezyCode
@CheezyCode Жыл бұрын
Thanks man...
@ChocoByte
@ChocoByte Жыл бұрын
@@CheezyCode Completed! Waiting for next video
@light2790
@light2790 6 ай бұрын
is the code file or jason file shared anywhere? may be github? i don't see any links. Would have been great help as i like to build along
@AkashJhaDDN
@AkashJhaDDN Жыл бұрын
R u available on Udemy
@himanshupatel-vo4qo
@himanshupatel-vo4qo Жыл бұрын
Sir plz cover api calling using compose with mvvm pattern
@CheezyCode
@CheezyCode Жыл бұрын
Will upload soon
@swapniljadhav1296
@swapniljadhav1296 8 ай бұрын
Instead of Spacer is there any margin parameter ?
@i_mr_mudassar
@i_mr_mudassar 4 ай бұрын
no you use padding only There is no margin perameter availible in jetpack compose
@veenusnishad2453
@veenusnishad2453 11 ай бұрын
Some functions are not working for me can you suggest anything i should do
@hgeek-m5v
@hgeek-m5v Жыл бұрын
does jetpack compose deal automatically with different screen size? is it responsive?
@CheezyCode
@CheezyCode Жыл бұрын
yes...responsive ke liye kuch cheezein consider karni hoti hai...mauka mila toh cover karunga iss series mei...
@anitavaghasiya369
@anitavaghasiya369 9 ай бұрын
@@CheezyCode you have platlist for this topic? if yes please share me link .thank you
@Sj-yf2jg
@Sj-yf2jg Жыл бұрын
where is the source code?
@balusekhar
@balusekhar Жыл бұрын
Sir make a video on side effects in jetpack compose
@CheezyCode
@CheezyCode Жыл бұрын
bilkul bro...poori karege series...
@kamaravichow
@kamaravichow Жыл бұрын
ChatGPT and AI is super hyped right now and you're still making the native android "quotes app" !!
@CheezyCode
@CheezyCode Жыл бұрын
🤣 hype follow karte toh compose aaj nahi kar rahe hote...1 saal pehle nipta diya hota...thoda chill karo...hawa hai...thanda hojayega mamla thode din mei...Log he banate hai hype....
@sanketmane422
@sanketmane422 11 ай бұрын
Can we get the github repo for the following app?
@CheezyCode
@CheezyCode 11 ай бұрын
GitHub cheezycode
@akashsaha8357
@akashsaha8357 8 ай бұрын
@@CheezyCode Hi, Repo ka naam bol sakte ho?? Mil nai rahi hai.
@Shatrudhankumar-jz3hk
@Shatrudhankumar-jz3hk 8 ай бұрын
'fun Modifier.align(alignment: Alignment): Modifier' can't be called in this context by implicit receiver. Use the explicit one if necessary Column( verticalArrangement = Arrangement.Center, modifier = Modifier .align(Alignment.Center) .padding(16.dp, 24.dp) Error aa rahi hai
@Ganesha_047
@Ganesha_047 5 ай бұрын
wrap column in the box Box { Column( verticalArrangement = Arrangement.Center, modifier = Modifier .align(Alignment.Center) .padding(16.dp, 24.dp){} }
@SushilJainam
@SushilJainam Жыл бұрын
Can you please share source code
@aayushitiwari-s2k
@aayushitiwari-s2k Жыл бұрын
can you give me the font file?
@mahboobforever
@mahboobforever 7 ай бұрын
sir bs itna bata dein ap han kahan py 😓
@bhoomivaghasiya2794
@bhoomivaghasiya2794 Жыл бұрын
Please provide link of the github project. It will be easy for us to write the code from the project.
@pragati_verma8163
@pragati_verma8163 Жыл бұрын
yes sir
@rishikeshsingh9946
@rishikeshsingh9946 Жыл бұрын
awesome cheezy code bhoom
@CheezyCode
@CheezyCode Жыл бұрын
🙏🏼
@Shatrudhankumar-jz3hk
@Shatrudhankumar-jz3hk 8 ай бұрын
style = MaterialTheme.typography.body2 isme body2 kahan se aaya
@arncs5587
@arncs5587 4 ай бұрын
body2 is predefined text style which is available in the MaterialThreme.topography.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
How to Implement a Shared Element Transition In Jetpack Compose
16:56
Philipp Lackner
Рет қаралды 19 М.
How to Navigate in Jetpack Compose 🚀 | Android Studio | 2024
13:45
Navigation Compose meet Type Safety
16:50
Android Developers
Рет қаралды 18 М.
Launched Effect EXPLAINED - Mastering Side Effects 😁!
8:23
Charfaoui Younes
Рет қаралды 7 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН