Skip to content

Commit 60b4f7e

Browse files
author
Ubeyde Akgul
committed
some fixes
1 parent b2cc423 commit 60b4f7e

File tree

5 files changed

+5
-34
lines changed

5 files changed

+5
-34
lines changed

_posts/2020-11-23-running-sample-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ description: 2
1212
<li>place the card in the rectangle and wait for it to recognize.</li>
1313
</ol>
1414
<center>
15-
<img style="width: 400.00px " src="../assets/ss.jpg" onclick="imageclick(src)">
15+
<img style="width: 400.00px " src="assets/ss.jpg" onclick="imageclick(src)">
1616
</center>

_posts/2020-11-24-developing-sample-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ description: 15
9898
<p><strong>Note: Once recognition is successful, you will see the following changes on the main screen : </strong></p>
9999
</aside>
100100
<center>
101-
<img style="width: 400.00px " src="../assets/ss.jpg" onclick="imageclick(src)">
101+
<img style="width: 400.00px " src="assets/ss.jpg" onclick="imageclick(src)">
102102
</center>
103103
<p><strong>11.Invoke copyTextToClipboard function with view param when click the R.id.tvCardNumberAll or click other textViews thats are showing recognised card numbers partially</strong></p>
104104
<pre><div id="copy-button13" class="copy-btn" title="Copy" onclick="copyCode(this.id)"></div><code>

_posts/2020-11-24-integrating-the-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Set up the Project
2+
title: Integrate SDK and set up the Project
33
description: 5
44
---
55

66
<p>You can download the codelab project from: <a href="https://github.com/lookub/BankCardRecognitionCodelab.git" target="_blank">https://github.com/lookub/BankCardRecognitionCodelab.git</a></p>
77

88
<h2><strong>Creating a Project</strong></h2>
99
<p><strong>Step 1</strong>: Start Android Studio.</p>
10-
<p><strong>Step 2</strong>: Choose <strong>File</strong> &gt; <strong>Open</strong>, go to the directory where the sample project is decompressed, and click <strong>OK</strong>.<br><img style="width: 376.00px he" src="..../assets/package.jpg" onclick="imageclick(src)"></p>
10+
<p><strong>Step 2</strong>: Choose <strong>File</strong> &gt; <strong>Open</strong>, go to the directory where the sample project is decompressed, and click <strong>OK</strong>.<br><img style="width: 400.00px" src="assets/package.jpg" onclick="imageclick(src)"></p>
1111
<p><strong>Step 3</strong>: Configure the AppGallery Connect plug-in, Maven repository address, build dependencies, obfuscation scripts, and permissions. (These items have been configured in the sample code. If any of them does not meet your requirements, change it in your own project.)</p>
1212
<p><strong>1. Configure the Maven repository address and AppGallery Connect plug-in in the project's build.gradle file.</strong></p>
1313
<ul>

_posts/2020-11-26-what-you-will-need.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "What you will need"
3-
description: 1
3+
description: 2
44
---
55
<h2>
66
<strong>Hardware Requirements</strong>

_posts/2020-12-19-welcome-to-jekyll.markdown

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)