Faker icon indicating copy to clipboard operation
Faker copied to clipboard

Provides fake data to your Android apps :)

Results 2 Faker issues
Sort by recently updated
recently updated
newest added

Faker is super useful to pre-fill values when I'm in debug variant of my app. So I use it with debugImplementation rather than implementation. Now the issue is that in...

The current Faker.with(Context) is broken if used by multiple threads. The mFaker needs to be declared as volatile, or someone may get an partially initialized instance of it. Also if...

help wanted