B4A Library RandomUserGenerator

This library will allow you to generate random users data.

Requirements:

1- B4A 7.x.

2- Internet access.

3- Copy the RandomUserGenerator.xml and RandomUserGenerator.jar to your additional libraries directory.


Usage:
B4X:
Private rUser As RandomUserGenerator

rUser.Initialize(Me, "Users")
rUser.GetRandomUsers(20, "", "", "")

The library will return a map containing the data.

Each record contains 26 data fields:

* Gender
* Title
* FirstName
* LastName
* Street
* City
* State
* PostalCode
* Email
* UserName
* Password
* Salt
* MD5
* SHA1
* SHA256
* Registered
* DOB
* Phone
* Cell
* IDType
* IDValue
* PictureLarge
* PictureMedium
* PictureThumbnail
* Nationality
* Seed

NOTE: This is a new version which includes minor improvements, if you have a previous version just note the new library name.

Screen shots:

7SjA3LGl.png
KraOIHPl.png
 

Attachments

  • RandomUserGenerator_Lib_1.0.zip
    5.4 KB · Views: 209
  • RandomUserGenerator_Sample.zip
    22.1 KB · Views: 220
Last edited:

udg

Expert
Licensed User
Longtime User
Very nice, NJ !
So..are you sharing with us your Contacts ? :D

I should try to call Ms. Williamson..eheh

udg
 
Top