A blog related to programming, technology, with tons of how-to tutorials.
Happy New Year 2013
Get link
Facebook
X
Pinterest
Email
Other Apps
Well the new year has arrived with new air, new energy, new thoughts, new enthusiasm, and some new tutorials for you all. Wishing you all. Happy New Year.
After the update in the Google Play Store, the opt-in option for Android TV has moved into the deeper pages. For this reason when you publish your app, even if it shows the Android TV devices are compatible in the Device catalog, the app actually is not available in the Android TV's play store. To fix this issue follow the following steps: First, optimize your app for Android TV. * Declare TV activity * Declare Leanback support * Declare touch screen not required * Provide home screen banner * Update the app to support remote navigation * Make sure your app's UI is compatible with the TV screen * Take screenshots of the TV app Now to opt-in for Android TV * Access the Play Console and select the app. * Go to “Release” > "Setup" > "Advanced settings" * Go to the "Release types" tab. * Once the app has been optimized for Android TV you may select the "Opt-in to Android TV." Once the app has been approved the status will appear as ...
http://translate.google.com/ I believe you must be familiar with Google Translate . If you're not yet familiar then Wikipedia explains it as: "Google Translate is a free , multilingual statistical machine-translation service provided by Google Inc. to translate written text from one language into another." Its been helping users in translating text and documents from one language to another language. And now Google Translate has added Nepali Language too. This is a good news for all of us to have Nepali Language in Google Translate. Yet the Nepali Language conversion needs our support for better translation. If you are interested in making this service better than you can visit : http://translate.google.com/question?hl=en&sl=ne&tl=en and help Google Translate better in Nepali Language Translation. You don't have to write all the translations to contribute, you can just rate the already translated texts to c...
Original post: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-nextcloud-on-ubuntu-20-04 Step 1 – Installing Nextcloud We will be installing Nextcloud using the Snap packaging system. This packaging system, available on Ubuntu 20.04 by default, allows organizations to ship software, along with all associated dependencies and configuration, in a self-contained unit with automatic updates. This means that instead of installing and configuring a web and database server and then configuring the Nextcloud app to run on it, we can install the snap package which handles the underlying systems automatically. To download the Nextcloud snap package and install it on the system, type: sudo snap install nextcloud Copy The Nextcloud package will be downloaded and installed on your server. You can confirm that the installation process was successful by listing the changes associated with the snap: snap changes nextcloud Copy Output I...
Comments
Post a Comment