I\'m wondering how these sms-registration mechanisms work. I searched on the internet, but the problem is there are so much sms-providers which want to sell online-sms servi
This article explains how to integrate sms verification to your android app just like whats App.
Android adding SMS Verification Like WhatsApp – Part 1
Android adding SMS Verification Like WhatsApp – Part 2
Basically the following steps involves in verifying mobile number
First user mobile number will be sent to our server where new user row will be created.
Our server requests the SMS gateway for an sms to the mobile number with a verification code.
SMS gateway sends an SMS to the user device with the verification code.
The verification code will be sent back our server again for verification. Our server verifies it and activates the user.