1 resultado para ArcGIS API for JavaScript
em Instituto Politécnico de Leiria
Filtro por publicador
- Aberdeen University (1)
- Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España (13)
- AMS Campus - Alm@DL - Università di Bologna (2)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (5)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (94)
- Applied Math and Science Education Repository - Washington - USA (1)
- ArchiMeD - Elektronische Publikationen der Universität Mainz - Alemanha (2)
- Argos - Repositorio Institucional de la Secretaría de Investigación y Postgrado de la Facultad de Humanidades y Ciencias Sociales de la Universidad Nacional de Misiones (1)
- Aston University Research Archive (1)
- Biblioteca de Teses e Dissertações da USP (3)
- Biblioteca Digital - Universidad Icesi - Colombia (1)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (6)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (7)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (20)
- Brock University, Canada (2)
- Bulgarian Digital Mathematics Library at IMI-BAS (2)
- CamPuce - an association for the promotion of science and humanities in African Countries (1)
- CentAUR: Central Archive University of Reading - UK (12)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (125)
- Cor-Ciencia - Acuerdo de Bibliotecas Universitarias de Córdoba (ABUC), Argentina (2)
- Corvinus Research Archive - The institutional repository for the Corvinus University of Budapest (1)
- CUNY Academic Works (2)
- Dalarna University College Electronic Archive (1)
- Department of Computer Science E-Repository - King's College London, Strand, London (2)
- Digital Archives@Colby (14)
- Digital Commons - Michigan Tech (5)
- Digital Commons - Montana Tech (1)
- Digital Commons at Florida International University (3)
- DigitalCommons@The Texas Medical Center (8)
- DigitalCommons@University of Nebraska - Lincoln (1)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (33)
- FUNDAJ - Fundação Joaquim Nabuco (1)
- INSTITUTO DE PESQUISAS ENERGÉTICAS E NUCLEARES (IPEN) - Repositório Digital da Produção Técnico Científica - BibliotecaTerezine Arantes Ferra (2)
- Instituto Politécnico de Leiria (1)
- Instituto Politécnico de Santarém (1)
- Instituto Politécnico do Porto, Portugal (44)
- Iowa Publications Online (IPO) - State Library, State of Iowa (Iowa), United States (2)
- Lume - Repositório Digital da Universidade Federal do Rio Grande do Sul (16)
- Martin Luther Universitat Halle Wittenberg, Germany (2)
- Ministerio de Cultura, Spain (6)
- Portal do Conhecimento - Ministerio do Ensino Superior Ciencia e Inovacao, Cape Verde (7)
- Publishing Network for Geoscientific & Environmental Data (51)
- ReCiL - Repositório Científico Lusófona - Grupo Lusófona, Portugal (2)
- Repositório Aberto da Universidade Aberta de Portugal (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (19)
- Repositório da Produção Científica e Intelectual da Unicamp (1)
- Repositório da Universidade Federal do Espírito Santo (UFES), Brazil (2)
- Repositorio de la Universidad de Cuenca (1)
- Repositório Digital da UNIVERSIDADE DA MADEIRA - Portugal (4)
- Repositório Institucional da Universidade Estadual de São Paulo - UNESP (4)
- Repositório Institucional da Universidade Tecnológica Federal do Paraná (RIUT) (1)
- Repositorio Institucional de la Universidad de La Laguna (1)
- Repositorio Institucional de la Universidad de Málaga (3)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (137)
- Repositorio Institucional Universidad EAFIT - Medelin - Colombia (1)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (68)
- Scielo Saúde Pública - SP (43)
- Universidad Autónoma de Nuevo León, Mexico (1)
- Universidad de Alicante (4)
- Universidad del Rosario, Colombia (4)
- Universidad Politécnica de Madrid (11)
- Universidade Complutense de Madrid (2)
- Universidade do Minho (12)
- Universidade dos Açores - Portugal (3)
- Universidade Federal do Pará (8)
- Universidade Federal do Rio Grande do Norte (UFRN) (41)
- Universitat de Girona, Spain (23)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (3)
- Université de Lausanne, Switzerland (9)
- Université de Montréal, Canada (11)
- University of Connecticut - USA (1)
- University of Michigan (5)
- University of Queensland eSpace - Australia (8)
- University of Southampton, United Kingdom (20)
Resumo:
The present work aims to allow developers to implement small features on a certain Android application in a fast and easy manner, as well as provide their users to install them ondemand, i.e., they can install the ones they are interested in. These small packages of features are called plugins, and the chosen development language to develop these in was JavaScript. In order to achieve that, an Android framework was developed that enables the host application to install, manage and run these plugins at runtime. This framework was designed to have a very clean and almost readable API, which allowed for better code organization and maintainability. The implementation used the Google’s engine “V8” to interpret the JavaScript code and through a set of JNI calls made that code call certain Android methods previously registered in the runtime. In order to test the framework, it was integrated with the client’s communication application RCS+ using two plugins developed alongside the framework. Although these plugins had only the more common requirements, they were proven to work successfully as intended. Concluding, the framework although successful made it clear that this kind of development through a non-native API has its set of difficulties especially regarding the implementation of complex features.