posted 5 years ago
Hello ..to make long story short, root of my problem and my frustation :
I am making an app with two Floating Buttons
When user click my floating button he will be able to go to dial up screen and call phone number.For some reason doesn't work..
I already have intent,in the same activity, where he will able to go to SMS screen and be able to send a text.For some reason work just fine.
in first case nothing happened.If i put Toast in onClick listener also nothing happens.I just do not know why. Do i need to put another activity in my manifest? but this is not new activity?how to name it in my manifest....or problem is something completly different. When i say nothing happens...well nothing happens.There is no error,or some strange behavior or something else.There is no error message in my LogCat also. It is completly possible to mess up intent but my toast message also doesn't pop up.What leeds me to conclusion that i messed up something with onClickListener. But what?it is completly normal, like other listeners that i used before.Or i am just tired to see elephant in the room. I am on my computer for about 10ish hours
My full code:
my full xml code:
My "problematic" onClickListener is second one..this one: