You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script Reader is a simple and easy way to read script of movies and tvshows online available on the internet. This app use the <ahref="https://www.scriptslug.com/">Script Slug</a> as source.
11
10
11
+
This project use the best practices in Android Development:
12
+
13
+
<ul>
14
+
<li><ahref="https://medium.com/google-developer-experts/modularizing-android-applications-9e2d18f244a0">Modularizing</a> - Modules provide a container for your app's source code, resource files, and app level settings, such as the module-level build file and Android manifest file.</li>
15
+
<li><ahref="https://developer.android.com/training/dependency-injection/dagger-android">Dependency Injection with Dagger 2</a> - Dagger automatically generates code that mimics the code you would otherwise have hand-written.</li>
16
+
<li><ahref="http://reactivex.io/">Reactive Programming with RxJava</a> - ReactiveX is a combination of the best ideas from the Observer pattern, the Iterator pattern, and functional programming.</li>
17
+
<li>and more!</li>
18
+
</ul>
19
+
20
+
12
21
### DOWNLOAD:
13
22
14
23
Get the app from our <ahref="https://github.com/tiagohs/script-reader/releases">releases</a> page.
@@ -21,18 +30,20 @@ Get the app from our <a href="https://github.com/tiagohs/script-reader/releases"
21
30
22
31
### DISCLAIMER:
23
32
24
-
-HQR is not responsible for any contents linked or referred to from his contents – If any damage occurs by the use of information presented there, only the author of the respective pages might be liable, not the one who has linked to these pages.
25
-
-HQR doesn’t host any content
33
+
-Script Reader is not responsible for any contents linked or referred to from his contents – If any damage occurs by the use of information presented there, only the author of the respective pages might be liable, not the one who has linked to these pages.
34
+
-Script Reader doesn’t host any content
26
35
- If you think the content of some comic are objectionable, please report it to us.
27
36
28
37
29
38
### Libaries:
30
39
31
40
<ul>
41
+
<li><ahref="https://github.com/airbnb/lottie-android">Lottie</a> - Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile!</li>
32
42
<li><ahref="https://github.com/ReactiveX/RxAndroid">RxAndroid 2</a> - RxJava bindings for Android </li>
33
43
<li><ahref="https://github.com/ReactiveX/RxJava">RxJava 2</a> - Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. </li>
34
44
<li><ahref="https://github.com/square/retrofit">Retrofit 2</a> - Type-safe HTTP client for Android and Java by Square, Inc.</li>
35
45
<li><ahref="https://github.com/square/dagger">Dagger 2</a> - A fast dependency injector for Android and Java.</li>
46
+
<li><ahref="https://github.com/facebook/shimmer-android">Shimmer</a> - an Android library that provides an easy way to add a shimmer effect to any view in your Android app.</li>
36
47
<li><ahref="https://github.com/square/picasso">Picasso</a> - A powerful image downloading and caching library for Android .</li>
37
48
<li><ahref="https://github.com/google/gson">Gson</a> - A powerful image downloading and caching library for Android. </li>
38
49
<li><ahref="https://github.com/square/okhttp">okhttp</a> - An HTTP+HTTP/2 client for Android and Java applications. </li>
@@ -43,8 +54,18 @@ Get the app from our <a href="https://github.com/tiagohs/script-reader/releases"
0 commit comments