AdvancedSharpAdbClient icon indicating copy to clipboard operation
AdvancedSharpAdbClient copied to clipboard

We need a better documentation for the library

Open schizoidcock opened this issue 3 years ago • 3 comments

i like this project and i had been using recently to do some stuff with phones, but actually we need a better readable documentation because the library has a ton of stuff. But we lose a lot of time trying to understand how of some of the funtionality works with it because there is no documentation avalaible for it.

schizoidcock avatar Feb 13 '22 20:02 schizoidcock

@yungd1plomat any answer on this man?

schizoidcock avatar Jul 09 '22 03:07 schizoidcock

I'm new to this library and it's pretty difficult for me to go through, as I have to do device = client.GetDevices()[0]; instead of device = client.GetDevices().FirstOrDefault();

Also the xpath I can't wrap my head around it, how do I even retreive data if it's not working.

UhWatchMe avatar Jan 21 '23 13:01 UhWatchMe

you're welcome, pull requests are always open.

yungd1plomat avatar Aug 14 '23 17:08 yungd1plomat