-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 2.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en-US" xml:lang="en-US" itemscope="" itemtype="http://schema.org/WebSite">
<head>
<meta charset="UTF-8">
<meta name="description" content="Android fragment routing library">
<meta name="keywords" content="Android, routing, route, fragment, move, replace, library">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta name="author" content="Ihor Vysotskyi">
<link rel="icon" type="image/x-icon" href="public/logo/rroute32.png">
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="rroute">
<link rel="alternate" type="application/rss+xml" title="RSS for rroute.com" href="https://www.rroute.com/rss.xml">
<link rel="canonical" href="https://www.rroute.com/">
<title>rroute</title>
<style>
body {
text-align: center;
}
</style>
</head>
<body>
<header>
<p><a href="https://github.com/Ig-v-k/rroute/releases/tag/v1.0"><code>v1.0</code></a></p>
</header>
<main>
<a href="https://www.rroute.com/">
<img style="width:64px;height:64px;" alt="rultor logo" itemprop="image" src="public/logo/rroute128.png">
</a>
<p>
The <b>rroute</b> library helps programmers <b>quickly</b> and <b>easily</b> navigate Fragments.<br>
</p>
<p>
<h3>How to use:</h3>
<br> 1. Download <a href="https://github.com/Ig-v-k/rroute/releases/download/v1.0/rroute.jar">jar</a>
<br> 2. Add to folder <code>./libs</code>
<br> 3. Open <code>app/build.gradle</code>
<br> 4. Define in "dependencies": <code>implementation fileTree(dir: "libs", include: "*.jar")</code>
<br> 5. Gradle sync
<br> 6. <code>new BasicRoute(FragmentManager, int container)</code>
</p>
</main>
<footer>
<a href="https://github.com/Ig-v-k/rroute">GitHub</a>
<p>
<a href="https://codeclimate.com/github/Ig-v-k/rroute/maintainability">
<img src="https://api.codeclimate.com/v1/badges/8d1bfbceef73bb066699/maintainability" />
</a>
</p>
</footer>
</body>
</html>