• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. U

    Rest api in android

    I am new to android studio working on simple login page I want to check if a user exists in server by using rest api. I have done this earlier in Xamarin but not sure how to do it in android. The user accepts email password entries and checks if user is registered or not. How can I do this?