Browse Source

fix code, resize images

master-legacy
Friedger Müffke 5 years ago
committed by Mark Hendrickson
parent
commit
e169d73e35
  1. BIN
      _android/images/chrome-prompt.png
  2. BIN
      _android/images/connect-response.png
  3. BIN
      _android/images/connect-ui.png
  4. BIN
      _android/images/final-app.png
  5. BIN
      _android/images/new-interface.png
  6. 5
      _android/tutorial.md

BIN
_android/images/chrome-prompt.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

BIN
_android/images/connect-response.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 54 KiB

BIN
_android/images/connect-ui.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 48 KiB

BIN
_android/images/final-app.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 26 KiB

BIN
_android/images/new-interface.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 20 KiB

5
_android/tutorial.md

@ -12,7 +12,7 @@ This tutorial is written for readers who are new to either or both Blockstack
and Android to create a decentralized application. It contains the following
content:
- TOC
TOC
{:toc}
This tutorial was extensively tested using Android Studio 3.6 on a Dell XPS 13
@ -508,7 +508,6 @@ Now that you have created your initial project and verified it running in an emu
```kotlin
package blockstack.id.user.hello
```
import android.content.Intent
import android.os.Bundle
@ -578,7 +577,6 @@ class MainActivity : AppCompatActivity(), SignInProvider {
}
}
```
### Run the final app in the emulator
@ -607,4 +605,3 @@ The system might prompt you how to select a browser.
Congratulations, you've completed your Android app using the Blockstack Android SDK.
Learn more about Blockstack by [trying another tutorial](https://blockstack.org/tutorials).
```

Loading…
Cancel
Save