Тёмный

#6. How to make API calls in Android Studio | Volley library | Android Development Tutorial 2021 

Anuj Bhaiya
Подписаться 497 тыс.
Просмотров 122 тыс.
50% 1

Опубликовано:

 

22 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 546   
@Rash-404
@Rash-404 2 года назад
Today i installed android studio and found difficulty that xml file is not working but instead of going on yt to find solution i went to google documentation and found the solution that "i have to sync gradle". And it worked . Thankyou 🙂
@vaibhav98153
@vaibhav98153 4 года назад
Want to see some big projects in upcoming days 😀 Appreciate 😀
@adityasingla3148
@adityasingla3148 4 года назад
I am in Ninth and first you made java easy for me And now making android easiest ever Thanks a lot♥️♥️♥️
@heavenlife5619
@heavenlife5619 4 года назад
Gandu saala
@adityasingla3148
@adityasingla3148 3 года назад
@@BAPSOFFICIAL when I said it is java
@BAPSOFFICIAL
@BAPSOFFICIAL 3 года назад
@@adityasingla3148 ohh sorry my dear its my mistake
@abhinavanand9798
@abhinavanand9798 2 года назад
At 14:36, there is no option for import memeimage view in my laptop . Any solution for this sir
@PankajJaat-uq2tg
@PankajJaat-uq2tg 8 месяцев назад
did u got the solution
@yashranjan
@yashranjan 4 года назад
@Anuj Bhaiya Bhaiya from next time please increase the font size of the code, it helps to see it more easily and comfortably.
@AinasDiaries
@AinasDiaries 3 года назад
The meme doesn't load. There is some error called "Redundant SAM constructor". This error is not going away, i don't know what to do?! PLS HELP!!
@geeky_2783
@geeky_2783 3 года назад
I'm facing the same prblm...
@saiprasadpatil8626
@saiprasadpatil8626 3 года назад
Make sure you add loadMeme( ) in main activity. If it still doesn't work delete view View from private loadMeme()
@saiprasadpatil8626
@saiprasadpatil8626 3 года назад
@Mukul agrawal My images stopped loading after few next clicks, and now shows the error log message, please share if you found an error
@saiprasadpatil8626
@saiprasadpatil8626 3 года назад
@@ayush4565 make sure the order is correct of the function
@surajrao5282
@surajrao5282 3 года назад
Did you solve this problem?
@DroidMystic
@DroidMystic 2 года назад
If your meme is not loading then make sure you have called the loadMeme function just after oncreate function is called. Note:- This fixed the problem for me
@ankitraj72133
@ankitraj72133 2 года назад
Meme is not loading bro pls help
@farazaliahmad5226
@farazaliahmad5226 2 года назад
Thanks bro
@abbie1103
@abbie1103 Год назад
@@ankitraj72133 did you get any solution except this? Because I have already called the loadMeme function and the image is still not loading.
@RiyaSharma-xx1zt
@RiyaSharma-xx1zt 4 года назад
Bhaiya here's a request, since most of us are beginners, whenever u use a new term like, json object, threading, etc. please tell us about them in brief, cz it's difficult to understand their application when you don't know what they actually are in the first place. Thank you.
@srinicnu5283
@srinicnu5283 2 года назад
yes you are correct explanation is very good for intermediate i know front end dev but i am struggling to understand some consepts. But is very simplified i am just 7th grade but i learn so much
@BanjoBajaao
@BanjoBajaao 2 года назад
you have to start from basic prgramming first ...then you understand what is json object, threading etc.
@mohitashliya8750
@mohitashliya8750 3 года назад
Glide.with(this).load(url).into(........) sir yahan into ke andar MemeImage nahi aaa raha hai . It is showing error In previous videos of birthday card Onclick method : CreateBirthdayCard in xml and function defined in main activity don't support direct call of textview id name please help
@AnujBhaiya
@AnujBhaiya 3 года назад
You need to include the kotlin-extensions inside your app build.gradle file. It should look like this: apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions'
@mohitashliya8750
@mohitashliya8750 3 года назад
@@AnujBhaiya thank you very much bhaiya
@rohanharichandan1503
@rohanharichandan1503 3 года назад
bhai tera solve hogaya ??
@rohanharichandan1503
@rohanharichandan1503 3 года назад
@@AnujBhaiya did we have to write like tjhis plugins{ id : 'com.android.application' id : 'kotlin-android' id : 'kotlin-android-extensions' } i wrote like this in my built .gradle file but after sync its showing error please help
@Lastgaming-1
@Lastgaming-1 3 года назад
@@rohanharichandan1503 Nhi Bhai Simple build. Gradle file ma Jao And dependencies ke neecha paste Kar do error Chala Gaye ga apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions'
@NatarajanGanesan
@NatarajanGanesan Год назад
00:46 Jab maine internet search kiya tho bas is video pe mujhe laa diya. Thanks for your video😁
@ravipandey6253
@ravipandey6253 4 года назад
Sir meme load ni ho rha h 😭😭😭😭😭😭
@youtuber-sl2xe
@youtuber-sl2xe 3 года назад
In Image view use this: android:src="@drawable/abc_vector_test" instead of tools:srcCompat="@tools:sample/avatars"
@kbhutani5967
@kbhutani5967 3 года назад
Same here,could u pls help....?
@kbhutani5967
@kbhutani5967 3 года назад
I am not able to access id of imageview in into()
@siddheshbandgar6927
@siddheshbandgar6927 3 года назад
@@kbhutani5967 Just remove "import android.R" statement. Then run the app
@siddheshbandgar6927
@siddheshbandgar6927 3 года назад
@@kbhutani5967 If the above method doesn't work then add this 2 lines insted: val imageView = findViewById(R.id.memeImageViewer) as ImageView Glide.with(this).load(url).into(imageView);
@yajvendra
@yajvendra 2 года назад
APK bante time ye Errors aa rha hai : Configuration `debugRuntimeClasspath` contains AndroidX dependencies, but the `android.useAndroidX` property is not enabled, which may cause runtime issues
@abhishekdhok5245
@abhishekdhok5245 4 года назад
sync completed in just 1-sec luckiest person ever
@abhaypratapsingh964
@abhaypratapsingh964 3 года назад
Net speed tez h
@lifewithart
@lifewithart 3 года назад
All about the laptop bro🔥🔥🔥
@JEDhanraj
@JEDhanraj 3 года назад
Send your code for mainactivity. Kt
@deeproy7292
@deeproy7292 4 года назад
liked that point which you shared on reading api documentation...would be great if you could add some tips or if feasible a video is whole heartedly appreciated. And one more thing...you are awesome 🙂
@mariodaze1618
@mariodaze1618 4 года назад
BHAIYA YOUR SERIES ARE HELPING ME LOT. THNK YOU. I M 12 EVEN THOUGH I GIVE 1 HOUR ON ANDROID DEVELOPMENT.
@suyashjawale6953
@suyashjawale6953 2 года назад
How to implement this using cronet library? I'm facing a lot of errors.
@bhavyagautam6539
@bhavyagautam6539 2 года назад
Have you figured it out ?
@suyashjawale6953
@suyashjawale6953 2 года назад
@@bhavyagautam6539 no
@abhisheknegi2888
@abhisheknegi2888 Год назад
@@suyashjawale6953 now I am struggling in it
@shamsularefin6491
@shamsularefin6491 3 года назад
You not only say "use this, write this......", but also tell us "do this in this way...." Thanks for your excellent method of teaching..... Thanks for everything.....
@JohnDoe-ej6vm
@JohnDoe-ej6vm 4 года назад
tommorow is my networking exam and i am watching your video. desperately waiting for semester break.
@shaantyagi2187
@shaantyagi2187 2 года назад
Maja aa gaya bhaiya ...waise maine yahi cheez java mai karke dekhi ho gya , thanks a lot
@gautam4495
@gautam4495 4 года назад
Great series bhaiya🔥🔥
@abhisheknegi2888
@abhisheknegi2888 Год назад
can you tell us how to do api calls using cronet library as now android developers documentation is suggesting cronet for api calls
@smitshah5458
@smitshah5458 4 года назад
Sir can you also make videos in which you are using Java instead of kotlin.
@vaniekasharma5882
@vaniekasharma5882 4 года назад
Amazing work bhaiya. Your videos are so informative and new. I always learn something new from you and that too with deep understanding.
@chreddy2455
@chreddy2455 3 года назад
After red line in memeImageView I am not getting import option please reply fast bro
@nikunjrohit3164
@nikunjrohit3164 3 года назад
Me too broo🙄
@sachinpundir4530
@sachinpundir4530 3 года назад
I got the Solution bro, You just need to Add a line in build. gradle(module) write id 'kotlin-android-extensions' in plugins{}
@abhisheksingh-hh7uk
@abhisheksingh-hh7uk 3 года назад
@@sachinpundir4530 thanks bhai for saving my time
@sachinpundir4530
@sachinpundir4530 3 года назад
@@abhisheksingh-hh7uk u r wlcm bro
@devendramishra5872
@devendramishra5872 3 года назад
भइया you are great, no one is your competitior
@ankur.singhs2111
@ankur.singhs2111 4 года назад
Bhaiya please threading k concept pe video bnao aaj tk samaj ni aaya threading ka scene Android mai.
@Noob_Engineer3001
@Noob_Engineer3001 3 года назад
brodcast recievers ke upar bhi ek video anuj bhaiya
@SumitSharma-do2uc
@SumitSharma-do2uc 4 года назад
Bhaiya "success" type krne pr koi response show nahi hora h plz help m
@siddheshbandgar6927
@siddheshbandgar6927 3 года назад
succes mai se ek s nikal do, toh acche se filter hoke ek hi entry dikhega
@imsagar3541
@imsagar3541 4 года назад
Thanks a lot bhaiya for android development tutorials.
@ayushverma2549
@ayushverma2549 4 года назад
Or how can a student from tier 2 or 3 college can crack an internship and get a decent placement through it ...please elaborate bhaiya
@shivanikesharwani8041
@shivanikesharwani8041 Год назад
jsonObjectReuest pe red line aa rhi h, it says create local variable
@rishirajpandey3484
@rishirajpandey3484 9 месяцев назад
solution pata chala kuch ?
@pradhumansingh3933
@pradhumansingh3933 2 года назад
This video is really helpful...Can u please make a video on the cronet library
@JEDhanraj
@JEDhanraj 3 года назад
Sit it is showing unresolved memeImageView in glide line for image
@sunita3549
@sunita3549 4 года назад
Can you please show how to make a web application from the absolute beginning to the full fledged working application on the web
@lucifersdad9455
@lucifersdad9455 3 года назад
Ajun Bhaiya i got error when and Image view doesnot Import. val JsonObjectRequest = JsonObjectRequest( Request.Method.GET, url, null, {response -> val url =response.getString("url") Glide.with(this). load(url). into(meme_Image_View) }, After last Step was dont but meme_Image_View does not Import ?
@heysoumyadeep
@heysoumyadeep 3 года назад
In build.gradle(Module:BirthdayGreet.app), inside plugins add " id 'kotlin-android-extensions' " without quotes. Then inside dependencies type " apply plugin: 'kotlin-android-extensions' " without quotes , then press sync now. Then in MainActivity.kt file paste this line : "import kotlinx.android.synthetic.main.activity_main.*" without quotes. Hope this will solve your problem.
@chetantailor3620
@chetantailor3620 3 года назад
@@heysoumyadeep thanks brother you saved my another hour
@sohamshinde1258
@sohamshinde1258 3 года назад
@@heysoumyadeep like this comment it is really needed one so that it comes to the top
@thevlogginggirl1117
@thevlogginggirl1117 Год назад
bhaiya its throwing error after copy pasting and even the option of import is not available
@vikasprajapati6558
@vikasprajapati6558 3 года назад
mene project run kiya Image nahi show kar rahi hai
@saipardhivpamu4099
@saipardhivpamu4099 4 года назад
Bro why dont you add downloading feature in this! I tried to convert imageview and download it but it is not working .. plzz add a another button so that we can download the meme.
@hariszaib2728
@hariszaib2728 2 года назад
bruh try doing this on your own, you will learn a lot
@gurmanchahal4076
@gurmanchahal4076 3 года назад
SIr when I pasted the requestqueue , there isn't any option of import when I do alt + enter , the error is showing unresolved reference , please help
@dsextrayo
@dsextrayo 3 года назад
same here bro idk what to do
@AdityaSharma-nr7qn
@AdityaSharma-nr7qn 3 года назад
You just have to import some plugins in gradle
@namanshukla5034
@namanshukla5034 3 года назад
apply plugin: 'kotlin-android-extensions' copy and paste that in gradle build app level file
@gurmanchahal4076
@gurmanchahal4076 3 года назад
@@dsextrayo Just copy this and paste in first 3 lines of your gradle if some codes are already may be of 2 lines then delete it and then paste apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions'
@tybca283_ranaharshiv9
@tybca283_ranaharshiv9 2 года назад
jitu bhaiya jese anuj bhaiya !! cut to clear
@ankitraj72133
@ankitraj72133 2 года назад
App crash ho thoda thik se batay krye na App to itna jaldi krte ho ki main main point to chor hun dete ho Upar se error alag se aten hai ...... Ache se explain kra kro ki beginners ko bhi samaj me aa jaye
@mayank7554
@mayank7554 3 года назад
When I am writing the memeimageview id in the glide it says unresolved reference and is marked red.🤷🏻‍♂️
@as4928
@as4928 3 года назад
Solution mila kya
@niteshsahni8393
@niteshsahni8393 3 года назад
add this line to find the view I got it work val memeview:ImageView=findViewById(R.id.meme)
@nikhilsingh7666
@nikhilsingh7666 3 года назад
@@as4928 bro upar mene likha hai @the student ke reply me check karo usse hojayega resolve
@as4928
@as4928 3 года назад
@@nikhilsingh7666 thanks mujhe mil gaya
@yashadityasrivastava2216
@yashadityasrivastava2216 3 года назад
@@as4928 bhai ye kaise resolve hoga mujhe bhi bta do
@onlygames3026
@onlygames3026 3 года назад
When I'm using glide library there is a problem. that is cannot resolve method 'with' And I'm using java language Anyone please help....
@samakshgoel8272
@samakshgoel8272 3 года назад
I'm facing the same problem.
@VivekKumar-ty4il
@VivekKumar-ty4il 4 года назад
Bhaiya please hum sbko stakeoverFlow n android documentation ka proper use krna Sikha dena please
@codesonfire9300
@codesonfire9300 3 года назад
Anuj bhaiya is the best ❤
@inammohammad1653
@inammohammad1653 2 года назад
please help while adding memeImageView in glide its not showing any import option
@manishgautam134
@manishgautam134 4 года назад
great work✌ please upload more projects on android development
@MagicTech777
@MagicTech777 3 года назад
I am not able to import volley. There is no import option shown. Please help
@m.rumanansari3024
@m.rumanansari3024 4 года назад
Please do the same project in java .....
@MayankCodes
@MayankCodes 3 года назад
I have made this project in java... I can make a video also on this..
@swapnilagarkar1190
@swapnilagarkar1190 3 года назад
@@MayankCodes please make
@MayankCodes
@MayankCodes 3 года назад
@@swapnilagarkar1190 ok... I will try to make soon... Subscribe my channel
@samyakjain4715
@samyakjain4715 3 года назад
bhaia i tried to make something similar but i used an api which was made by my self and the problem is that it takes some time to load and app crashes in that time how can i solve that?
@deepakkedia3881
@deepakkedia3881 Год назад
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. getting this error while calling API
@ProjectAryawarta
@ProjectAryawarta Год назад
I want to put all my GET/POST/PUT call in one class and call from the activity class, Also I want to add one custom header on each request I make. How can I do that? Do you have any tutorial for that?
@ankur.singhs2111
@ankur.singhs2111 4 года назад
How to make our personal API in Android ?
@muffaddalgarbada6954
@muffaddalgarbada6954 2 года назад
Glide.with(this).load(url).into(memeImageView) Here while you are able to import (memeImageView) , i dont get that option so how to solve it ? Note: I am also unable to add repository . (if that is releated to this idk how to solve it , my AS version is 2021.1.1 Patch 1 ) Pls help me resolve this asap
@shreyasdashpute1800
@shreyasdashpute1800 2 года назад
Same here
@sagarrawat6561
@sagarrawat6561 2 года назад
Bro build .gradle module m Jake pulgins m Id 'kotlin-android-extensions' likh de
@The_Mayank_Sharma
@The_Mayank_Sharma 2 года назад
same
@The_Mayank_Sharma
@The_Mayank_Sharma 2 года назад
@@sagarrawat6561 bro thanks for the soln prblm solve ho gyi 🤗
@muffaddalgarbada6954
@muffaddalgarbada6954 2 года назад
@@sagarrawat6561 thanks man 🫂
@imtheone007
@imtheone007 3 года назад
Guys mera url me null hi rah ra he, change nhi hora vo, meme nhi khul ra isliye. Please help
@gurindersingh8542
@gurindersingh8542 3 года назад
Sir, Glide.with( this).load(url).into(images) Images import ni hora . I already do sync with gradle but import options ni Ara. What I can do sir tell me.
@rohanharichandan1503
@rohanharichandan1503 3 года назад
yes same problem is faced by me , did u get any solution for this problem please help anyone
@mamtaCoder
@mamtaCoder 3 года назад
@@rohanharichandan1503 if you create project with java then you have to use.. ImageView imageview = findViewbyId(R.id.imgeId); Then put imageview in the image refrence at glide It work
@cod9339
@cod9339 3 года назад
@@mamtaCoder Cannot resolve method 'with(anonymous com.android.volley.Response.Listener)' ye wala error aa raha he or glide wali line ke this me red line aa raha he
@mamtaCoder
@mamtaCoder 3 года назад
@@cod9339 gradle me import kiya glide ko
@cod9339
@cod9339 3 года назад
ha kia he import glide ko
@abhinavsaxena7282
@abhinavsaxena7282 2 года назад
Glide.with.method throwing an error with the image name but the image name is correct unable to understand please help anybody
@syedhashir5014
@syedhashir5014 2 года назад
same here did u get the solution
@i_am_android
@i_am_android 3 года назад
There is no option of import in volley after pasting it from Android developers website....✌🏻
@rohanharichandan1503
@rohanharichandan1503 3 года назад
same rpoblem im facing , did you find a way to solve this problem????
@rohanharichandan1503
@rohanharichandan1503 3 года назад
if it has not sync properly then it happens try doing it againg , in the built.gradle in dependancies copy the latest implementation volley code from github
@charchitjain5831
@charchitjain5831 3 года назад
@@rohanharichandan1503 still not importing volley
@muskanmittal26
@muskanmittal26 3 года назад
@@charchitjain5831 same...is it working now?
@AashimaKatoch
@AashimaKatoch 2 года назад
just turn off toggle offline mode from gradle , i hope it helps .
@adityashidlyali7814
@adityashidlyali7814 4 года назад
Bhaiyaa aapka macbook ka configuration kya hai bhaiyaa..? Please batadoo
@pritamaber
@pritamaber 2 года назад
Really good videos ...learning something useful ...thanks Anuj brother
@Abhishekkumar-fi2yl
@Abhishekkumar-fi2yl 3 года назад
Request.Method.GET - is par error show kr rha h .. Showing expected type string instead of int ... I Added .toString() method then error got resolved but could not fetch image in app . Moreover when i click on share button it shares the statement - " hey ! Checkout ........ Null " NOTE: at last "null" Please help
@soumikdutta7867
@soumikdutta7867 3 года назад
Add a " , " after null. I think now it'll not show any error. :-)
@satyajitpal4145
@satyajitpal4145 3 года назад
@@soumikdutta7867 thanks bro i was struggling for almost 2 days wasnt able to figure out .... you made my day
@myapps1728
@myapps1728 3 года назад
great very clear with documentation thank you very much dear
@nagendradwivedi8857
@nagendradwivedi8857 4 года назад
keep make this series completely bhaiyaa....❤❤
@arshansari458
@arshansari458 3 года назад
Bhaiya The direct way of using ids doesn't work in my system could you please help
@mayurvishnoi
@mayurvishnoi 4 года назад
How can we create our own API to use in android app ?
@rohanharichandan1503
@rohanharichandan1503 3 года назад
bhaqiya mere kuch import ke options nahi dikha raha ,pls help
@rohanharichandan1503
@rohanharichandan1503 3 года назад
this problem is solved not im not able import the id of image view in the mainactivity please help any one
@arpitjain2844
@arpitjain2844 3 года назад
@@rohanharichandan1503 If the image(id) is not getting imported while using this, Glide.with(this).load(url).into(imageid) try: - val img = findViewById(R.id.imageid) Glide.with(this).load(url).into(img)
@rohanharichandan1503
@rohanharichandan1503 3 года назад
@@arpitjain2844 thnx for solution bt the pblm is sorted actually I had to add the kotlin extensions in the plugins
@rohanharichandan1503
@rohanharichandan1503 3 года назад
@@arpitjain2844 bt now the pblm is the progress bar is not showing and the share button is not working 😬😬
@cod9339
@cod9339 3 года назад
@@arpitjain2844 bhai java me line 32 kese likhu datatype ? 14:37 help kar do
@sumitsoni8471
@sumitsoni8471 4 года назад
Bhaiya aapka java course best tha, lekin ye wale course ka sequence acha nahi hai. Aapko sbse phle toast , intent , onclicklistener, or fir layouts k baare me btana chahiye tha.
@mohitsinghparmar8585
@mohitsinghparmar8585 4 года назад
Bhai docs try krna acche se samjhaya hua h
@SUSMITRUDRA
@SUSMITRUDRA 4 года назад
Amazingg Work Bhaiyaa!!!❤❤❤
@iamaprogrammer470
@iamaprogrammer470 4 года назад
When anuj Bhaiya depressed suddenly he watch the wallpaper "good vibes only" at the same watch the "Elun Musk" art to get motivated and start to focus their goal.
@sat_talk
@sat_talk 3 года назад
Great Bro.. your level of explaining things is Awesome..That is why pl. pl. make a detailed video on coroutines in kotlin.. where it's very difficult to understand the concept...
@sahillohiya3445
@sahillohiya3445 3 года назад
Bhiya I got error on glide when I put image viewer id its not give import option
@jatin1269
@jatin1269 4 года назад
Your teaching is awesome
@btechwallah7748
@btechwallah7748 2 года назад
Bhai meme share keep stopping aisa kuch dikha reha haii bahut try kr liya but sahi ni ho raha haii aap batado ky krna haii plz ??
@rishisharma4764
@rishisharma4764 4 года назад
Bhaiya great video 🙂 But Bhaiya aap please ek video me hi puri app banaya kro please Because if in one project there is 3 videos and suppose you are uploading 1video in 3days so the project will complete 9days and if you done the project in one videos it is more likely to complete in
@sauravkumar-qd6vu
@sauravkumar-qd6vu 3 года назад
can anyone tell me the alternative way of java when bhaiya make a variable val url = response.getstring...... at around 12 min please tell me if anyone could.......
@ShivamYadav-ej8qr
@ShivamYadav-ej8qr 3 года назад
I'm not able to import memeshareImage in main activity please help me.
@ru_suryavanshi
@ru_suryavanshi 4 года назад
Cannot resolve method 'with(anonymous com.android.volley.Response.Listener)' Bhaiya, this is the error I'm getting in the line ||Glide.with(this).load(url).into(imageView);|| What to do??
@joydeepsaha1580
@joydeepsaha1580 4 года назад
gradle me volley dependency dalo and sync karo
@ru_suryavanshi
@ru_suryavanshi 4 года назад
@@joydeepsaha1580 Daal rakhi h bhai... Pta ni kya dikkat aa ri
@sharathm710
@sharathm710 4 года назад
Id check karo crct he ya nahi imageView kii
@tejasl.7957
@tejasl.7957 3 года назад
Use "MainActivity.this" instead of "this"
@theprofessionals6460
@theprofessionals6460 2 года назад
error :- Build was configured to prefer settings repositories over project repositories but repository 'Google' was added by build file 'build.gradle'
@alisaquibraza6870
@alisaquibraza6870 2 года назад
Repositories have been moved to settings.gradle and module Gradle has been moved to the app package gradle. no need to do anything for the repositories part.
@theprofessionals6460
@theprofessionals6460 2 года назад
@@alisaquibraza6870 yeh, thanks I figured that out earlier
@tarakmheta8856
@tarakmheta8856 Год назад
hey i am getting "Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.7.1, expected version is 1.5.1." this error did you guys faced this issue too?
@adiiDev
@adiiDev Год назад
@@alisaquibraza6870 Thank you ✨ This helped me building my gradle..
@SumitSharma-do2uc
@SumitSharma-do2uc 4 года назад
Bhaiya img load nahi hue
@RajSingh-fn4fs
@RajSingh-fn4fs 4 года назад
Bhaiya 13:11 apne kaha url Ko paste kar do kaha Kiya aapne.
@PRINCEKUMAR-dz7rb
@PRINCEKUMAR-dz7rb 3 года назад
Only url ko paste kiye hai Not url value
@ASHUTOSHSHARMA-mn7wp
@ASHUTOSHSHARMA-mn7wp 3 года назад
bro... Log.d() accept ni kr rha? plzz consider this... anuj bhai
@CaptainJackSparrow123
@CaptainJackSparrow123 4 года назад
Bhaiya this series is amazing...................
@MohammadMunaam
@MohammadMunaam 2 года назад
Log.d( tag : "success Request", response.substring(0, 500)) , getting error in tag
@naraharisettymridula5910
@naraharisettymridula5910 2 года назад
yes, I got the same error. please help
@pranavvadnere2210
@pranavvadnere2210 4 года назад
Is android studio is available for 32 bit system
@smitpatel6057
@smitpatel6057 4 года назад
Yes
@dilipsunar99
@dilipsunar99 3 года назад
I'm getting an error in the 'this' keyword saying 'cannot resolve method with' Can someone please help 🙏
@abhishekanand1300
@abhishekanand1300 3 года назад
you should just write this not the whole context:this
@Ayush-mq6om
@Ayush-mq6om 3 года назад
Same with me
@ashutoshpandey904
@ashutoshpandey904 3 года назад
use MainActivity.this
@bhati_tech9017
@bhati_tech9017 2 года назад
Unresolved reference: memeImageView error aa rha hai can you help please
@dikshantyasankar3890
@dikshantyasankar3890 4 года назад
Sir your teaching is very good
@indurani199
@indurani199 3 года назад
Sir meme load nhi ho rha hai...sare dependencies add krne ke baad bhi.
@akshaychauhan4104
@akshaychauhan4104 3 года назад
Did u got any solution?
@vipulsingh6827
@vipulsingh6827 3 года назад
@@akshaychauhan4104 Did you?
@akshaychauhan4104
@akshaychauhan4104 3 года назад
@@vipulsingh6827 i left android and started AI
@kumreshsoy8048
@kumreshsoy8048 3 года назад
Sir i have a problem. It's only work on https protocol not in http but i want to use http, so how can i implement... please help me.🙏
@noobmaster-mx8fy
@noobmaster-mx8fy Год назад
Hey did u find the solution yet?
@moksh_giri
@moksh_giri Год назад
@@noobmaster-mx8fy you have to create a network config file to your android project
@dibyajyotimahuri7626
@dibyajyotimahuri7626 4 года назад
bro keep uploading more amazing project
@shankarsuman8801
@shankarsuman8801 4 года назад
retrofit nahi use karte kya?
@durveshpal
@durveshpal 4 года назад
Great dude💕but video ke part late ho jatee Hain
@ayushmondal9281
@ayushmondal9281 3 года назад
image is not loading in my app....whereas "Something went wrong" gets printed.....can anyone help??
@saiprasadpatil8626
@saiprasadpatil8626 3 года назад
Make sure you add loadMeme( ) in main activity. If it still doesn't work delete view View from private loadMeme()
@divyangtiwari1115
@divyangtiwari1115 3 года назад
@@saiprasadpatil8626 bro please help in start my sample avtar image is not showing on my app and after that meme image also not showing i set the image view just like bhaiya I tried all the solutions from stack overflow but it is not working for me I'm trying from previous day and it is morning now but I didn't get the answer yet
@saiprasadpatil8626
@saiprasadpatil8626 3 года назад
@@divyangtiwari1115 I stopped doing this course as it's a bit tricky to find outdated code and explained fast. I just started another course on Google's official website. It's good also.
@divyangtiwari1115
@divyangtiwari1115 3 года назад
@@saiprasadpatil8626 👍🏻no problem bro thanks for reply 😊
@tauros5651
@tauros5651 3 года назад
14:33 Can someone help me I'm not getting import option
@robinthakur00
@robinthakur00 2 года назад
If you find something help me
@samarthgupta7901
@samarthgupta7901 4 года назад
Thanku bhaayia U r doing gr8 😍😍🤩🤩
@prabalranjangoswami1750
@prabalranjangoswami1750 4 года назад
5:50 import option is not showing.
@kamalpreetsingh4782
@kamalpreetsingh4782 4 года назад
val image:ImageView = findViewById(R.id.memeImageView) try this to get ImageView and then pass image to .into()
@lovekaushik2001
@lovekaushik2001 3 года назад
Bhai dhanyawaad tum na hote mai atk hi jaata ispe shukriya bhai
@lovekaushik2001
@lovekaushik2001 3 года назад
@@kamalpreetsingh4782 pr.bro iska reason batado ye bina iske.kyu nhi chl rha tha ?
@aviatoronmission
@aviatoronmission 3 года назад
I think as per the documentation we need first of all we need to create an ImageView Variable and call the image view section of the app by Id then further you can pass that variable
@noi375
@noi375 4 года назад
Sir please make video more clear as a beginner sometimes I can't understand it. Please sir 🙏🙏
@olahuuber5540
@olahuuber5540 3 года назад
i had same problem first you should clear your opps concept then you can follow this series .
@kuppiliprathyusha1792
@kuppiliprathyusha1792 4 года назад
Anuj Bhaiya can you please make a video on implementing a fragment inside a fragments(NavigationView).@Anuj Bhaiya
@juhisingh120
@juhisingh120 4 года назад
Bhaiya mera url me problem aa raha h run ke bad meme nhi show kar raha h .....likh raha h something wrong
@amansayyad7286
@amansayyad7286 2 года назад
At @5:49 mere laptop me import option aa raha hai lekin jaise bhaiya ka huva waise Mera nahi ho raha
Далее
How to Install and Use an Adjustable TV Arm
00:18
Просмотров 3,8 млн
HA-HA-HA 👊  #countryball
00:15
Просмотров 2,7 млн
Learn JSON in 10 Minutes
12:00
Просмотров 3,2 млн
Handling API in python
27:24
Просмотров 27 тыс.
Context API in react | get the concept
29:00
Просмотров 58 тыс.