• Title/Summary/Keyword: mobile application development

Search Result 924, Processing Time 0.028 seconds

An Integrated Development Environment for SyncML Server Applications (SyncML 서버 응용 개발을 위한 통합 개발 환경)

  • Lee, Ji-Yeon;Choi, Hoon
    • The KIPS Transactions:PartA
    • /
    • v.11A no.1
    • /
    • pp.37-48
    • /
    • 2004
  • The SyncML, the standard synchronization protocol, supports the synchronization of various application services between a client and a server such as an address book, a calendar. Even with this standard protocol, SyncML application developers usually spend a long time and efforts implementing service specific logics and databases. This paper designed and implemented the SDE(Service Development Environment) which is an integrated development environment for SyncML server developers to develop an application service rapidly and correctly. The SDE consists of two components i.e., the Sync Library and the SEG(Sync Engine Generator) tool. To prove the applicability of this study we implemented a SyncML server by using the SDE and also carried out the correctness tests and the performance test. We hope this system helps developers implement mobile application services more efficiently.

Mobile App for Detecting Canine Skin Diseases Using U-Net Image Segmentation (U-Net 기반 이미지 분할 및 병변 영역 식별을 활용한 반려견 피부질환 검출 모바일 앱)

  • Bo Kyeong Kim;Jae Yeon Byun;Kyung-Ae Cha
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.29 no.4
    • /
    • pp.25-34
    • /
    • 2024
  • This paper presents the development of a mobile application that detects and identifies canine skin diseases by training a deep learning-based U-Net model to infer the presence and location of skin lesions from images. U-Net, primarily used in medical imaging for image segmentation, is effective in distinguishing specific regions of an image in a polygonal form, making it suitable for identifying lesion areas in dogs. In this study, six major canine skin diseases were defined as classes, and the U-Net model was trained to differentiate among them. The model was then implemented in a mobile app, allowing users to perform lesion analysis and prediction through simple camera shots, with the results provided directly to the user. This enables pet owners to monitor the health of their pets and obtain information that aids in early diagnosis. By providing a quick and accurate diagnostic tool for pet health management through deep learning, this study emphasizes the significance of developing an easily accessible service for home use.

Domestic Trend Analysis of Mobile Mapping System through Geospatial Information Market and Patent Survey (공간정보 시장과 특허 조사를 통한 국내 Mobile Mapping System 동향 분석)

  • Park, Hong Gi
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.35 no.6
    • /
    • pp.495-508
    • /
    • 2017
  • Today, MMS (Mobile Mapping System) uses the strengths of individual sensor technologies on a variety of platforms to increase the efficiency of geospatial data collection. In this paper, we analyzed the market size and technology trend of mobile mapping market in Korea and abroad, and analyzed frequency, trend, and characteristics of MMS related patents. The results of the analysis are as follows: First, it is expected that the domestic and overseas mobile mapping market will continue to grow in the future, and MMS-related technologies and applications are rapidly developing. Active research and development investment is required to preoccupy future market through technology development and patent competition. Second, the frequency of filing domestic patents is highly correlated with the results of national R&D, and industrial patent applications are highly related to national projects. It is analyzed as the result of introduction of preemptive technologies and research and development of companies for preemption in related industry rather than market development. Lastly, in Korean geospatial information industry survey, It is necessary to maintain the data so that it can be compared with the data of foreign institutions. In particular, statistical data that can grasp the market size in terms of geospatial information utilization and technical aspects are desperately needed.

BMT-Model Based Evaluation of Power Consumption of Mobile Context-Aware Application (BMT 모델 기반 모바일 상황인지 어플리케이션의 전력 소비 평가)

  • Jeon, Jaehong;Baek, Dusan;Kim, Kyung-Ah;Lee, Jung-Won
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.5 no.11
    • /
    • pp.411-418
    • /
    • 2016
  • Context-aware application has a lot of power consumption because it creates context by using a number of smartphone's sensors. Furthermore, only few kinds of researches have been conducted that provide information for the evaluation result of power consumption in the aspect of applications. In addition, evaluation of power consumption do not consider user's usage pattern or provide only total amount of power consumption, and inform developers power consumption of sensors undistinguishable. It makes developers hard to develop a power consumption-considered application. If developers could get information for power consumption of context-aware application in detail, a development of power-considered context-aware applications would be possible. Consequently, this paper proposes a BMT(Bench Mark Test) model which is able to inform developers useful evaluation criteria and result about power consumption of smartphone's components and sensors with usage pattern considered.

A study of Ubiquitous Education Support System (유비쿼터스 교육 지원 시스템)

  • Shin, Ki-Sub;Choi, Yong-Won;Choi, Yeon-Sung
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.2 no.4
    • /
    • pp.3-12
    • /
    • 2009
  • In recent years, the development of ubiquitous computing environment, according to the time, place, regardless of the environment changes dynamically based on providing a service. In particular, ubiquitous computing environment, education support services in the fields of education according to the principal of each member is required to provide personalized information. Therefore, this paper describes the education support system which provide adaptive information to member of education. The structure of the proposed system consists of mobile agents multi-agent system platform, JADE (Java Agent DEvelopment framework) is based. Also, we describes the design of agents for application services and the interaction model. In this paper, the performance of proposed system to verify availability, classroom teachers, students and parents and administrators as a service application based on the user's role to provide appropriate information system was implemented. Finally, we shows the result of user interface GUIs according to adaptive education services.

  • PDF

A Process to Design and Implement Service-based Android Applications (서비스 기반 안드로이드 어플리케이션의 설계 및 구현 프로세스)

  • Lee, Ho-Joong;La, Hyun-Jung;Keum, Chang-Sup;Kim, Soo-Dong
    • The KIPS Transactions:PartD
    • /
    • v.18D no.4
    • /
    • pp.245-260
    • /
    • 2011
  • Mobile Devices, which are developed with the fast growing of the Internet, have flexible internet accessibility and can access the network anywere so that they can execute software applications. However, it is very challenging to deploy highly complex applications on mobile devices since they have limited resources. To overcome the limitation, researches on applying a concept of services to mobile applications have been proposed. Android is one of the popular mobile platforms and is designed to effectively execute mobile applications on the mobile devices having limited resources. Since service-based Android applications, which adopt a concept of services and Android platform, invoke remote services and are built with Android-specific components, they are much different from traditional software applications. Consequently, it is not straightforward to apply object-oriented (OO) analysis and design methods to developing service-based Android applications, although they have been frequently applied to developing traditional applications. In this paper, we present a process to develop service-based Android mobile applications, which extends a traditional OO development process. First, we raise design issues to be considered in developing service-based Android applications. Then, to solve the issues, we present detailed guidelines for essential phases of OO-based development process that are customized to service-based Android applications. Finally, to show applicability of the process, we perform a case study. The proposed design process is effectively utilized as a set of guidelines to develop service-based Android applications more systematically and effectively.

Design and Implementation of Mobile Medical Information System Based Radio Frequency IDentification (RFID 기반의 모바일 의료정보시스템의 설계 및 구현)

  • Kim, Chang-Soo;Kim, Hwa-Gon
    • Journal of radiological science and technology
    • /
    • v.28 no.4
    • /
    • pp.317-325
    • /
    • 2005
  • The recent medical treatment guidelines and the development of information technology make hospitals reduce the expense in surrounding environment and it requires improving the quality of medical treatment of the hospital. That is, with the new guidelines and technology, hospital business escapes simple fee calculation and insurance claim center. Moreover, MIS(Medical Information System), PACS(Picture Archiving and Communications System), OCS(Order Communicating System), EMR(Electronic Medical Record), DSS(Decision Support System) are also developing. Medical Information System is evolved toward integration of medical IT and situation si changing with increasing high speed in the ICT convergence. These changes and development of ubiquitous environment require fundamental change of medical information system. Mobile medical information system refers to construct wireless system of hospital which has constructed in existing environment. Through RFID development in existing system, anyone can log on easily to Internet whenever and wherever. RFID is one of the technologies for Automatic Identification and Data Capture(AIDC). It is the core technology to implement Automatic processing system. This paper provides a comprehensive basic review of RFID model in Korea and suggests the evolution direction for further advanced RFID application services. In addition, designed and implemented DB server's agent program and Client program of Mobile application that recognized RFID tag and patient data in the ubiquitous environments. This system implemented medical information system that performed patient data based EMR, HIS, PACS DB environments, and so reduced delay time of requisition, medical treatment, lab.

  • PDF

A Design and Implementation of Mobile Coupons Management System Based on NFC (NFC기반 모바일 쿠폰 관리 시스템 설계 및 구현)

  • Kim, Jong-Min;Lee, Yun-Seok;Kim, Eun;Jung, Min-Soo
    • Journal of Digital Convergence
    • /
    • v.11 no.1
    • /
    • pp.267-273
    • /
    • 2013
  • Recently, coupons are distributed in various ways such as paper, Internet, and mobile phone, with the development of the information and communications technology. Coupon users benefit from the use of these coupons. For example, they can get a discount for the product that they wanted to buy and can be offered additional services. However, paper and Internet coupons have a risk of loss since users have to cut them out and keep them separately. Mobile coupons also don't provide users with user convenience, because coupon users first look for coupon data from their mobile phone and show it to the counterperson. To solve these problems, this study proposes a NFC-based mobile coupon system under which we can use coupon data only with mobile device access.

Study on Decision-Making Factors of Big Data Application in Enterprises: Using Company S as an Example

  • Huang, Yun Kuei;Yang, Wen I.;Chan, Ching Sen
    • East Asian Journal of Business Economics (EAJBE)
    • /
    • v.4 no.1
    • /
    • pp.5-15
    • /
    • 2016
  • With vigorous development of global network community, smart phones and mobile devices, enterprises can rapidly collect various kinds of data from internal and external environments. How to discover valuable information and transform it into new business opportunities from big data which grow rapidly is an extremely important issue for current enterprises. This study treats Company S as the subject and tries to find the factors of big data application in enterprises by a modified Decision Making Trial and Evaluation Laboratory (DEMATEL) and perceived benefits - perceived barriers relation matrix as reference for big data application and management of managers or marketing personnel in other organizations or related industry.

A Study on Development of Smartphone Mobile Application for Word-of-Mouth Marketing in Low-Budget Independent Film (저예산 독립영화의 구전 마케팅을 위한 스마트폰 모바일 애플리케이션 모델 개발 연구)

  • Kim, Hye-Won
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.13 no.4
    • /
    • pp.1525-1531
    • /
    • 2012
  • This study has been developed to make a marketing tool for word-of-mouth marketing for "Low-Budget Movie". By developing an application program of Low-Budget Movie for 20millions of Smart-Phone user, it can find out the best environment of service, function, etc. Hereby, it could contribute the progress of Korean film industry with this marketing tool of Low-Budget movie. For the research, conjoint analysis has been done through conjoint survey and general survey.