Step 1: register a new account, go to https://github.com/join?source=header Step 2: set-up Git 2.1 Dowload Github Desktop at https://github-windows.s3.amazonaws.com/GitHubSetup.exe Requirement: Windows 7 or later 2.2…
Step 1: prepare a simple Endpoint API to test. I.e. http://demo.tutorialspots.com/android/postdata/login.php Step 2: create new android project Step 3: create the layout res\layout\activity_main.xml Step 4:…
To learn how to validate a phone number, we create a simple example. Step 1: create new android project Step 2: create the layout: res\layout\activity_main.xml…
To learn how to validate an email address, we create a simple example. Step 1: create new android project Step 2: create the layout: res\layout\activity_main.xml…