From a397969336cdd5254ddf90644a465241d122acf3 Mon Sep 17 00:00:00 2001
From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com>
Date: Fri, 7 Jan 2022 01:09:36 +0400
Subject: [PATCH] Update README.md
---
README.md | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)
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
+
+
+
+
## 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.