Aws Rh, I just want to tell you that this video was awesome! I searched for many ways to do this exact thing and all of them were unnecessarily complicated. Your video however was simple, clean, and to the point! Thank you so much, sir! I will literally just subscribe because of how great this video was.
This can be easily accomplished by placing only a banner ad in the layout of dialog . you can then launch the dialog on a button click or after a particular interval .
Hello, Thanks for the video. But I have a problem. I added some items using gridLayout. And within the Layout, I have some CardViews. But my items not showing. Is it because I'm gridLayout or the CardView ??
On line 14 of your code i get an error an error that says "Cannot resolve method 'setContentView(int)' and line 16 on your code when i try to enter "this" Dialog(android.content.Context) in dialog cannot be applied to my class Java class. Everything else doesn't give me an error but when i try to do "android:onClick"ShowPopup" it says cannot resolve symbol....
getting this error - addContentView (android.view.View, LayoutParams) in Dialog cannot be applied to (int) for this line of code myDialog.addContentView(R.layout.newmatchpopup); help
Sir can you please help me.. I want to add CALL, EMAIL AND SMS in that textfield instead of follow.. Like when i click call in that popup it will call a number like that..How can I do it.. please help anyone....
Amazing but I have a question How I can set textView programmatically .. I tried to set it but I got an error : Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method android.support.v7.widget.AppCompatImageHelper.hasOverlappingRendering
hey pearl adams, if you want to set a value to the textview inside the pop up window this code should work : mytv = (TextView) myDialog.findViewById(R.id.yourtextviewId); mytv.setText("Value");
you are doing really great but where are the source codes like github ? i mean do i have to watch all minutes of your clip ?! why cannot i have source codes??
I would like to open a Dialog Box when I click on an item. The dialog box should show a title, picture and a description for each Item clicked. How do I do so? Please help. Thank you in advance.
VALE MIA TE LA VACILASTE AVISAME CUANDO VENGAS A COLOMBIA BARRANQUILLA PA INVITARTE UNA MOJARRA FRITA CON ARROZ E` COCO Y AGUACATE CON UNA AGUA DE PANELA BIEN FRIA
thanks man , youtube is the most valuable invention in human history
Best android studio channel for design, this is simply awesome!
Aws Rh, I just want to tell you that this video was awesome! I searched for many ways to do this exact thing and all of them were unnecessarily complicated. Your video however was simple, clean, and to the point! Thank you so much, sir! I will literally just subscribe because of how great this video was.
Love the background music man
Great work. I am also starting to learn. Best source to learn android dev
Your page has really helped me. Keep up the good work.
im glad it helped
Please tell me the 1st Music you used in this video, or provide the link. It is really awesome and your video too.
I love your tutorial videos! Thank you very much for sharing the awesome knowledge and skills, please keep up the good works.
nice bro..
please make video tutorial custom popup to display "admob banner ads" !
thanks
This can be easily accomplished by placing only a banner ad in the layout of dialog .
you can then launch the dialog on a button click or after a particular interval .
Nice tuto! thanks for sharing!
Thankyou for making this kind of video , love it!
man you are great awesome videos.... i love your channel...
thx FunkupGamer, im glad you like it :D
Awesome content bro, good work.
thank you dude
Thanks a lot helped me immensly to make my own pop up even with huge dissimilaritys. Thanks
your videos are great man
thanks
dude great tutorial, thank you very much
Awesome video, thanks!
Thnak you for such a simple and meaning full code.
background music is dope
Thanks dude, its easy and awesome
If i need make logic, Do i can put java class?
Hello, Thanks for the video. But I have a problem.
I added some items using gridLayout. And within the Layout, I have some CardViews.
But my items not showing.
Is it because I'm gridLayout or the CardView ??
it works somewhat for me, when I put [setBackgroundDrawable] in my project it gives me a warning and my app keeps timing out
it is depreciated
On line 14 of your code i get an error an error that says "Cannot resolve method 'setContentView(int)' and line 16 on your code when i try to enter "this" Dialog(android.content.Context) in dialog cannot be applied to my class Java class.
Everything else doesn't give me an error but when i try to do "android:onClick"ShowPopup" it says cannot resolve symbol....
neatly done. thank you. +1 upvote for you. :)
glad to hear that, thank you so much
getting this error - addContentView
(android.view.View,
LayoutParams)
in Dialog cannot be applied
to
(int)
for this line of code
myDialog.addContentView(R.layout.newmatchpopup);
help
Excelent video and content
Thanks for your work man!
Nice Music
Awesome! Really appreciate👍
thank you so much
You top proger ;)
what should I have to do if i want the same pop-up upon clicking menu item from action bar....please help
Great tutorial, thanks
Awesome tutorial! Thanks alot. Can anyone tell me how to move that popup to the top left or below a certain button?
My application crashing as soon as I clicked the button which should open the pop up
Music ??? Name please !
i need to check my project file for the music name
please wait
darude sandstorm, obviously...
No
Song is Kontekst - Buddha
Have you not heard of Shazam?
Problem in 10:40 , In Public void showpopup(View v) import class not shown
Hi, make shure you are writing this outside the onCreate method. Hope this could help you and/or someone else.
@@darktarget10 thank you
Sir can you please help me.. I want to add CALL, EMAIL AND SMS in that textfield instead of follow.. Like when i click call in that popup it will call a number like that..How can I do it.. please help anyone....
In the showpopup function, my system cannot find the id of the components of custompopup xml .
Please help
dude can you share ur playlist ?? Nice job by the way
Thank you ! great work
bro u r awesome
thank you
bro need help
how to add scroll view when rotated
i add but some part is not displaying on top
What's the point of 'txtclose.setText("M")' when the popup is going to be dismissed anyway?
Amazing
but I have a question
How I can set textView programmatically .. I tried to set it but I got an error : Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method android.support.v7.widget.AppCompatImageHelper.hasOverlappingRendering
hey pearl adams,
if you want to set a value to the textview inside the pop up window this code should work :
mytv = (TextView) myDialog.findViewById(R.id.yourtextviewId);
mytv.setText("Value");
thanks
thank you
Hello, if i want to change the myDialog.dismiss(); into open URL or activity how should i do?
Late on the reply, but for anyone else with the same question.
You could create a custom dialog and then override the dismiss method
Thank you! This is awsome
your welcome :D
Thanx for the video. I have a question: Why did you use a onclicklistener on a textview and why does this work?
It works because TextView is a view, thus it can be clickable
Awesome. Thanks.
Saved my Day! :D
thank you , very useful
Can you please tell me how to sent and receive feedback through Firebase 🤔
I need this popup showing auomatic after open application,
Put it in onstart
I have a problem. I have use "Bottom" and don't center, but popup always center. ;(
U are my hero *_*
buen tutorial
gracias!!
Music?
*I want it tooo*
Tharnk you bro.
Thanks a lot!
How To Open fregments Using Buttons In this Dialogs
Please Help
Asap
can you compile this and give me into simple apk form I want to extract codes and use in my apps
Thank you so much!
your welcome
awesome
thnx dude
you are doing really great but where are the source codes like github ?
i mean do i have to watch all minutes of your clip ?!
why cannot i have source codes??
how to make some effect when show dialog.
Can I use this with list view item click
Any help??
A video will be published soon
thank yuo for the tutorial
How can we use intent in pop up???
I would like to open a Dialog Box when I click on an item. The dialog box should show a title, picture and a description for each Item clicked. How do I do so? Please help. Thank you in advance.
I'm also having a hard time doing it, have you?
love it
Thanks
your welcome :)
in your site it dose not look like the one in video :-((
i need that photo that you used in this video
Thank you
thanks bro
can give full source code?
check the description
thanks
THNX a LoOoT !
VALE MIA TE LA VACILASTE AVISAME CUANDO VENGAS A COLOMBIA BARRANQUILLA PA INVITARTE UNA MOJARRA FRITA CON ARROZ E` COCO Y AGUACATE
CON UNA AGUA DE PANELA BIEN FRIA
It's a Custom Dialog, not a popup window.
friend a question, this is copyrighted? Can I use it for free? mmmm
kontol thanks
+Krisna Deva your welcome
ngomongnya yg baik" aja bang
Bad picture quality.. useless
old Indian aunty
friend a question, this is copyrighted? Can I use it for free? mmmm
thanks