Кафедра електронних обчислювальних машин (ЕОМ)
Постійний URI для цієї колекції
Перегляд
Перегляд Кафедра електронних обчислювальних машин (ЕОМ) за темою "Android"
Зараз показано 1 - 10 з 10
Результатів на сторінку
Варіанти сортування
Публікація Method for determining the mobile network line occupancy of Android device(ХНУРЕ, 2021) Hunko, M. A.; Hrecmak, D. V.Today, mobile devices are more than a communication device, but also a personal assistant, a planner and a device for entertainment. but still the main unchanged function is the possibility of voice communication through cellular communication. We propose to develop a software package to determine the occupancy of the communication line.Публікація Review of mobile application management systems in the Android OS(ХНУРЕ, 2021) Hunko, M. A.; Afanasieva, A. M.Mobile applications are becoming a part of our lives more and more firmly. Today, the most popular smartphones are those running Android and OC IOS. However, the use of devices running Android keeps at the level of 50-55%, making this platform the most popular. Thus, the development of an application to monitor the state of the network is an urgent task.Публікація The software tool for identifying the cellular network status of a mobile device under the Android operating system(ХНУРЕ, 2021) Hunko, M. A.; Voropaeva, K. A.The task of developing a software package to determine the occupancy of the communication line is relevant and in demand today. For this development it is not enough only to develop the program, also dangerous permissions are needed. This publication deals with the specifics of granting permissions.Публікація Методи оптимізації мобільних додатків, працюючих під керуванням ОС 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.Публікація Особливості створення власних уявлень в розробці мобільних застосунків(ХНУРЕ, 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-пристрою(ХНУРЕ, 2020) Мещеряков, Я. Я.On today's day, even a leather car is at my own place, picking up passive (for example, safety belts, that) and active (for example, anti-blocking system) bezpeks. Risnitsya means that you should passively get to know the most serious ways of writing, and actively recognize the very same.Публікація Створення власного уявлення для 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.