https://github.com/onikx/pagedtextview
Android TextView with pagination
https://github.com/onikx/pagedtextview
android android-textview pagination-library
Last synced: 5 months ago
JSON representation
Android TextView with pagination
- Host: GitHub
- URL: https://github.com/onikx/pagedtextview
- Owner: onikx
- License: apache-2.0
- Created: 2020-01-30T21:36:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T18:05:12.000Z (over 5 years ago)
- Last Synced: 2023-08-22T09:14:52.357Z (almost 3 years ago)
- Topics: android, android-textview, pagination-library
- Language: Kotlin
- Homepage:
- Size: 75.2 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PagedTextView
This library allows the usage of Android TextView with text pagination.
## Setup
To use this library your minSdkVersion must be >= 19.
```
dependencies {
implementation 'com.github.onikx:pagedtextview:0.1.3'
}
```
## Usage
```
```
## Status
This library is still under development.
# License
```
Copyright (C) 2020 Alexey Starykh (Onik)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```