diff --git a/README.md b/README.md index bcd5916..4efb77e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# core-android +

+
+

Core Android

+
+ + +![image](https://user-images.githubusercontent.com/31743758/148452430-a96bbc78-bcfe-4b6b-950a-f4257e63c426.png) ## Topics 1. [Introduciton](#introduction) @@ -7,7 +13,7 @@ 4. [Build from gomobile](#build-from-gomobile) 5. [Implementation](#implementation) 6. [Indentified issues](#indentified-issues) -7. [Potential fixes/improvements](#potential-fixes/improvements) +7. [Potential fixes/improvements](#potential-fixesimprovements)
@@ -27,11 +33,15 @@ It is important to note that there could be scenarios where the phone could pote
## Current Features: -- Upload file to peernet - 1. Add files to warehouse - 2. Add file to blockchain -- Download file from peernet -- View latest files uploaded +1. User perpective: + - Upload file to peernet + 1. Add files to warehouse + 2. Add file to blockchain + - Download file from peernet + - View latest files uploaded +2. Developers perpective + - Full support of peernet core (till Api level 29) + - Ability to interact with peernet core via API calls from peernet server running inside the phone.
@@ -189,8 +199,6 @@ PR with a solution: https://github.com/tailscale/tailscale-android/pull/21 [Track issue](https://github.com/PeernetOfficial/core/issues/83) -
- ## Potential fixes/improvements - Providing compatability to API level 30. - Cleaning up android core code for lesser redundency and readability.