사이퍼즈오픈api 에서 RestApi를 수신합니다.
주요 기능으로는 유저의 전적검색,랭킹, 아이템조회, 홈페이지 소식, 포지션특성조회, 투신전, 보이스박스,
캐릭터 팁, 공략, 스토리(뷰페이저에 bookflip을 달아 책처럼 읽을수있습니다)입니다.
(오직 사이퍼즈를 즐겨하거나 관심있는 유저를 위한 특정타겟팅 어플리케이션입니다.)
- 신규캐릭터 및 jsoup파싱 태그 변경.
이슈발생.. (wifi환경에서 jsoup을 반복적으로 이용할경우 홈페이지에서 해당기능을막음)현재 해결되어 원활히 동작중- 현재 공식소식, 캐릭터정보/보이스박스, 세계관은 wifi환경에서는 anr문제를 일으키며 3G,4G,5G의 환경에서는 원활히 작동합니다.
This project is released under the MIT license. See LICENSE for details.
MIT License
Copyright (c) 2020 김준성
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- AndroidX - Previously known as 'Android support Library'
- Glide - for loading and caching images
- Retrofit 2 - Type-safe HTTP client for Android and Java by Square, Inc.
- Gson - for serialization/deserialization Java Objects into JSON and back
- DataBinding
- CircleImageView
- CircleIndicator
- Jsoup
- MaterialDialog
- OverScroll
- FlipViewpager
- Lottie
- Etc...