Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaBavadekar authored Jun 4, 2022
1 parent 180ba85 commit 72bb768
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,25 @@ PinLog is an easy-to-use and powerful android Logging Library. It is made by Adi

![](https://github.com/AdityaBavadekar/PinLog/blob/master/icon-512.png)

|Screenshots `pinlog-activity` | |
|---|---|
|![](/Screenshot_20220604-163925.png)|![](Screenshot_20220604-164142_AdvanceLog.jpg)|

PinLog supports storing logs for later retrieval, saving logs in a file, saving logs in a zip file and more.

This project contains two modules i.e libraries namely `pinlog` the main library and `pinlog-activity` the extension library.
The main library does nit depend on the other, so you can use it directly from dependency.

### Screenshots of `pinlog-activity` library

|![](/Screenshot_20220604-163925.png)|![](Screenshot_20220604-164142_AdvanceLog.jpg)|
|---|---|

# Latest version
For the latest version and a complete changelog, please see the Release page.
# Download
You can download a aar or .zip rom this repositor's releases page.

Or you clone the whole repository with
```bash
git clone https://github.com/AdityaBavadekar/PinLog
```

# Implementation

Expand Down Expand Up @@ -119,6 +130,12 @@ class MainActivity : AppCompatActivity() {
}
```

# Dependencies used
Following are dependencies that were used for `pinlog-activity` module.
- Kotlin Coroutines
- Recyclerview
- ContraintLayout

# Author
[@Aditya Bavadekar](https://github.com/AdityaBavadekar) on GitHub

Expand Down

0 comments on commit 72bb768

Please sign in to comment.