tweaselORG / appstraction

An abstraction layer for common instrumentation functions (e.g. installing and starting apps, setting preferences, etc.) on Android and iOS.
MIT License
4 stars 1 forks source link

README: List of features #29

Closed baltpeter closed 1 year ago

baltpeter commented 1 year ago

Currently, it's hard to judge appstraction's features at a glance from the README. One has to read the example code or look at the (not exactly easy to grasp) API reference. Quite a lot of work to just get an idea of what the library can do.

To fix that, we should have list of bullet points of our features. Nothing fancy, basically just a list of the functions on PlatformApi in a short, human-readable format. Plus a link to the API definition for details.