Login/ Registration forms for my app

LittleBritaly

Member
Licensed User
Longtime User
I need to develop an app that users must login to / register before continuing to use the app (it is an ordering system for my company).

Authorisation will be via php/mysql on a Linux server.

I know it's possible to talk to mysql, but before I start can anyone point me in the direction of some sample code (I've searched but didn't find any) that shows how to collect the customers information (full name, tel numbers, full address, postcode, username) on a number of forms and once registered or logged in proceed to a page (multiple pages actually) where items for sale can be listed.

What I'm really asking is what is the best way to collect/display information of this type in Android?. Better to as what may seem like dumb questions now, before committing to one way of doing things then finding out after hours of work discovering there's a much better way of handling things.

Thanks in advance for any advice.


I realise this is
 

LittleBritaly

Member
Licensed User
Longtime User
Thanks, that's what I thought I just hoped someone had an example.

I've come from programming in Lazarus and Flash/Actionscript world so am having to adjust to the different way that B4A works, a simple example of a working registration screen would have been a massive help.

I'll get the login section working then post some code, hopefully this will help someone else in the future.

Thanks for the reply.
 
Upvote 0

star

Member
Licensed User
Longtime User
I am also facing the same problems as well.After creating the simple form with
EditTexts and Labels to collect the information, how can I use HttpUtils to send the information to my PHP script and get the response?thanks a lot and hope to get your pro advice Erel:)
 
Upvote 0
Top