Introduction to Android
8:05
4 жыл бұрын
Пікірлер
@LynnEboko-s3q
@LynnEboko-s3q 2 ай бұрын
Please 🙏🏼can we have one for quick sorting 😅
@VIDHVAN_official
@VIDHVAN_official 2 ай бұрын
Defnitely
@pickemparty
@pickemparty 5 ай бұрын
If I am NOT using am XML for the view, instead coded it myself in a Java class, how can I bind the view with setContentView function?!
@VIDHVAN_official
@VIDHVAN_official 5 ай бұрын
To bind a view that you created programmatically in a Java class using the `setContentView` function, you can directly pass the view object to `setContentView`. Here’s how you can do it: ```java // Create a View programmatically TextView textView = new TextView(this); textView.setText("Hello, World!"); // Set the view as the content of the activity setContentView(textView); ``` In this example, a `TextView` is created in the Java class, and `setContentView` is used to display it in the activity. You can do this with any view or layout that you have created programmatically without using an XML layout file.
@4Coc-dj6vn
@4Coc-dj6vn 10 ай бұрын
How to Green(Red, Blue) Fragment back Frist Fragment ? Thanks bro
@franciscoruiz4602
@franciscoruiz4602 Жыл бұрын
💖 "PromoSM"
@tommasocesaro6740
@tommasocesaro6740 Жыл бұрын
A me non funziona proprio un ***** porco di *** in******* di *****
@muhdkhairulamirinum3985
@muhdkhairulamirinum3985 Жыл бұрын
TQ Sir. really good tutorial
@ahmedamer2340
@ahmedamer2340 Жыл бұрын
Thanks ❤❤❤❤
@mohitkumarsoni1847
@mohitkumarsoni1847 Жыл бұрын
Duplicate class kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$3 found in modules kotlin-stdlib-1.8.10 i am receiving following error.... please help me if you read this comment🙏🙏
@thecrazyadam5714
@thecrazyadam5714 Жыл бұрын
why my one is not working while pop up an error message saying that my dependencies has an issue okay lets do over again from the begining
@metaryfosberg9827
@metaryfosberg9827 Жыл бұрын
Oh god I try to find a video explain about view model by using Java. You are the best that I ever seen ! Thank you very much bro.
@VIDHVAN_official
@VIDHVAN_official Жыл бұрын
Thank you 👍😊
@VIDHVAN_official
@VIDHVAN_official Жыл бұрын
It won't replace the jobs atleast in the next 5 years. So, Don't worry. Keep upgrading your skills and do your best 👍
@bansipatel91
@bansipatel91 Жыл бұрын
Super work. Satisfied. Thank you!
@shanlenard
@shanlenard 2 жыл бұрын
Hello im getting an error, its working but it showed that theres a problem drive.google.com/drive/folders/1oMX3Wqdi6LvZCSQ6a-W6foZMRMrppntx
@mdfaiz027
@mdfaiz027 2 жыл бұрын
I rarely comment on any videos but this one made me comment, You've explained like an experienced person. Keep it up!
@fajar2742
@fajar2742 2 жыл бұрын
And again indian guy saved the world ! So easy to understand!
@convi346
@convi346 2 жыл бұрын
Many thanks! :)
@VIDHVAN_official
@VIDHVAN_official 2 жыл бұрын
You're welcome!
@mamadoukafoinke134
@mamadoukafoinke134 2 жыл бұрын
Super tutorial
@VIDHVAN_official
@VIDHVAN_official 2 жыл бұрын
Thank you
@KhaliCoding
@KhaliCoding 2 жыл бұрын
Thanks man, that is all I wanted . You are the best
@gautamishetty4416
@gautamishetty4416 2 жыл бұрын
What if my searching element is 101. It is after 9th index. So how will it work?
@vegeta5865
@vegeta5865 5 ай бұрын
then it will break the for loop for condition arr[i] > num and go to linear search for finding and matching numbers till it reaches condition i<n if yes then number found else not found
@gstarentertainmentedits2415
@gstarentertainmentedits2415 2 жыл бұрын
very nice. 👌🙏🙏 please keeping uploading 👍👍
@pritamdebnath849
@pritamdebnath849 2 жыл бұрын
u made it so easy!!
@ahmeterturkmen7254
@ahmeterturkmen7254 2 жыл бұрын
I guess at for loop it is more efficient to write low + jump instead of size
@abhinavvadavalli5428
@abhinavvadavalli5428 2 жыл бұрын
Awsome bro
@pavikutty4902
@pavikutty4902 2 жыл бұрын
Thank u sir...🤗 Ur explanation was very clear for me
@garyjohnston2777
@garyjohnston2777 2 жыл бұрын
I tried the gradle stuff and legit wreaked all my work and my app would not run so I had to start from scratch... wow
@poetryiscodingdecoding7965
@poetryiscodingdecoding7965 2 жыл бұрын
Sir more videos
@VIDHVAN_official
@VIDHVAN_official 2 жыл бұрын
Sure will do
@serogs
@serogs 2 жыл бұрын
thanks bro, is worked
@humaneBicycle
@humaneBicycle 2 жыл бұрын
probably the first time ill paste a yt link in my notes. thanks a lot
@saatvikmaheshwari4958
@saatvikmaheshwari4958 3 жыл бұрын
We can also traverse the loop in Linear search only until i<(low+jump), as we found the next jump value was larger than the key element.
@VIDHVAN_official
@VIDHVAN_official 2 жыл бұрын
For Linear search algorithm, we don't need a sorted array. if the array is not sorted, then there is no way we can apply this. en.wikipedia.org/wiki/Linear_search#:~:text=In%20computer%20science%2C%20a%20linear,whole%20list%20has%20been%20searched. Thanks for this engagement. (y)
@poetryiscodingdecoding7965
@poetryiscodingdecoding7965 3 жыл бұрын
Indexed sequential search
@poetryiscodingdecoding7965
@poetryiscodingdecoding7965 3 жыл бұрын
Sir more videos on search like exponential too
@harisai3580
@harisai3580 3 жыл бұрын
Thank You so much anna !! Subsribing rightaway
@VIDHVAN_official
@VIDHVAN_official 2 жыл бұрын
Welcome 👍
@nagamanitadi4263
@nagamanitadi4263 3 жыл бұрын
BHAVISHYA REDDY
@nagamanitadi4263
@nagamanitadi4263 3 жыл бұрын
🕉️🎉😋😑
@godzabomni4148
@godzabomni4148 3 жыл бұрын
Bro, i have MainActivity with 3 fragments in it. I already use data binding but when i change fragment tab . The data resets? Any idea to fix this ? ~Please help ;(
@finalShow
@finalShow 3 жыл бұрын
do more android content as well :D
@VIDHVAN_official
@VIDHVAN_official 3 жыл бұрын
Sure. 👍
@codewithvamshee6634
@codewithvamshee6634 3 жыл бұрын
Super sit. I am you Student for Android in Khammam
@yusjas2960
@yusjas2960 3 жыл бұрын
Excellent explanation sir
@y.yasmeenmirza5865
@y.yasmeenmirza5865 3 жыл бұрын
Clearly explained. Thank you
@pattapagalakrishna7482
@pattapagalakrishna7482 3 жыл бұрын
👍
@pattapagalaamanthaamantha3045
@pattapagalaamanthaamantha3045 3 жыл бұрын
Nice content
@sudhareddypoliticsvlog4670
@sudhareddypoliticsvlog4670 3 жыл бұрын
Nice explanation
@VIDHVAN_official
@VIDHVAN_official 3 жыл бұрын
Thank you
@Cali_Collector75
@Cali_Collector75 3 жыл бұрын
Nice I just sent them a message yesterday too
@y.yasmeenmirza5865
@y.yasmeenmirza5865 3 жыл бұрын
Nice information. Thank you for sharing
@aravindraj8294
@aravindraj8294 3 жыл бұрын
Liked your explanation, Please also make vedios on dependency injections like hilt , koin
@heavenlife5619
@heavenlife5619 3 жыл бұрын
Di and hilt is not used in java ?
@aravindraj8294
@aravindraj8294 3 жыл бұрын
Super explanation please also make telugu version vedios
@VIDHVAN_official
@VIDHVAN_official 3 жыл бұрын
sure
@longnguyenvan794
@longnguyenvan794 3 жыл бұрын
i have watched about 5 video and can't make it work until find you, Thank a lot
@piyushkumardongre5873
@piyushkumardongre5873 3 жыл бұрын
Liked the fluent explanation. Please show an example with sharedViewModel for F2F A2F F2A communication.
@lalithasirigidi
@lalithasirigidi 3 жыл бұрын
Super Explanation sir
@VIDHVAN_official
@VIDHVAN_official 2 жыл бұрын
Thank you so much 🙂
@salar7245
@salar7245 3 жыл бұрын
Profi.