Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Praseetha-KR committed May 5, 2019
1 parent 37ff116 commit 271f8c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div align="center">
<h1>nwrq-a</h1>
<p>Android demo app for API capture testing. It requests a network resource with different http client libraries.</p>
<br>
<img src="screenshot.png" alt="nwrq" style="width: 60%;" />
<br><br><hr>
<p>&copy; 2019, Praseetha KR, Licenced under MIT</p>
</div>
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
android:layout_height="wrap_content"
android:focusable="false"
android:hint="@string/url"
android:inputType="textUri" />
android:inputType="textUri"
android:textAlignment="center" />

<TextView
android:id="@+id/textView"
Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 271f8c3

Please sign in to comment.