5 resultados para Mobil applikation

em Academic Archive On-line (Mid Sweden University


Relevância:

60.00% 60.00%

Publicador:

Resumo:

Målet med det här arbetet har varit att utveckla en friluftsapplikation för människor som rör sig i skog och mark antingen i arbetet eller i privatlivet. Med syfte att låta de skapa och placera ut markörer på en karta med aktivt uppdaterande gps positionering. För att uppnå detta har Google Maps använts som gränssnitt för att hämta och hantera kartinformation och en applikation har designats i flödesscheman utefter kravspecifikationen och i enlighet med Jacob Nielsens användbarhetsprinciper. Hallway test metoden har använts för att utvärdera hur väl användbarhetsdesignen har uppnått sina mål. Applikationen har sedan konstruerats i Java och Android Studio mot Androids mobila plattform. Utvecklingen har följt den planerade designen och uppnått samtliga konkreta mål som specificerades och i synnerhet användbarhetsmålen. Flera funktionella mål har identifierats att kunna optimeras ytterligare och en rad förslag på vidareutveckling av applikationen har tagits fram för eventuella framtida arbeten.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The total traveling with different types of transportation has increased drastically since the 50´s. Despite this increase, the use of the public transportation has decreased in percentage which has its explanation in the overall increased use of cars as transportation. Many researchers believes that better traffic information in the public transport can lead to increased use. Therefore this study aims to investigate how mobile personalized real-time information can increase customer satisfaction in the public transport in order to maintain and attract more travelers. The study addresses the problem through a case study at the Swedish transit agency Tågkompaniet, where customers and staff are studied in order to map the present situation regarding information in the public transport. The case study also sets out to investigate which type of real-time information that is considered to be most important for the travelers. At last the study also investigate which types of technical solutions that is needed, and how the needs of travelers can be considered to be able to offer mobile personalized real-time information. The findings are that there is a dissatisfaction regarding the transit information among both travelers and staff, and that their needs and demands must be met to a greater extent in order to increase the customer satisfaction. Furthermore, the findings are also that information attributes regarding delays and disruptions in the public transport is considered to be most important by travelers. Functions such as subscribe to information, push notifications and information associated with the transit ticket are necessary to be able to provide travelers with mobile personalized real-time information. Lastly the study provides a tool to consider traveler needs in development and evaluation of mobile personalized information systems within the public transport.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Examensarbetet beskriver utvecklingen av säkerhetsapplikationen BeSafe vilken utvecklats för IT-konsulttjänsteverksamheten Sogeti. BeSafe kommer i framtiden integreras med två andra applikationer för att tillsammans bilda en större friluftsapplikation. Den färdiga applikationen besvarar de verifierbara målen och därmed även problemformuleringen. Applikationen erbjuder användaren möjlighet att stärka den egna säkerheten. Muntliga intervjuer genomfördes för att bestämma design, färger och logotyp för applikationen. Intervjuerna resulterade i en användarvänligare applikation där undersökningen riktade in arbetet mot det gränssnitt BeSafe nu har. BeSafe är utvecklad genom en iterativ process i utvecklingsmiljön Android Studios och riktar sig till enheter baserade på Androids OS. Vidareutveckling av applikationen skulle kunna ske i form av nya funktioner där användaren exempelvis kan tillåta anhöriga få live feedback på vart användaren befinner sig. Det har tagits hänsyn till etiska aspekter under arbetets gång för att värna om användarens integritet. Detta genom notifikationer, minimering av risk för spridning av data genom lagrings- och kommunikationssätt inom applikationen.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Målet med det här arbetet har varit att ta fram en Androidapplikation som kan spåra användaren och ge information om hur användaren rört sig med tid, distans altitud och hastighet. Applikationen ska vara individuellt fungerande men det stora syftet är att den ska fungera som en av tre delar i en större applikation med fler funktioner för de som är ute i skogen och rör på sig. Då inte alla telefoner har en inbyggd stegräknare kommer en undersökning göras för att se vilken sensor som lämpar sig bäst för att räkna steg och sedan använda den i applikationen. Resultatet blev en fungerande applikation som spårar användaren med hjälp av GPS, räknar antalet steg med antingen den inbyggda stegräknaren eller med hjälp av gyroskopet som visade sig vara den mest lämpade sensorn att räkna steg med. Utöver det så presenteras information om tid, distans och vilken altitud användaren rört sig på. All information kan sparas och användaren kan scrolla i en lista med sparade rutter.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Lately, various programming frameworks has been developed for developing web applications. These frameworks focus on increasing the user experience by performance improvements such as faster render times and response times. One of these frameworks are React, which has introduced a completely new architectural pattern for both managing the state and data flow of an application. React also offers support for native application development and makes server-side rendering possible. Something that is difficult to accomplish with an application developed with Angular 1.5, which is used by the company Dewire today. The aim of this thesis was to compare React with an existing Angular project, in order to determine whether React could be a potential replacement for Angular. To gain knowledge about the subject, a theoretical study of web- based sources has been made. While the practical part has been to rebuild a web application with React together with the architecture Flux, which is based on a view from the Angular project. The implementation process was repeated until the view was completed and a desired data flow, as in the Angular application, was reached. The resulting React application was later compared with the Angular application developed by the company, where the outcome of the comparison showed that the React performed better than Angular in all tests. In conclusion, due to the timeframe of the project, only the most important parts of the Angular project were implemented in order to carry out the measurements that were of interest to the company. By recreating most of the functionality, or the entire Angular application, more interesting comparisons could have been done.