|
23 | 23 | <title>Android Debug Database</title> |
24 | 24 | <meta charset="utf-8"> |
25 | 25 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
26 | | - <link rel='shortcut icon' href='images/favicon.ico' type='image/x-icon'> |
| 26 | + <link rel='shortcut icon' href='debugDbHome/images/favicon.ico' type='image/x-icon'> |
27 | 27 |
|
28 | 28 | <script src="debugDbHome/js/jquery.min.js"></script> |
29 | 29 | <script src="debugDbHome/js/bootstrap.min.js"></script> |
|
55 | 55 | <span class="icon-bar"></span> |
56 | 56 | <span class="icon-bar"></span> |
57 | 57 | </button> |
58 | | - <a class="navbar-brand" href="index.html">DebugDB</a> |
| 58 | + <a class="navbar-brand" href="index.html">Android Debug Database</a> |
59 | 59 | </div> |
60 | 60 | <!-- Collect the nav links, forms, and other content for toggling --> |
61 | 61 | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> |
|
68 | 68 | <a href="https://twitter.com/amitiitbhu" |
69 | 69 | target="_blank">Twitter</a> |
70 | 70 | </li> |
| 71 | + <li> |
| 72 | + <a href="https://blog.mindorks.com/" |
| 73 | + target="_blank">Mindorks Blog</a> |
| 74 | + </li> |
71 | 75 | <li class="dropdown"> |
72 | 76 | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Projects<b |
73 | 77 | class="caret"></b></a> |
|
77 | 81 | target="_blank">Fast Android Networking</a> |
78 | 82 | </li> |
79 | 83 | <li> |
80 | | - <a href="https://github.com/amitshekhariitbhu/GlideBitmapPool" |
81 | | - target="_blank">Glide Bitmap Pool</a> |
| 84 | + <a href="https://github.com/MindorksOpenSource/android-mvp-architecture" |
| 85 | + target="_blank">Android MVP Architecture</a> |
82 | 86 | </li> |
83 | 87 | <li> |
84 | 88 | <a href="https://github.com/amitshekhariitbhu/RxJava2-Android-Samples" |
85 | 89 | target="_blank">RxJava2 Android Samples</a> |
86 | 90 | </li> |
| 91 | + <li> |
| 92 | + <a href="https://github.com/amitshekhariitbhu/GlideBitmapPool" |
| 93 | + target="_blank">Glide Bitmap Pool</a> |
| 94 | + </li> |
87 | 95 | <li> |
88 | 96 | <a href="https://github.com/amitshekhariitbhu/awesome-android-complete-reference" |
89 | 97 | target="_blank">Awesome Android Complete Reference</a> |
|
0 commit comments