## Repository * [nextcloud/android](https://github.com/nextcloud/android) --- # Introduction My previous article was the [Part-1](https://steemit.com/utopian-io/@rufans/introduction-to-nextcloud-your-multi-platform-cloud-storage-part-1) of the open source project I'm about detailing it's features. From my last post, I gave a detailed introduction and how to successfully get it installed on an Android running device. In case you missed it, here's a recap from the post. ### What is Nextcloud?  [Source](https://www.c-rieger.de/cropped-nextcloud-logo-white-transparent-1-png/) Nextcloud is an open source project that allows you to run a personal cloud storage. Nextcloud has different clients which gives you a friendly user interface to backup from your local disk to a cloud storage And access them anytime of your choice. Nextcloud is available on desktop operating systems [Windows 7, 8.x and 10](https://download.nextcloud.com/desktop/releases/Windows/Nextcloud-2.5.1-setup.exe), [macOS 10.10+, 64 bit](https://download.nextcloud.com/desktop/releases/Mac/Installer/Nextcloud-2.5.1.20181204.pkg) and [Linux](https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.5.1-x86_64.AppImage). Also available on mobile operating systems [Android](https://play.google.com/store/apps/details?id=com.nextcloud.client), [Apple store](https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8) and [Windows mobile store](https://www.microsoft.com/store/apps/9nblggh532xq). <Sup>*I will provide the link to the full post at the bottom of this article just in case you need to read it.*</Sup> I am glad i was able to get someone who was ready to install Nextcloud on his device after reading my previous post on this project. Here's what he said. > This is a very useful project, and I will certainly download and install it on my device. I was amazed by the fact that the application provides users with the option to host their own servers; this is probably what impressed me the most. --- I have taken time to understand how the mobile version of this great project works. And also how they've provided different means to secure user's data. In this series of my blog post, i will be detailing the awesome features of the project. ### What Are The Available Features? Nextcloud has similar functionalities as the offline file manager on an Android device. Functions like, creating folders, organizing and sharing of files. This simply means an android user can easily use the basic features of nextcloud with no issues. The listed features below are available on nextxloud but not available on an android file manager or some other similar online cloud storages. # A. * Account management * Activities tracking # B. * Stress free (Auto upload) * Security * * Ability to use pass-code/finger print * * No screenshot allowed --- # Features In Details <p> # A.  ### Account management You might want to ask if there are any need to manage more than one account on a device? Well, there are several reasons for that. But i will give just a single use case which is, > Let's assume you happen to work in an organisation, and you're already a nextcloud user with your personal account logged in on your device. And there are undone/unfinished work at office which you would love to finish up at home. Accessing your office's nextcloud account via manage account option is the best thing to do. You don't have to alter with your personal nextcloud account to manage another accounts. Managing accounts is one of the helpful and easiest features on on the app. ### Activities tracking Tracking activities might not be so important to some users. All they just need for the app to do is, provide them with option to upload thier files and for the app to give positive response when they need to access their files. But i know there are some other users who will surly see a lot of advanced feature than others. The activity feature should mean a lot to these users. The reason for the activities feature is for the users to know how and where a file was uploaded, downloaded, moved or accessed. I have never appreciated this feature until i got to publicly share a file from my storage to a user who doesn't even have nextcloud on his device. I was so shocked to see from my activities log that the file i shared was publicly opened. The activity log instantly logs every of your activities within the app. All you need to do to see if the file you shared has been opened or not is a simple refresh from the activities log interface by dragging the page down till it reloads. --- # B.  ## Stress free Mode (Auto upload) I personally call this feature the Stress free Mode π. It's actually known as **Auto upload** on the app. All it does is simply uploading your files automatically from an already selected folder on your local storage to the cloud storage. Before this feature could function on android client, there are basic settings you need to play with. which are * Chose the folder it should upload from * Allow uploading only when the device is connected to a wifi * Auto upload only when the device is charging. * Options to either keep or delete the original file after it has been uploaded. I so much love the above options. i appreciate the developers behind this. They could feel the pain when you are not anywhere close to you home or you have little internet data while the auto upload options is enabled. With the options listed above, you have full control over the auto upload feature. ## Security Providing data security is one of the main aim of this project. From the [Part-1](https://steemit.com/utopian-io/@rufans/introduction-to-nextcloud-your-multi-platform-cloud-storage-part-1) of this article, i gave a little insight on how i met this awesome project. It happened that i needed to store my private keys somewhere different from my local device. All i had in mind was, an online storage and a platform that respects user's privacy. Nextcloud doesn't just respect your privacy by not selling your data. But they give you full control over your data by letting you run your personal private server. I didn't run a private cloud server on my android client. But i have full confidence that my data are safe. nextcloud doesn't just secure your data from online hacker. They also made sure they provide you with different options to deny offline access from random users trying to get into your app. I am running the latest version of nextcloud app on Android 8.0 Oreo. where i am allowed to enable finger print. The app doesn't open until it recognizes my fingerprint. There is an option to enable pass-code just in case your device doesn't support fingerprint lock. I prefer the finger print feature for it doesn't even take me a second to get it unlocked. One disadvantage i see with the fingerprint feature is, anyone could simply unlock the app by just placing my finger into the fingerprint reader while i am sleeping. i am so sure it will work.π€ But still, it's best i use the pin-code option. ## No screenshot allowed Have you ever come across apps that doesn't allow you take screenshot or make a screen recording when you in the app? Well, it happened to me after i set up the pin-code and i restated the app to be sure the pin-code option worked. i tried taking a screenshot which didn't work. Instead i got this response ``` Couldn't capture screenshot. taking screenshot is not allowed by the app or your organisation```. i had to disable the pin-code before i could take screenshots. I made a little research to know what went wrong. I found out that i automatically enabled ```FLAG_SECURE``` just after i enabled the pin-code. FLAG_SECURE is an option that prevent screenshot and screen recording from apps for security reasons. I have said in previous paragraph that i love how these developers think. i'm sure they know there might be at times you need to make a screenshot of something in the app. All you need to do is disable your lock option, take the screenshot, then setback the lock. Awesome right?. Don't forget not anyone can just disable the lock just for the screenshot. You need to enter the right pin-code before disabling the pin-code for screenshot. This doesn't give strangers access to make screenshots. More awesome right.? π ## Conclusion This is the [Part-2]() of the [Part-1](https://steemit.com/utopian-io/@rufans/introduction-to-nextcloud-your-multi-platform-cloud-storage-part-1) article i started last week. At the beginning of this post, i was able to give brief introduction to what nextcloud is by referring to my [Part-1](https://steemit.com/utopian-io/@rufans/introduction-to-nextcloud-your-multi-platform-cloud-storage-part-1) content. I made it clear that the nextcloud app has a lot of basic features as our android default file manager. So i decided not to discuss on those simple features but focuse on more advanced available features. Thank you for reading my blog. see you next time. ## Series backlinks: [Introduction To NextCloud- Your Multi-Platform Cloud Storage. (Part 1)](https://steemit.com/utopian-io/@rufans/introduction-to-nextcloud-your-multi-platform-cloud-storage-part-1) Github profile: [Realrufans](https://github.com/realrufans)
author | rufans |
---|---|
permlink | nextcloud-getting-my-self-used-to-some-advanced-features-part-2 |
category | utopian-io |
json_metadata | {"tags":["utopian-io","blog","server","steem"],"image":["https://ipfs.busy.org/ipfs/QmcB4rP3UjPCaeZNoSQ9AyE9xnGNnW9GbJCgrNcL21mnqd","https://cdn.steemitimages.com/DQmc5WrWhPdHvxh5QUtUrs3prjSFt68m5y4ywFpZDzsdyiR/all.png","https://cdn.steemitimages.com/DQmbNCCcSWJiVBDGfWW4jSmcweREj3Dy9nvepC8LsveTznP/allllllll.png"],"links":["https://github.com/nextcloud/android","https://steemit.com/utopian-io/@rufans/introduction-to-nextcloud-your-multi-platform-cloud-storage-part-1","https://www.c-rieger.de/cropped-nextcloud-logo-white-transparent-1-png/","https://download.nextcloud.com/desktop/releases/Windows/Nextcloud-2.5.1-setup.exe","https://download.nextcloud.com/desktop/releases/Mac/Installer/Nextcloud-2.5.1.20181204.pkg","https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.5.1-x86_64.AppImage","https://play.google.com/store/apps/details?id=com.nextcloud.client","https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8","https://www.microsoft.com/store/apps/9nblggh532xq","https://github.com/realrufans"],"app":"steemit/0.1","format":"markdown"} |
created | 2019-01-26 02:07:21 |
last_update | 2019-01-26 08:06:21 |
depth | 0 |
children | 8 |
last_payout | 2019-02-02 02:07:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 17.536 HBD |
curator_payout_value | 5.643 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9,614 |
author_reputation | 101,081,674,466,198 |
root_title | "NextCloud- Getting MySelf Used To Some Advanced Features (Part 2)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 78,945,019 |
net_rshares | 47,279,707,235,430 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 1,573,467,101,904 | 6.86% | ||
eforucom | 0 | 29,924,287,219 | 1.5% | ||
lordneroo | 0 | 43,865,456,198 | 100% | ||
anarcotech | 0 | 14,488,553,193 | 23.25% | ||
cryptocurator | 0 | 22,274,708,983 | 9.3% | ||
oscarcc89 | 0 | 4,284,145,922 | 15.5% | ||
jga | 0 | 986,501,426 | 8.58% | ||
yehey | 0 | 11,738,152,913 | 10% | ||
pinoy | 0 | 84,719,770 | 10% | ||
codingdefined | 0 | 22,368,543,775 | 20% | ||
bachuslib | 0 | 19,761,702,585 | 100% | ||
fararizky | 0 | 913,908,301 | 15.5% | ||
steemitri | 0 | 132,405,335,148 | 100% | ||
leir | 0 | 1,949,942,496 | 50% | ||
ponpase | 0 | 84,355,876 | 1.55% | ||
piaristmonk | 0 | 31,458,138,563 | 100% | ||
mcfarhat | 0 | 14,623,135,623 | 9.04% | ||
izge | 0 | 316,929,910 | 15.5% | ||
utopian-io | 0 | 21,017,300,083,706 | 17.17% | ||
jaff8 | 0 | 36,031,228,857 | 22.61% | ||
steemflow | 0 | 18,004,631,266 | 65% | ||
newsrx | 0 | 76,227,600 | 6.49% | ||
mvanyi | 0 | 3,481,360,254 | 100% | ||
ekonugraha | 0 | 3,458,572,286 | 21.7% | ||
amosbastian | 0 | 52,375,378,618 | 22.61% | ||
asaj | 0 | 17,579,324,987 | 100% | ||
viperblckz | 0 | 4,317,721,395 | 100% | ||
khusairi | 0 | 407,988,641 | 15.5% | ||
djoi | 0 | 2,373,686,814 | 31% | ||
properfraction | 0 | 721,676,470 | 100% | ||
simplymike | 0 | 66,203,247,701 | 30% | ||
zcool | 0 | 187,505,398 | 10% | ||
misia1979 | 0 | 9,686,194,855 | 50% | ||
feronio | 0 | 1,012,787,201 | 100% | ||
millibot | 0 | 296,804,122 | 5% | ||
akbarsanjani | 0 | 851,400,697 | 15.5% | ||
justinewhite | 0 | 0 | 100% | ||
jayboi | 0 | 5,701,742,257 | 15.5% | ||
mightypanda | 0 | 64,253,109,494 | 30% | ||
ulockblock | 0 | 28,447,228,900 | 10.7% | ||
oracle-d | 0 | 23,241,338,232,946 | 31% | ||
luc.real | 0 | 214,572,789 | 100% | ||
bullinachinashop | 0 | 3,857,694,845 | 100% | ||
steem-ua | 0 | 706,260,000,473 | 6.49% | ||
bluesniper | 0 | 44,051,543,668 | 3.61% | ||
ascorphat | 0 | 2,151,055,630 | 2.5% | ||
someaddons | 0 | 7,195,197,015 | 100% | ||
bejust | 0 | 1,745,839,827 | 100% | ||
cooperfelix | 0 | 1,091,771,097 | 9.3% | ||
progressing | 0 | 1,576,761,110 | 100% | ||
supu | 0 | 11,940,624,938 | 2.5% | ||
mbori | 0 | 520,419,768 | 100% |
Hello @rufans! Thank you for your contribution. This is a great project, and I think I know who that convinced user actually is. As I have said in the past, some of the features are really impressive. Your post is informative and well-illustrated with relevant graphic content. Once again, you managed to create a blog post that contains useful information about the project, and even includes your personal knowledge, views and experience of using this tool. I also appreciate the fact that you took the time to share some useful examples. That said, there were serious issues of style and proofreading, making your text difficult to comprehend at times. I could offer a few examples in a follow-up comment if you would like me to. Furthermore, please do keep in mind that you must always capitalize the first-person pronoun, I. Regardless, I think that you did a good job. I enjoyed reading your review, and look forward to reading the next part of this series. Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category. To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/1/4-3-1-1-1-2-2-4-). ---- Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | lordneroo |
---|---|
permlink | re-rufans-nextcloud-getting-my-self-used-to-some-advanced-features-part-2-20190127t163304501z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["rufans"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/1/4-3-1-1-1-2-2-4-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2019-01-27 16:33:09 |
last_update | 2019-01-27 16:33:09 |
depth | 1 |
children | 5 |
last_payout | 2019-02-03 16:33:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.000 HBD |
curator_payout_value | 1.934 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,420 |
author_reputation | 266,559,244,769,431 |
root_title | "NextCloud- Getting MySelf Used To Some Advanced Features (Part 2)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,020,421 |
net_rshares | 15,948,409,311,229 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rufans | 0 | 10,803,745,420 | 100% | ||
mys | 0 | 18,277,320,784 | 13.24% | ||
codingdefined | 0 | 23,730,245,886 | 20% | ||
espoem | 0 | 28,235,499,570 | 15% | ||
utopian-io | 0 | 15,653,785,507,624 | 10.85% | ||
zapncrap | 0 | 1,644,446,355 | 2% | ||
amosbastian | 0 | 40,818,774,879 | 16.27% | ||
curx | 0 | 1,606,062,490 | 2% | ||
organicgardener | 0 | 4,925,074,576 | 25% | ||
mightypanda | 0 | 138,651,600,142 | 65% | ||
ulockblock | 0 | 12,799,721,618 | 4.91% | ||
fastandcurious | 0 | 2,739,539,155 | 60% | ||
curbot | 0 | 2,522,870,570 | 100% | ||
linknotfound | 0 | 1,688,818,599 | 100% | ||
ascorphat | 0 | 1,710,272,781 | 2.5% | ||
monster-inc | 0 | 4,469,810,780 | 100% |
Thank you for the review. I'd love to know more about the issues of style and proofreading I have been missing. Thanks
author | rufans |
---|---|
permlink | re-lordneroo-re-rufans-nextcloud-getting-my-self-used-to-some-advanced-features-part-2-20190127t164646404z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-27 16:46:51 |
last_update | 2019-01-27 16:59:54 |
depth | 2 |
children | 3 |
last_payout | 2019-02-03 16:46:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 101,081,674,466,198 |
root_title | "NextCloud- Getting MySelf Used To Some Advanced Features (Part 2)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,020,854 |
net_rshares | 0 |
I will provide a few examples for you: > Have you ever come across apps that doesn't allow you take screenshot or make a screen recording when you in the app? This sentence should read: ''Have you ever come across apps that **don't** allow you **to** take **screenshots** or make a screen recording while using them?'' > I gave a detailed introduction and how to successfully get it installed on an Android running device This is a bad sentence, this would be much better: ''I gave a detailed introduction and shared information on how to get it successfully installed on Android." I hope you will find this comment useful. Have a good day.
author | lordneroo |
---|---|
permlink | re-rufans-re-lordneroo-re-rufans-nextcloud-getting-my-self-used-to-some-advanced-features-part-2-20190127t170832905z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2019-01-27 17:08:36 |
last_update | 2019-01-27 17:26:54 |
depth | 3 |
children | 2 |
last_payout | 2019-02-03 17:08:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 647 |
author_reputation | 266,559,244,769,431 |
root_title | "NextCloud- Getting MySelf Used To Some Advanced Features (Part 2)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,021,745 |
net_rshares | 0 |
Thank you for your review, @lordneroo! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-rufans-nextcloud-getting-my-self-used-to-some-advanced-features-part-2-20190127t163304501z-20190130t083023z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-01-30 08:30:24 |
last_update | 2019-01-30 08:30:24 |
depth | 2 |
children | 0 |
last_payout | 2019-02-06 08:30:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 152,955,367,999,756 |
root_title | "NextCloud- Getting MySelf Used To Some Advanced Features (Part 2)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,152,041 |
net_rshares | 0 |
#### Hi @rufans! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your post is eligible for our upvote, thanks to our collaboration with @utopian-io! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-nextcloud-getting-my-self-used-to-some-advanced-features-part-2-20190127t232818z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-01-27 23:28:18 |
last_update | 2019-01-27 23:28:18 |
depth | 1 |
children | 0 |
last_payout | 2019-02-03 23:28:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 285 |
author_reputation | 23,214,230,978,060 |
root_title | "NextCloud- Getting MySelf Used To Some Advanced Features (Part 2)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,034,254 |
net_rshares | 728,912,360 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheneats | 0 | 728,912,360 | 4% |
Hey, @rufans! **Thanks for contributing on Utopian**. Weβre already looking forward to your next contribution! **Get higher incentives and support Utopian.io!** Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)). **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-nextcloud-getting-my-self-used-to-some-advanced-features-part-2-20190128t131244z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-01-28 13:12:45 |
last_update | 2019-01-28 13:12:45 |
depth | 1 |
children | 0 |
last_payout | 2019-02-04 13:12:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 588 |
author_reputation | 152,955,367,999,756 |
root_title | "NextCloud- Getting MySelf Used To Some Advanced Features (Part 2)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,058,859 |
net_rshares | 0 |