Кафедра електронних обчислювальних машин (ЕОМ)
Постійний URI для цієї колекції
Перегляд
Перегляд Кафедра електронних обчислювальних машин (ЕОМ) за темою "Application"
Зараз показано 1 - 10 з 10
Результатів на сторінку
Варіанти сортування
Публікація Increasing the fault tolerance of the application that determines the occupancy of the communication line(ДП "ПДПРОНДІАВІАПРОМ", 2021) Hunko, M. A.; Tkachov, V. M.Публікація Види біометрії в мобільних додатках(ХНУРЕ, 2021) Соколова, В. К.User identification is required in many applications that process personal data, such as online banking. According to a Spiceworks study, more than 60% of companies in Europe and North America use biometrics to protect their data and believe that this method is more reliable than a pin code or a combination of login and password. 10% of respondents are sure that only biometrics is enough for identification, while other companies insist on using additional methods. This publication provides an overview of biometrics and data security in today's world.Публікація Методи оптимізації мобільних додатків, працюючих під керуванням ОС Android(ХНУРЕ, 2021) Гречмак, Д. В.Users often avoid downloading apps that seem too large, particularly in emerging markets where devices connect to often-spotty 2G and 3G networks or work on pay-by-the-byte plans. In addition to these issues, devices may have only limited storage available, making it even more important to be mindful about your app’s size.Публікація Оптимізація використання інтернет трафіку у мобільних додатках(ХНУРЕ, 2021) Гречмак, Д. В.Do you wish to make your high-traffic web or mobile app faster and more resistant to sudden spikes in usage? There are many things you can do to achieve that. Most importantly, you have to view this as part of a bigger process of analyzing the state of your app (why did it turn out like this in the first place) and making sure that these problems won’t happen again.Публікація Особливості розробки Android додатків. Порівняння різних способів розробки(ХНУРЕ, 2021) Соколова, В. К.As practice has shown, this is an actual dilemma for both customers and novice developers who want to acquire the most useful experience for their future career. Programming in a native environment requires knowledge of the relevant languages. For Android, this is Kotlin and / or Java, and for iOS, Swift and / or Objective-C. In principle, you can get by with one of two for each platform, especially since Google is actively developing Kotlin, and Apple is investing a lot of effort in improving Swift. This publication offers an overview of a comparison of different approaches to developing android applications.Публікація Особливості розробки та публікації мобільних застосунків у App Gallery(ХНУРЕ, 2021) Афанасьєва, А. М.The termination of cooperation between Google and Huawei has led to the fact that Huawei on its new devices can no longer use Google services (app store, geolocation, maps, push notifications, analytics, etc.), which turns the device into a brick for the user. If it were not for a Chinese company, then, most likely, its business related to Android would have simply stopped there. However, the company is Chinese, big and they took the path of import substitution, quickly implementing functionality similar to Google services. This publication provides an overview of the development features for App gallery.Публікація Особливості створення власних уявлень в розробці мобільних застосунків(ХНУРЕ, 2021) Афанасьєва, А. М.; Гунько, М. А.Developers are constantly designing different kinds of user interfaces using XML, but in addition to that, it is easy to learn how to create your own views, which open up new benefits and avoid boilerplate code reuse. Android has a wide range of pre-built widgets and layouts for creating a user interface, but they cannot meet all the requirements of our applications. In addition, here the ability to create your own views comes to the rescue. By creating your own view subclass, you can get the most complete control over the appearance and functionality of a display element.Публікація Особливості і відмінності роботи сучасних віртуальних машин для платформи Android(ХНУРЕ, 2021) Гречмак, Д. В.In this article, I'll explore the differences between the Java Virtual Machine (JVM) and the Dalvik Virtual Machine (DVM). Both VM's run applications written in Java, but they use different techniques and processes to compile and run code. Conceptually, there is little difference from an application level between a DVM and a JVM. Architecturally, there is a major difference between the registerbased DVM and the stack-based JVM.Публікація Створення власного уявлення для Android додатків(ХНУРЕ, 2021) Гречмак, Д. В.; Гунько, М. А.Android offers a sophisticated and powerful componentized model for building your UI, based on the fundamental layout classes: View and ViewGroup. To start with, the platform includes a variety of prebuilt View and ViewGroup subclasses – called widgets and layouts, respectively – that you can use to construct your UI. Creating your own View subclasses gives you precise control over the appearance and function of a screen element. To give an idea of the control you get with custom views.Публікація Сучасні методі та середовища розробки крос-платформних мобільних застосунків(ХНУРЕ, 2021) Афанасьєва, А. М.Modern mobile app development has become more relevant than ever. According to world studies, more and more people prefer mobile devices over computers. Thus, development should be fast and cheap. There are different ways to make mobile app development cheaper. The most popular of these is cross-platform application development