3 research outputs found

    Розробка мобільного додатку закладу грамадського харчування "меню ресторану" для смартфонів на базі Android

    Get PDF
    У даній бакалаврській дипломній роботі реалізований програмний додаток, який дозволяє користувачеві розміщати замовлення у закладі громадського харчування. Додаток запрограмований для смартфонів та планшетів на базі операційної системи Android. Передбачається встановлення даного додатку на пристрої, які є власністю замовника даного ПЗ. Додаток має наступну функціональність: перегляд та додавання в корзину з каталогу (меню) страв та напоїв; формування і перегляд замовлення та його оплата; виклик офіціанта; перегляд історії замовлень. Додаток створено на мові програмування Java для системи Android 7.0 і вище. Дані про позиції меню (назва, ціна) зберігаються у файлі реляційної системи керування базами даних SQLite. За обробку і запис даних відповідають компоненти activities.A mobile application was implemented in this bachelor’s graduate work, that allows the user to place an order in a restaurant. Application is developed in Java programming language. It is assumed that this application will be installed on devices that are the property of the customer of this software. The application has the following functions: viewing and adding to the basket from the catalog (menu) of drinks and dishes; formation and review of the order and its payment; call the waiter; view order history. Data on menu items (name, price) are stored in the SQLite database management system file. Activities components are responsible for data processing and writing

    Java as a Functional Programming Language

    No full text
    We introduce a direct encoding of the typed #-calculus into Java: for any Java types A, B we introduce the type A B together with function application and #-abstraction. The latter makes use of anonymous inner classes. We show that #-terms are evaluated by call-by-value. We then look a
    corecore