Skip to content

Commit

Permalink
Add pidroid-release.aar
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Suaro committed Feb 24, 2021
1 parent 10fc27b commit ee57387
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 9 deletions.
Binary file added .github/images/import_pidroid_release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/module_settings_1
Binary file not shown.
Binary file added .github/images/project_structure
Binary file not shown.
Binary file added .github/images/select_module_type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Built application files
*.apk
*.aar
*.ap_
*.aab

Expand All @@ -20,7 +19,7 @@ out/
# Gradle files
.gradle/
build/

pidroid/build/
# Local configuration file (sdk path, etc)
local.properties

Expand Down
40 changes: 34 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@
</p>

<br/>

[![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]

<br/>

<!-- TABLE OF CONTENTS -->
## Table of Contents

* [About the Project](#about-the-project)
* [Motivation](#motivation)
* [Built With](#built-with)
* [Roadmap](#roadmap)

* [Implementation](#usage)
* [Local implementation](#local-implementation)
* [Gradle implementation](#gradle-implementation)
## About the Project
<div align="center">
<img align="center" src=".github/images/friends_result.png" alt="Logo" height="320"/>
Expand Down Expand Up @@ -67,6 +66,36 @@ This library currently is full developed in Kotlin with C++, no additional depen
- [ ] Tegra support


## Usage



### Local implementation

First, right click on your app module and click on __Open Module Settings__.
<div align="center">
<img align="center" src=".github/images/module_settings_1" alt="Logo" height="500"/>
</div>

Now, click on + button above app module. The following window will open:

<div align="center">
<img align="center" src=".github/images/select_module_type.png" alt="Logo" height="500"/>
</div>

Then click on Import .JAR/.AAR Package and select pidroid-release.aar module. Your project look like this:

<div align="center">
<img align="center" src=".github/images/project_structure" alt="Logo" height="500"/>
</div>

### Gradle implementation

Still in progress..





README in construction... ;)

Expand All @@ -80,5 +109,4 @@ README in construction... ;)
[license-shield]: https://img.shields.io/github/license/Suaro/pidroid.svg?style=for-the-badge
[license-url]: https://github.com/Suaro/pidroid/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/adriansp3

[linkedin-url]: https://linkedin.com/in/adriansp3
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
android:supportsRtl="true"
android:theme="@style/Theme.PiDroid" >
<activity android:name="com.suaro.pidroidapp.ImageActivity"
>
android:configChanges="keyboardHidden|orientation"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
Binary file added pidroid-release.aar
Binary file not shown.

0 comments on commit ee57387

Please sign in to comment.