Apps Sign Up Form

Joseph B

Lurker
I would like to know the easiest way to create a sign up forum and how to save the information and what I need,
I am a pretty new developer so any advice would be appreciated
 
D

Deleted User

Guest
Hi and welcome to Android Forums.
Have you read this thread? It contains some useful information for beginners

https://androidforums.com/threads/please-read-me-before-posting.987318/

Assuming you have all the development tools, then creating the form isn't hard because it will be a fairly simple layout, containing username and password Textfields.
But you need to think about how the users are authenticated. Do you need a remote server which has access to a database holding the user details?
 
Top