• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1
  • Tagged with
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Design and implementation of a mobile wiki : mobile RikWik

Huang, Wei-Che (Darren) January 2007 (has links)
Wikis are a popular collaboration technology. They support the collaborative editing of web pages through a simple mark-up language. Mobile devices are becoming ubiquitous, powerful and affordable. Thus it is advantageous for people to get the benefits of wikis in a mobile setting. However, mobile computing leads to its own challenges such as limited screen size, bandwidth, memory and battery life; they also have intermittent connectivity due to the mobility and the coverage of network. I investigate how wikis can be made mobile; that is how wiki forms of collaborative editing can be achieved through mobile devices such as PDAs and smart phones. A prototype mobile wiki has been created using .NET, which addresses these issues and enables simple collaborative working whilst on and offline through smart mobile devices. A cut down wiki runs on the mobile device. This communicates with a main central wiki to cache pages for off line use. When sitting in a powered cradle eager, downloading and synchronization of pages is supported. During mobile operation, pages are cached lazily on demand to minimize power use and to save the limited and expensive bandwidth. On re-connection, offline edited as well as new pages are synchronized with the main wiki server. Finally a pluggable page rendering engine enables pages to be rendered in different ways to suit different sized screens.
2

OfflineManager - uma biblioteca Android para suporte offline em aplicativos / OfflineManager - an Android library for offline support on mobile applications

Fernandes, Sidarta 22 August 2017 (has links)
Submitted by Sidarta Fernandes (sidafer.22@gmail.com) on 2018-06-04T14:56:17Z No. of bitstreams: 2 Dissertacao_Sidarta.pdf: 5555150 bytes, checksum: 8be5097c56b66ef4a37374f9c7a3748d (MD5) carta-autorizacao-publicacao.pdf: 99533 bytes, checksum: 37588984046b856f1a8456c3652ef7c0 (MD5) / Approved for entry into archive by Ronildo Prado (ri.bco@ufscar.br) on 2018-06-06T17:22:09Z (GMT) No. of bitstreams: 2 Dissertacao_Sidarta.pdf: 5555150 bytes, checksum: 8be5097c56b66ef4a37374f9c7a3748d (MD5) carta-autorizacao-publicacao.pdf: 99533 bytes, checksum: 37588984046b856f1a8456c3652ef7c0 (MD5) / Approved for entry into archive by Ronildo Prado (ri.bco@ufscar.br) on 2018-06-06T17:22:26Z (GMT) No. of bitstreams: 2 Dissertacao_Sidarta.pdf: 5555150 bytes, checksum: 8be5097c56b66ef4a37374f9c7a3748d (MD5) carta-autorizacao-publicacao.pdf: 99533 bytes, checksum: 37588984046b856f1a8456c3652ef7c0 (MD5) / Made available in DSpace on 2018-06-06T17:26:06Z (GMT). No. of bitstreams: 2 Dissertacao_Sidarta.pdf: 5555150 bytes, checksum: 8be5097c56b66ef4a37374f9c7a3748d (MD5) carta-autorizacao-publicacao.pdf: 99533 bytes, checksum: 37588984046b856f1a8456c3652ef7c0 (MD5) Previous issue date: 2017-08-22 / Não recebi financiamento / With the expansion of mobile computing, caused by the popularization of smartphones, tablets and application stores, and the increase in the inter-connectivity between devices and servers, many questions arise in the software engineering scenario. As most applications work with a back-end server over the Internet, one such question involves offline application usage, because in many occasions network connectivity is not available. This question can be solved in many ways, including storage of the requests, caching, data synchronization, among others. There are solutions both in the industry and academy that attempt to solve this problem, however two challenges remain: to solve the problem in a way that covers many software layers, including interface and usability issues; and to support any step in the development cycle without great implementation effort, facilitating adaptation and refactoring of existing applications. This dissertation presents an Android library built to help developers provide offline functionality on their apps, while trying to solving these two challenges. To do that, the library, called OfflineManager, was built to be easily installed and utilized, and offers different ways to treat each call to the back-end, both in case of Internet connection missing, or in case of an unavailable server. It also offers feedback messages, and a point of interaction via pop-up. To evaluate the library, four evaluation methods were used: specialist opinion, implantation on a real project, comparative experiment with users, and heuristic evaluation. All four evaluations conducted showed results indication that the library attends its purpose and caters for the two challenges presented, being that the first two evaluations analyzed implementation and development aspects, while the last two analyzed interface and usability aspects. Evaluations showed that the library is easy to install, use and comprehend, that the treatments offered are sufficient and that it improves app usability in an offline scenario. Although, some threats to validity can be listed, indicating that there is room for improvement in the way they were conducted. Finally some improvements can be presented as future work in order to improve the library, expand the experiments taken, and to consolidate guidelines for the library utilization. / Com a expansão da computação móvel, na forma da popularização de smartphones, tablets e também das lojas de aplicativos, e do aumento da interconectividade entre os dispositivos e servidores, diversas questões surgem no cenário da engenharia de software voltado para esse mercado. A medida que grande parte dos aplicativos opera com um servidor de back-end na Internet, uma questão que se destaca é a utilização de aplicativos em modo offline, pois em diversas ocasiões conexão com a rede não é fator garantido. Essa questão pode ser abordada de diversas formas, entre elas armazenamento das requisições, caching, sincronização de dados, dentre outras, e existem soluções no mercado e na academia que tentam auxiliar no tratamento desse problema, porém ainda assim existem dois desafios em aberto que precisam ser tratados: resolver o problema de forma a tratar as diversas camadas de software, incluindo a interface e questões de usabilidade, e possibilitar a resolução em qualquer etapa do ciclo de desenvolvimento sem que seja necessário grande esforço de implementação, facilitando a adaptação e a refatoração. Essa pesquisa de mestrado apresenta a construção de uma biblioteca chamada OfflineManager, para a plataforma Android, para auxiliar no tratamento das questões de uso em modo offline em aplicativos. A biblioteca foi construída para ser fácil de instalar, utilizar, e também permite a escolha dos modos de tratamento, de forma que o desenvolvedor possa configurar o comportamento para cada chamada ao back-end em sua aplicação, em cenário de falta de conexão tanto com a Internet, quanto com o servidor em questão. Além disso, os tratamentos oferecidos se estendem para a camada de interface, na forma de feedbacks informativos ou pop-up de confirmação. Para avaliar a biblioteca proposta, foram utilizados 4 metodologias diferentes: avaliação por opinião de especialista, aplicação da biblioteca em um projeto real, experimento com usuários e avaliação heurística. As quatro avaliações tiveram resultados satisfatórios sendo que as duas primeiras avaliaram conceitos técnicos e de implementação, e as duas últimas avaliaram conceitos de usabilidade. Ajudaram também na confecção de um conjunto de protodiretrizes para a escolha dos modos de tratamento, e mostraram que a biblioteca OfflineManager atinge o objetivo de fornecer tratamento para uso em modo offline, tratando a camada de interface de forma a melhorar a usabilidade, ajudando também no atendimento de algumas heurísticas de usabilidade. Algumas ameaças a validade podem ser listadas para as avaliações propostas, bem como trabalhos futuros que foram identificados durante o processo, baseados nas limitações apresentadas pela solução proposta. Dentre eles, podem ser mencionados tanto melhorias na biblioteca em si, como possibilidade de customização maior dos feedbacks, quanto expansão das avaliações realizadas, a fim de aprimorar os processos utilizados, ou firmar diretrizes consolidadas para utilização da biblioteca.

Page generated in 0.0617 seconds