A previous article in this series (registering app users using Backendless API) talks about how to create user accounts. If your application uses the user registration API, odds are you will need to use the Login API as well. The API is rather simple – it requires just two parameters: a value that uniquely identifies the user, and their password.
The code below demonstrates the API in action. It uses the same user that was registered in the code from this article:
Once the user logs in, you can see the login timestamp in Backendless Console. For example, the screenshot below indicates that the user with ID green.goblin@backendless.com has logged in and you can see when. However, if the user had never logged in, the value for the lastLogin column for that user would be empty.
please suggest how to developed app.
Allow me to recommend you check out this video we posted last year: https://www.youtube.com/watch?v=d1iCq93_nMs
It is a guide to building a mobile app without code using Backendless for the backend and a platform called Dropsource for the frontend.