Skip to content

This repository uses Room, Rx Java2, Retrofit2 to make an app that enables users to sign up.

Notifications You must be signed in to change notification settings

ram212878/Sign_Up

Repository files navigation

Sign_Up

This repository uses GSON,Rx Java2, Retrofit2 to make an app which enables users to sign up.

Working of the App

  • This is a simple app which allows user to signup and after signing in the user user will be able to see all the users that have already signed in.
  • This list of users is Stored on a remote server(www.apnarajya.in/)
  • This server act as and API which accepts a POST request to create the new User.
  • Two users with same name and Email will not be created.
  • Url used for GET request is http://www.apnarajya.in/GetUsers.php
  • Url used for POST request is http://www.apnarajya.in/SignUp.php

    Libraries used

  • Retrofit:

    This library has been used to SEND the GET and POST request the API.
  • rx java 2:

    This library has been used to validate the SignUp form.
  • About

    This repository uses Room, Rx Java2, Retrofit2 to make an app that enables users to sign up.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Packages

     
     
     

    Languages