How to open call Dialer with Intent in Android studio
Procedure:
1) First make a UI in which i use 1 edittext and 1 button.
2) Then declare the edittext and button in the MainActivity & giving them the ids.
3) Then onclick listener method of the button.
4) In the onclick listener method using the Intent class and its function (Intent.ACTION_SEND).
5)Then set data by parsing the data getting from the edittext..
6) At the end call the startActivity method and pass the intent object.
basically when you click on the button it gets the number from the edit text and parsing it then it goes to the dialer and set the data in it....
For more information:
https://developer.android.com/referen...
share the link:
• How to Open Call Dialer with Intent in And...
Subscribe my channel:
/ @androidlearners9163
Share you ideas with us and show what you made after watching this video...
We are glad to see your efforts..... Thank you
~-~~-~~~-~~-~
Please watch: "Android Tutorial#2: Linear and Relative Layouts"
• Linear and Relative Layouts
~-~~-~~~-~~-~