• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 378
  • 230
  • 194
  • 83
  • 42
  • 27
  • 20
  • 19
  • 11
  • 8
  • 7
  • 7
  • 5
  • 5
  • 5
  • Tagged with
  • 1136
  • 348
  • 334
  • 211
  • 210
  • 176
  • 141
  • 129
  • 124
  • 122
  • 113
  • 98
  • 98
  • 97
  • 95
  • 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.
471

Multiplattformtjänster på mobila enheter

Ulén, Johannes January 2015 (has links)
Mobila enheter så som mobiltelefoner och surfplattor är idag väldigt vanliga i arbetslivet, där de inte bara används för kommunikation utan även för att utföra arbetsuppgifter. Alla verktyg finns dock inte alltid tillgängliga för sådana enheter eller i alla fall inte i en form som gör det praktiskt att använda dem. Systemet Semko Instrument Register (SIR), utvecklat av Triona, är ett sådant verktyg i form av en ej mobilanpassad hemsida, som bland annat används för att hämta kalibreringscertifikat för mätinstrument. Målet med detta projekt är att komma fram till ett sätt att tillgängliggöra systemet på så många olika typer av mobila enheter som möjligt, på ett så enkelt sätt som möjligt. Olika metoder (mobilanpassade webbsidor, plattformsspecifika applikationer och plattformsoberoende applikationer) jämförs och analyseras, med fokus på möjligheter till att använda samma kod på flera plattformar samtidigt och huruvida de kan uppfylla kraven som är ställda på applikationen eller ej. Designförslaget tar upp ett sådant sätt, som sedan utvärderas med hjälp av olika aspekter, exempelvis mängd kod som kan återanvändas på flera plattformar. Slutsatsen är att det bästa sättet att tillgängliggöra en tjänst på så många plattformar som möjligt är genom mobilanpassade webbsidor, men på grund av de krav som ställts på projektet användes istället Ionic, ett webbteknologi-baserat verktyg för plattformsoberoende applikationsutveckling, då moderna webbläsare ej ännu har den funktionalitet som krävdes. / Mobile devices such as smartphones and tablets are very common at companies nowadays, where they’re not just used for communication but also for doing work. Not all tools are available for such devices though, or at least not in a suitable form that makes it practical to use them. Semko Instrument Register (SIR) is a such a system, developed by Triona, in the form of a website that is not adapted for mobile devices, which is used for downloading calibration certificates for measuring instruments among other things. The goal of this project is to come up with a method of making the system available to as many mobile devices as possible in the simplest way possible. Different methods (websites adapted for mobile devices, native applications and cross-platform applications) are compared and analysed with a focus on possibilities for sharing code on multiple platforms and whether they’re able to fulfill what is required of the application. The design chapter presents such a method which is then evaluated on different aspects, such as the amount of code that can be shared between platforms. The conclusion is that the best way of making a system available on multiple platforms is through websites adapted for mobile devices, but because of this particular system’s requirements a cross-platform solution called Ionic was used instead, as modern mobile browsers are not yet able to fulfill what was required of the application.
472

Smart-TV hybridapplikation : En undersökning i hur hybridapplikationer kan skapas mellan Smart-TV och surfplattor, samt användbarheten för dessa typer av applikationer

Göransson, Albin, Persson, Alexander January 2013 (has links)
De senaste åren har marknaden för surfplattor växt massivt samtidigt som Smart-TV’s har kommit fram som en ny produktkategori. Detta arbete är en undersökningen i hur surfplattor tillsammans med Smart-TV kan användas för att skapa en bättre upplevelse för användaren. För detta utvecklades en applikation på en LG Smart TV som sammankopplades med en surfplatta för att visa information om ett pokerspel. Sedan utfördes en undersökning med intervjuer där hybridapplikationen jämfördes gentemot att bara spela på surfplattan. Resultatet visade att denna typ av applikationer har potential att fungera som ett bra komplement till att bara visa information på surfplattan i vissa situationer, men mer forskning inom området krävs. / In recent years the market for tablet has grown massively, while a new type of Television device called Smart TV has started to find its way into people’s homes. This study is dedicated to finding out if tablets can be used together with Smart TV’s in a single application to craft a better user experience. To enable this study, a poker application combining LG Smart TV with an Android tablet were created, where the TV was used as a way to show information on a much larger screen. The study used research interviews as a tool to compare this application to a similar application running on the tablet alone. The results points to this type of application having potential when designed properly, but that more research in the area is needed.
473

Sigma energy app / Sigma Energy App

To, Jimmy, Lithell, Mattias January 2014 (has links)
Sigma energy app is a mobile application for subscribers to various energy subscriptions. The subscribers can use this mobile application to access information regarding their consumption, invoices and active subscriptions. The mobile application that was built consists of a GUI and a web API as middleman between the application and the database. / Sigma energy app är en mobilapplikation för abonnenter av diverse energiabonnemang. Med denna mobilapplikation kan abonnenterna direkt hämta information om sin förbrukning, fakturor och aktiva abonnemang. Mobiltelefonapplikationen som har konstruerats består av ett GUI samt av ett web-API som mellanhand mellan applikationen och databasen.
474

Processamento de áudio em tempo real em dispositivos computacionais de alta disponibilidade e baixo custo / Real time digital audio processing using highly available, low cost devices

André Jucovsky Bianchi 21 October 2013 (has links)
Neste trabalho foi feita uma investigação sobre a realização de processamento de áudio digital em tempo real utilizando três dispositivos com características computacionais fundamentalmente distintas porém bastante acessíveis em termos de custo e disponibilidade de tecnologia: Arduino, GPU e Android. Arduino é um dispositivo com licenças de hardware e software abertas, baseado em um microcontrolador com baixo poder de processamento, muito utilizado como plataforma educativa e artística para computações de controle e interface com outros dispositivos. GPU é uma arquitetura de placas de vídeo com foco no processamento paralelo, que tem motivado o estudo de modelos de programação específicos para sua utilização como dispositivo de processamento de propósito geral. Android é um sistema operacional para dispositivos móveis baseado no kernel do Linux, que permite o desenvolvimento de aplicativos utilizando linguagem de alto nível e possibilita o uso da infraestrutura de sensores, conectividade e mobilidade disponível nos aparelhos. Buscamos sistematizar as limitações e possibilidades de cada plataforma através da implementação de técnicas de processamento de áudio digital em tempo real e da análise da intensidade computacional em cada ambiente. / This dissertation describes an investigation about real time audio signal processing using three platforms with fundamentally distinct computational characteristics, but which are highly available in terms of cost and technology: Arduino, GPU boards and Android devices. Arduino is a device with open hardware and software licences, based on a microcontroller with low processing power, largely used as educational and artistic platform for control computations and interfacing with other devices. GPU is a video card architecture focusing on parallel processing, which has motivated the study of specific programming models for its use as a general purpose processing device. Android is an operating system for mobile devices based on the Linux kernel, which allows the development of applications using high level language and allows the use of sensors, connectivity and mobile infrastructures available on devices. We search to systematize the limitations and possibilities of each platform through the implementation of real time digital audio processing techinques and the analysis of computational intensity in each environment.
475

Kryptografické protokoly pro ochranu soukromí / Cryptographic protocols for privacy protection

Hanzlíček, Martin January 2018 (has links)
This work focuses on cryptographic protocol with privacy protection. The work solves the question of the elliptic curves and use in cryptography in conjunction with authentication protocols. The outputs of the work are two applications. The first application serves as a user and will replace the ID card. The second application is authentication and serves as a user authentication terminal. Both applications are designed for the Android operating system. Applications are used to select user attributes, confirm registration, user verification and show the result of verification.
476

Detekce, lokalizace a určení plochy chronických ran / Detection, Localization and Determination of Chronic Wounds

Gulán, Filip January 2018 (has links)
The aim of this diploma thesis is to design and implement a multiplatform application for detection, localization and determination of the extent of chronic wounds. The application is intended to assist nurses, doctors and healthcare assistants to monitor and evaluate chronic wounds in the course of treatment. The application is based on the Typescript programming language, on the Ionic hybrid application framework and on the Electron desktop application framework. Chronic wound assessment runs on the server-side where the Python programming language is used. The Flask application framework is used for the RESTful application interface and the OpenCV library is used for image processing.
477

Využití moderních metod zpracování obrazu při kontrole laboratorních procesů / Use of modern image processing methods in the control of laboratory processes

Kiac, Martin January 2019 (has links)
The thesis deals with the processing and detection of specific objects in the image on the Android mobile platform. The main objective of this work was to design and then implement a mobile application for Android operating system, which allows control of pipetting processes based on images from a mobile device camera. The OpenCV library is used in the application for image processing. The resulting application should serve primarily in laboratories as a tool for complete analysis of the pipetting process. The work is divided into two main chapters, which further consist of sections and smaller subsections. The first chapter is devoted to the theoretical analysis of this work. Here is also describes used technology, Android operating system, OpenCV library and important parts of image processing. The second chapter deals with the proposal and subsequent practical solution of this work. There is a proposal and the following procedure for solving this work, important techniques, methods of processing and analysis of the camera image. The conclusion of the thesis is an evaluation of the results of the solution of this work.
478

Mobilní aplikace pro správu a rezervace sportovních lekcí / Mobile App for Management and Reservation of Sports Lessons

Hynek, Tomáš January 2019 (has links)
The goal of this thesis is to create a mobile application for Android that will offer management for reservations of training lessons. There are two user roles in the application. The first one is coach who can offer his lessons to other users. Users then can book this lesson right from the application. Coach can also manage all of his lessons and see his reservations in calendar. The second type of user is an athlete who can search for training lessons by name or place distance and then he can book them. The name of the application is Fittyy and it complies with Material Design rules. It uses advanced technologies like Android Jetpack to store local data, implement MVVM model or process server requests in the background. Communication between coach and athlete was implemented using CMS system made by Dactyl Group s.r.o.
479

Aplikace pro Android smartphone a tablet na ovládání iNELS RF Control / Application for a Android Smartphone and Tablet for Control of the iNELS RF Unit

Šreibr, Jakub January 2013 (has links)
The first part deals with the issue of intelligent electrical installations. It describes the types and their advantages and disadvantages. It deals in detail with the wireless system iNELS RF Control, which was developed by ELKO EP s.r.o. It describes the principles of communication and selected elements of the system. It also discusses the Android platform and its capabilities. Another part consists of requirements analysis and application design for control of the system iNELS RF Control. Application design consists of used architecture model, description of communication, database model and application logic’s model. The fourth part describes the implementation of applications, including the technology, development tools and system components. It contains a description of the final application parts. The fifth section deals with testing of the application. It contains methods, tools and techniques. The conclusion contains appreciation of the work and achievements.
480

Mechanismy zabezpečení OS Android s využitím jazyka Kotlin / Security mechanisms of OS Android utilizing the Kotlin language

Balaževič, Lukáš January 2020 (has links)
Mobilné zariadenia sú v rámci technologickej histórie novinka a pri technológii, ktorá sa vyvíja tak rapídnym tempom a rastom používania je nutné dbať na zabezpečenie. Táto diplomová práca sa zaoberá rozborom bezpečnostných mechanizmov používaných v Android OS a komunikáciou medzi OS Android a vzdialeným serverom. Cieľom je preskúmať tieto mechanizmy a otestovať aké kryptografické metódy a postupy je najvýhodnejšie používať z hľadiska bezpečnosti s ohľadom na efektivitu. Tieto znalosti boli použité pre vytvorenie demonštračného systému, ktorý využíva vybrané zabezpečovacie mechanizmy a kryptografické postupy.

Page generated in 0.0176 seconds