All Projects → saantiaguilera → android-api-loquacious

saantiaguilera / android-api-loquacious

Licence: other
Loquacious is a localized remote resource manager library for Android

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to android-api-loquacious

Localizer-Android
Gradle plugin which simplifies Android string resources & translations synchronization with POEditor.
Stars: ✭ 21 (-12.5%)
Mutual labels:  localization, resources
resxmanager
Consolidates, synchronizes and translates Microsoft .NET resources (*.resx, *.wxl). Supports export to Excel (*.xlsx) and automating translation.
Stars: ✭ 28 (+16.67%)
Mutual labels:  localization, resources
XLocalizer
Localizer package for Asp.Net Core web applications, powered by online translation and auto resource creating.
Stars: ✭ 103 (+329.17%)
Mutual labels:  localization, resources
resources
Awesome resources - 网络资源
Stars: ✭ 27 (+12.5%)
Mutual labels:  resources
Innovative-Book-Resources
This repository contains books from different topics and perfect enough to give developers a boost in understanding the concepts of Data Science and Artificial Intelligence(other topics are also included but main highlights are these two).
Stars: ✭ 57 (+137.5%)
Mutual labels:  resources
aruco localization
ROS localization node using an ArUco Marker Map.
Stars: ✭ 30 (+25%)
Mutual labels:  localization
FAST LIO LOCALIZATION
A simple localization framework that can re-localize in built maps based on FAST-LIO.
Stars: ✭ 194 (+708.33%)
Mutual labels:  localization
engineering-management
A list of resources about Software Engineering Management
Stars: ✭ 31 (+29.17%)
Mutual labels:  resources
TransPose
PyTorch Implementation for "TransPose: Keypoint localization via Transformer", ICCV 2021.
Stars: ✭ 250 (+941.67%)
Mutual labels:  localization
awesome-solid-js
Curated resources on building sites with SolidJS, a brand new way(now 1.0) to build Javascript based interactive web applications. A very close looking cousin to React/JSX by syntax, and to Svelte by few important principles(compiler and fine-grained reactivity), it's a highly optimised way to deliver web applications with best-in-class performa…
Stars: ✭ 317 (+1220.83%)
Mutual labels:  resources
lisan
🌈i18n, Reimagined! 🚀A blazing fast and super small i18n library for Javascript
Stars: ✭ 85 (+254.17%)
Mutual labels:  localization
laravel-localization-route-cache
Translated Route Caching Solution for Laravel Localization
Stars: ✭ 49 (+104.17%)
Mutual labels:  localization
cldr-engine
Internationalization and localization in Typescript with Unicode CLDR, batteries included
Stars: ✭ 34 (+41.67%)
Mutual labels:  localization
awesome-meilisearch
A curated list of awesome Meilisearch resources
Stars: ✭ 38 (+58.33%)
Mutual labels:  resources
UCAS-Helper
国科大(UCAS, ucas)校园网登录、课程资源下载、自动评教和分数查询助手
Stars: ✭ 105 (+337.5%)
Mutual labels:  resources
amazon-detective-multiaccount-scripts
interact with Amazon Detective in multiple accounts and regions
Stars: ✭ 25 (+4.17%)
Mutual labels:  resources
notepad-plus-plus-localization-hong-kong
Hong Kong Cantonese localization / translation for Notepad++
Stars: ✭ 54 (+125%)
Mutual labels:  localization
HumanIdiogramLibrary
Resource of human chromosome schematics & images
Stars: ✭ 76 (+216.67%)
Mutual labels:  resources
adorable-css
Rapid On-Demand Atomic CSS Framework
Stars: ✭ 131 (+445.83%)
Mutual labels:  on-demand
kidnapped-vehicle
Implemented a C++ particle filter for real-time vehicle localization with only current visual observations and a map.
Stars: ✭ 18 (-25%)
Mutual labels:  localization

Loquacious - Getting resources on demand

CircleCI Download codecov

Loquacious is a library for saving resources (Strings, booleans, whatever) in a localized way.

My main objective (please know that this is a proof of concept) is to try to reduce the APK size more and more. The aim of this library is:

  • Having your own server that will have your resources (and you will query based on the system features the user has setted / changed)
  • Having empty resources in your APK, not separated by different archs/densities/locales/whatever. This way:
    • We reduce the .arsc table, as there are not repetitions nor empty trashings
    • We reduce the resources files, since they are all empty (and will be queried to your back end)
    • The developer still feels and interacts with the system as usual, so we dont harass the environment

Usage

Please refer to the wiki for usage and installation

Sample

Here is a sample video showing how to use this library. Although the example is extremely simple, it gives you a grasp of all the things you could achieve

License

BSD License

Copyright (c) 2017-present. All rights reserved.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].