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:
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:
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
* 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:
Attachments
Last edited: