Openscenegraph splashscreentrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    557 openscenegraph splashscreen trabajados encontrados, precios en USD

    Estoy buscando alguien que me pueda diseña el icono para una app, logo y pagina splashscreen con movimiento para ionic con la identidad de marcar entrando todas las fuentes y tipos de letra utilizados. Asi mismo definir el nombre de la marca

    $43 (Avg Bid)
    $43 Oferta promedio
    15 ofertas

    Necesito depurar un código de Ionic de código abierto pero que necesito personalizar con mi logo y splashscreen y con un nuevo nombre y paquete.

    $165 (Avg Bid)
    $165 Oferta promedio
    8 ofertas

    Necesito una app para Android. Me gustaría que la diseñen y la creen. es un webview simple con splashscreen de 1 segundo..

    $31 (Avg Bid)
    $31 Oferta promedio
    4 ofertas
    Aplicacion Movil Finalizado left

    Aplicacion movil, donde se incluyen datos informativos e imagenes de 60 especies de animales. La aplicacion debe constar de: 1. Pantalla de Bienvenida SplashScreen 2. Pantalla Home en donde se encuentra Menu lateral de Funciones y botones de navegacion para ir a listados de especies y evaluacion. 3. Listado de especie, donde se muestren las 60 especies en lista con Imagen, Nombre Comun, Nombre cientifico y opcion de busqueda por nombre. Similar a Whatsapp. 4. Del listado de especie se seleccione especie y muestra informacion adicional de la especie en forma de pestaña en donde se encuentran tres pestañas, Descripción, Zootecnia y Ecológico. 5. Evaluacion a partir de los datos registrados previamente. La base de datos se debe encontrar en forma local ...

    $564 (Avg Bid)
    $564 Oferta promedio
    13 ofertas

    Necesitamos una animación compatible con Swift y Kotlin para colocarla como splashscreen en nuestra App Móvil

    $6 / hr (Avg Bid)
    $6 / hr Oferta promedio
    4 ofertas

    Desarrollamos una app que permite tomar fotografías y grabar videos en el celular para luego publicarlos. La versión para Android funciona perfectamente. La versión para iOS tiene problemas para tomar el video filmado o seleccionado d...plugins:<br />- cordova-plugin-camera<br />- cordova-plugin-compat<br />- cordova-plugin-console<br />- cordova-plugin-device<br />- cordova-plugin-file<br />- cordova-plugin-file-transfer<br />- cordova-plugin-filepath<br />- cordova-plugin-media-capture<br />- cordova-plugin-media-capture<br />- cordova-plugin-network-information<br />- cordova-plugin-photokandy-video-thumbnail<br />- cordova-plugin-sp...

    N/A
    N/A
    0 ofertas
    Ilustrar algo Finalizado left

    Se necesita un diseñador para juegos flash: SplashScreen Icono Botones Actores Tilsets Logo

    $133 (Avg Bid)
    $133 Oferta promedio
    2 ofertas
    Ilustrar algo Finalizado left

    Se necesita un diseñador para juegos flash: SplashScreen Icono Botones Actores Tilsets Logo

    $66 (Avg Bid)
    $66 Oferta promedio
    11 ofertas

    Necesito Modificar el source code de un app para android, se trata de una guia para ciudad, Compre dos source codes parecidos. Bien ambos tienen funciones que me gustaria que fueran en uno solo. (NOTA: compre exactamente estos dos source codes para modificarlos ) 1er. app 2do. app https://play.google.com...del primer app. Bien arriba irian anuncios de admon y abajo un banner de una de mis paginas. Y que tambien se viera como en el segundo app. Como aparece el numero de telefono, mapa, website, reviews, rate my app y que cuando toque el boton de mapa aparesca la opcion de gps como en el segundo app. que no aparece en el primero. yo les enviaria ambos source codes con todo lo necesario, icons, splashscreen, etc...

    $165 (Avg Bid)
    $165 Oferta promedio
    5 ofertas

    ...software para actualizar aplicación móvil desarrollada en Titanium, tanto para iOS como Android. iOS debe cubrir inclusive iPhone 5 con iOS7. La aplicación actual la tenemos desarrollada hasta iPhone 4 con iOS6. Fecha de entrega: 5 de Marzo a más tardar. La aplicación actual que ya tenemos implementada, y necesitamos actualizar, hace lo siguiente: Paso 1: el app inicia mostrando el splashscreen y luego las instrucciones. El usuario le da al botón comenzar. Paso 2: se muestra lista de videos con scroll vertical (la imagen del video y URL se toman desde un WS). Usuario selecciona un video. Paso 3: la pantalla se divide en dos. En la parte superior se muestra lo que toma la cámara frontal del cel, la parte inferior muestra...

    $647 (Avg Bid)
    $647 Oferta promedio
    5 ofertas
    APP IOS & Android Finalizado left

    ...Especificación de métodos y clases del Web Service - Árbol de navegación de la aplicación móvil Nosotros proveeremos un Wireframe (layout gráfico) para trabajar, junto a todo el material gráfico. Luego de todo validado, se procede al desarrollo de la aplicación. PROGRAMACIÓN Y SUBIDA A centros de descarga aplicación ios y android - pantalla de bienvenida con logotipo de la marca (tipo splashscreen). - Login con Facebook Connect o Formulario - Botones superiores: Beneficios y Eventos. a. Beneficios: Corresponde a gráficas y descripción. Incluye contenido promocional de entretención, gastronomía, deportes, otros: se listan y con un “mos...

    $4291 (Avg Bid)
    $4291 Oferta promedio
    9 ofertas

    I'm seeking an experienced developer with solid knowledge in OpenSceneGraph 3.6, particularly someone who can swiftly diagnose and fix a bug causing screen flicker when updating camera position. The application in question involves 3D graphics rendering on a Linux system, and the issue can be found at Skills and Experience: - Strong familiarity with OpenSceneGraph (particularly version 3.6) - Proficiency with Linux systems - Expertise in 3D graphics rendering - Proven troubleshooting and debugging skills Your task will be to review the details provided, replicate the issue independently, diagnose the root cause, and then implement a reliable solution. Any changes made should preserve the overall performance and functionality

    $12 (Avg Bid)
    $12 Oferta promedio
    4 ofertas

    I am working on a desktop application that incorporates OSG (OpenSceneGraph) c++, coupled with a C# WPF UI. The application is encountering issues with touch screen inputs, specifically with single and double tap gestures. These inputs are not being received in specific elements of the WindowData Visualization module. Code Snapshot:: { osg::ref_ptr<osg::GraphicsContext::Traits> myTraits = new osg::GraphicsContext::Traits; // Set location and size of the window myTraits->x = windowX; myTraits->y = windowY; myTraits->width = windowWidth; myTraits->height = windowHeight; myTraits->windowDecoration = true; myTraits->doubleBuffer = true; myTraits->sharedContext = 0; myTraits->samples = 6; myTraits->inheritedWindowData = new osgViewer::Graphi...

    $166 (Avg Bid)
    $166 Oferta promedio
    5 ofertas

    This app has two pages, the splash screen and a main page on which there are three buttons, ON/OFF and High, Medium and Low settings. The Splashscreen has the word 'Stop.' on it, and I need this as the main feature, and in a font suggested by the designer. The word 'Stop.' (with the full stop) needs to be the word on the app button as well, and this needs to be part of the design package. I had the idea of the splash screen being a series of narrow, different-coloured stripes, which start falling to the bottom of the screen, leaving 'Stop.' in those colours and the rest of the screen white (if that makes sense? Or perhaps starting with a white screen and drops of paint hitting the invisible word, but getting splashed with colour by the drops until the w...

    $120 (Avg Bid)
    $120 Oferta promedio
    32 ofertas

    I am looking for a mobile application developer who is an expert in WoWonder script. The project requires the following specific features: - Setup: Firebase - Setup Onesignal - Setup Social login "Apple & Google" - Setup In-App-Purchase - Setup Admob - Setup Google Maps API - Setup API - Reskin some icons & splashscreen - Buid the Application without any error. Please note: Developer must Work remotly directly on our PC, through TeamViewer.

    $26 (Avg Bid)
    $26 Oferta promedio
    13 ofertas

    ...cordova-plugin-migrate-localstorage 0.0.2 "Migrate WebView Data" cordova-plugin-network-information 3.0.0 "Network Information" cordova-plugin-openwith-ios-klender 1.0.0 "OpenWith" cordova-plugin-phpicker 1.0.0 "PHPicker Cordova Plugin" cordova-plugin-printer 0.8.0 "Printer" cordova-plugin-purchase 13.8.6 "Purchase" cordova-plugin-safariviewcontroller 2.0.0 "SafariViewController" cordova-plugin-splashscreen 6.0.2 "Splashscreen" cordova-plugin-statusbar 4.0.0-dev "StatusBar" cordova-plugin-telerik-imagepicker 2.3.5 "ImagePicker" cordova-plugin-theme-detection 1.3.0 "ThemeDetection" cordova-plugin-whitelist 1.3.5 "Whitelist" cordova-plugin-x-socialsharing 6...

    $8018 (Avg Bid)
    $8018 Oferta promedio
    32 ofertas

    Create subscription screen to choose subscription plan where each details such as Plan title, Plan Description, Plan amount, Plan validity, Discount, Note should be loaded from firestore. Current user subscription validity should be checked in splashscreen. Integration of payment gateway such as UPI, Paytm, PhonePe, PayU for subscribing plan. Note: Code should be easyly understandable for further development

    $70 (Avg Bid)
    $70 Oferta promedio
    3 ofertas

    Create subscription screen to choose subscription plan where each details such as Plan title, Plan Description, Plan amount, Plan validity, Discount, Note should be loaded from firestore. Current user subscription validity should be checked in splashscreen. Integration of payment gateway such as UPI, Paytm, PhonePe, PayU for subscribing plan. Note: Code should be easyly understandable for further development

    $118 (Avg Bid)
    $118 Oferta promedio
    3 ofertas

    I am looking for experienced Android & Flutter developers to help me in updating my existing Flutter app to incorporate a SplashScreen using the latest version of Android v12 API. Specifically, my app is running on Flutter v2.0.0 and I have a set of specific design elements and requirements for creating the SplashScreen. I am looking to have this project completed within one week of the developer's start date. This project must demonstrate skill in both Android and Flutter development. If you think you are qualified for this project, please contact me. Thank you!

    $194 (Avg Bid)
    $194 Oferta promedio
    55 ofertas
    Extend a flutter app Finalizado left

    I have a flutter app, written in Dart, that needs to be extended. The largest 2 improvements are: 1. Add subscriptions that work for Android and iOS and block an existi...subscribe to different notification categories via the app which also needs to be implemented. Additional improvements are: 3. Add Crashlytics 4. Create product pictures for the AppStore and Google Play Store 5. Improve error handling for HTTP API requests and provide visual feedback to users in the app 6. Allow users to add a username that will be pushed to our servers via an API 7. Add a splashscreen / launch screen to show while data is fetched from the API during startup The API functionality is provided by us. The data format is JSON. Code changes will be pushed to a shared git repository and will be review...

    $607 (Avg Bid)
    $607 Oferta promedio
    156 ofertas

    ...project) Problem statement: Input - I will provide a sample app (VS project) which allows to load a .stl file and view the triangulated version of the same. A code will also be present to select a region of the .stl file. Sample .stl file will also be provided. A region of code where re-mesh functionality has to be written is clearly specified. The visualisation of the .stl files are done in OpenSceneGraph (which is a layer on OpenGL). Output - The same .stl file with the selected region re-meshed. Our application is in C++, however we can use a python library if it speeds up the activity and I can integrate the same. Constraints - The app should also re-mesh the visible surfaces. The surfaces could be in multiple planes. The app need not re-mesh the surfaces which are hidd...

    $105 (Avg Bid)
    $105 Oferta promedio
    4 ofertas

    Project Title: Manage GPU 3D usage for OpenGL / OSG (OpenSceneGraph) project Description: I am looking for a skilled developer to manage GPU 3D usage for my OpenGL / OSG project. The desired outcome for managing the GPU 3D usage is optimizing performance. Skills and Experience: - Proficiency in OpenGL and OSG - Strong understanding of GPU management techniques - Experience in optimizing GPU performance - Familiarity with software-based GPU management If you have the expertise in GPU management and optimizing performance, and experience with software-based GPU management on desktop platforms, please submit your proposal. Details: please refer to the attached file. In this file, you can see that we add a part and the GPU usage of the part spikes upto 100%. We think that this is ...

    $98 (Avg Bid)
    $98 Oferta promedio
    3 ofertas

    Create subscription screen to choose subscription plan where each details such as Plan title, Plan Description, Plan amount, Plan validity, Discount, Note should be loaded from firestore. Current user subscription validity should be checked in splashscreen. Integration of payment gateway such as UPI, Paytm, PhonePe, PayU for subscribing plan. Note: Code should be easyly understandable for further development. Functions should be easyly callable with parameters from any other future screen.

    $135 (Avg Bid)
    $135 Oferta promedio
    18 ofertas

    For a project created with Ionic 7, I need icons and splashscreens in the different formats. The required files can be found in the attached ZIP file. The basis for the icon is navigium_app_icon.psd. The splash screen should contain the icon and the logo (). So it is not a question of a new design, but merely of converting it into the correct formats.

    $26 (Avg Bid)
    $26 Oferta promedio
    31 ofertas

    ...More information about the Simple 3D Buildings scheme can be found here: More information about our software can be found here: More information about osgEarth can be found here: More information about OpenSceneGraph can be found here: Requirements: -Experienced with C++, OpenGL, osgEarth and OSG. -Understands the flow, knows how to communicate (English) and respond. -direct communication with the developer required, no intermediaries! -At least 3 years of experience. -Can finish the work (entirely!) as per schedule (within 3-4 month). -we will have a fixed price that is accepted by both

    $6814 (Avg Bid)
    Destacado Acuerdo de Confidencialidad
    $6814 Oferta promedio
    7 ofertas
    Trophy icon MOST DASHING LOGO & Splash Screen DESIGN Finalizado left

    website name : logo name : ===== the ask ==== Know best offers from the stores nearby. Get the best deals. Save lots of money. Looking for a sleek logo ...minimalist logot .....yet memorable for the UAE shoppers. for shoppers and tourists in UAE. (especailly Dubai :) ) you may go as creative as you want. (splash screen inspiration attached...) Message to convey.. .find out the 'best offers' 'near you' 'from you mobile' 'get great discounts' 'lots of money back' 'save time' 'be very happy' outputs as below. icon (1024x1024 pixel PNG transparent) splashscreen (1280x2340 pixel JPG) Color Code : key colors to be used within the website is below. Please provide HEXcode number #4CC5FF; #FFC000; #F2F2F2; ...

    $15 (Avg Bid)
    Garantizado
    $15
    109 participaciones

    ...json contains a array of hosts or IPs - the hosts itself contain a array of ports in form udp/12345 or tcp/12345 - each port has a timeout value, how long to wait for a reply - a boolean per host failOnNoReply This json settings have to be cached locally in flutter and shown the last refresh date on the UI The UI is created via FlutterViz and can be shared on award. UI contains of: - splashscreen - login screen - list of hosts - detail view of one host list of hosts - show the hosts in a table style list, showing the name, the hostname/ip detail view of one host - on click on the host, show 2 buttons: ... - open sesame, which fires in the given order with the given max timeout the port connections ... - close sesame, which fires in the reverse order the given max tim...

    $15 / hr (Avg Bid)
    $15 / hr Oferta promedio
    114 ofertas

    ...json contains a array of hosts or IPs - the hosts itself contain a array of ports in form udp/12345 or tcp/12345 - each port has a timeout value, how long to wait for a reply - a boolean per host failOnNoReply This json settings have to be cached locally in flutter and shown the last refresh date on the UI The UI is created via FlutterViz and can be shared on award. UI contains of: - splashscreen - login screen - list of hosts - detail view of one host list of hosts - show the hosts in a table style list, showing the name, the hostname/ip detail view of one host - on click on the host, show 2 buttons: ... - open sesame, which fires in the given order with the given max timeout the port connections ... - close sesame, which fires in the reverse order the given max tim...

    $14 / hr (Avg Bid)
    $14 / hr Oferta promedio
    36 ofertas

    ...json contains a array of hosts or IPs - the hosts itself contain a array of ports in form udp/12345 or tcp/12345 - each port has a timeout value, how long to wait for a reply - a boolean per host failOnNoReply This json settings have to be cached locally in flutter and shown the last refresh date on the UI The UI is created via FlutterViz and can be shared on award. UI contains of: - splashscreen - login screen - list of hosts - detail view of one host list of hosts - show the hosts in a table style list, showing the name, the hostname/ip detail view of one host - on click on the host, show 2 buttons: ... - open sesame, which fires in the given order with the given max timeout the port connections ... - close sesame, which fires in the reverse order the given max tim...

    $331 (Avg Bid)
    $331 Oferta promedio
    31 ofertas

    Our so...information about the Simple 3D Buildings scheme can be found here: More information about our software can be found here: More information about osgEarth can be found here: More information about OpenSceneGraph can be found here: Requirements: -Experienced with C++, OpenGL, osgEarth and OSG. -Understands the flow, knows how to communicate (English) and respond. -At least 3 years of experience. -Can finish the work (entirely!) as per schedule (within 3-4 month). -we will have a fixed price that is accepted by both parties that are needed for the work to be completed.

    $5562 (Avg Bid)
    Destacado Acuerdo de Confidencialidad
    $5562 Oferta promedio
    16 ofertas

    I need a designer who can design all screens in FIGMA or Adobe XD. It is a restaurant app where users can book restaurant items online. Below are the tentative screens it would have: - SplashScreen - Sign In - OTP - Sign up- OTP - Forgot Password - Reset Password - Edit Profile Page - Side Menu Categories ( By default display first category items) - Display Listing of food items on clicking on menu item - Listing Search Functionality - Enter Address Page with google map ( ?? ) - Add to cart ( display total and all things as well) - Payment Gateway - Order success page - Order fail page - Contact Page - Order History Page

    $119 (Avg Bid)
    $119 Oferta promedio
    49 ofertas
    Sports app Finalizado left

    I want to get logo and splashscreen designed

    $14 (Avg Bid)
    $14 Oferta promedio
    15 ofertas

    ...under android (APK & AAB) and ios (Eg. if for android version 1.0.0 is already built for APK then the application will not allow building APK again with version 1.0.0 in this case user will get the message but if AAB and IPA file are not built using version 1.0.0 user can build the app and the user will not get any message 5. Remove the Background Mode and Color option under Graphic Assets / Splashscreen Settings and Background Image under the Assets section. By default, the background mode will be Image and this image will be added by Admin under Background Image under the Assets section which is already there. Other Changes 1. SMTP is not working need to check and resolve the issue. 2. Website load issue needs to resolve. When we try to log in some time it keeps loading af...

    $157 (Avg Bid)
    $157 Oferta promedio
    18 ofertas

    ...know) - no UI or chart required for the directed graph, only provide coded sample data and persist it you deliver the code, which basically has - a main(), - main() is using your implemented classes, no custom code in main() - opens a splash screen or a UI on starting to show something is going on Delivery Milestones: MS1: run embedded h2database with maven run and display in a dialog/UI/splashscreen the started database status: - encrypted database files in a configurable (java constant) folder, which is as default - backup creation of database files on starting by ensuring transaction log is written, with rolling file naming - ensure clean close/disconnect of h2database with a java exit hook - strict mode - ensure only one instance is running, or ensure database files a...

    $19 / hr (Avg Bid)
    $19 / hr Oferta promedio
    10 ofertas

    ...nice status dialog (with fade out and close button) on status change - status change will be simulated by a custom entry in tray context menu item "change status" - ensures only one instance of app is running per User - provide user prompt to open the current running instance or to kill already running instance or to open other instance instead Delivery Milestones: MS1: javaFX delivery for splashScreen, status and system tray clean code Needs to work well on windows 10 MS2: works also on Linux (e.g. use Ubuntu 20.04 LiveDVD on virtualPC/virtualBox) and on windows 11 delivery of the rest - ensures only one instance of app is running - provide user decision to kill already running instance or to open other instance instead MS3: needs to work well on MacOS 11 (Big Sur...

    $13 / hr (Avg Bid)
    $13 / hr Oferta promedio
    13 ofertas

    ...expertise! you deliver the code, which basically has - a main(), - opens a splash screen on starting - register to system tray - display a nice status dialog (with fade out and close button) on status change - ensures only one instance of app is running - provide user decision to kill already running instance or to open other instance instead Delivery Milestones: MS1: javaFX delivery for splashScreen, status and system tray clean code Needs to work well on windows 10 MS2: works also on Linux (e.g. use Ubuntu 20.04 LiveDVD on virtualPC/virtualBox) and on windows 11 delivery of the rest - ensures only one instance of app is running - provide user decision to kill already running instance or to open other instance instead MS3: needs to work well on MacOS 11 (Big Sur) and new...

    $11 / hr (Avg Bid)
    $11 / hr Oferta promedio
    14 ofertas

    Hello, I'm looking for a graphic designer to design a logo and splashscreen for 2 apps. They would be very similar since there is one app logo and splashscreen for customers and merchants. I'll attach images to what you could find inspiration from. The theme of both logos and splashscreen is a "Dominican bodega", very common in the Dominican Republic and known as "Colmado". With that in mind, we need a logo that resembles the iconic image of one of the popular establishments and looks very like if you Google for "Colmado". Keep in mind: - The logo and splashscreen for each app doesn't need to be very different, since it is the same theme for everything. - For colors, we prefer green but suggestions are allowed. - Yo...

    $100 (Avg Bid)
    Garantizado
    $100
    133 participaciones

    Hi! We are a software development company that is looking for a C++engineer to help us on a project for one of our clients. We need an expert C++ developer with experience using image processing applications and GUI functionality. Must have experience developing QT/QML applications. Skills: - C++ - Qt/QML - Familiarity with: OpenSceneGraph, OpenCV, OpenGL Our client is looking to work with a team of developers to create a cloud based business intelligence software to manage their transport business. The goal of this software is to create an inhouse product which can be worked on and progressed over time. This project will contain the following modules each being a vital part of the system. Management Dashboard Booking variables Zone Creation/ Mapping Dynamics Pricing Matrix...

    $1184 (Avg Bid)
    $1184 Oferta promedio
    38 ofertas

    After upgrading the Android SDK to API 31 the SplashScreen and Android are not shown correctly. As the splashScreen my Icon is being showed. So what I need is to have a correctly splashScreen for the application. Attached you could see how the Icon and SplashScreen are in iOS. They need to be the same in android.

    $28 (Avg Bid)
    $28 Oferta promedio
    9 ofertas

    I want to create a mobile application exactly like Snapchat with basic features : - Splashscreen - form authentification - Camera screen exactly like snapchat , button to take picture and button to send picture -Menu to historical pictures token by app -button to select multiple pictures and send multiple pictures technology : react native or IONIC - provide code + apk build and IOS ipa -

    $450 (Avg Bid)
    $450 Oferta promedio
    65 ofertas

    Hi Shahida P., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $20 (Avg Bid)
    $20 Oferta promedio
    1 ofertas
    Xamarin Forms UI Finalizado left

    Hi, i need some Xamarin Forms Screens. In fact i want someone to create a xamarin forms project for android and ios with : a splashscreen a login / subscribe screen a main screen a account screen. i just need the xaml design . I'll give more details after. Regards.

    $31 (Avg Bid)
    $31 Oferta promedio
    7 ofertas

    We need an expert in the QT framework. To help us complete our OpenGL C++ render engine. It has already been started but we need a QT expert to continue it. We also need to integrate OpenSceneGraph into our QT renderEngine so we need someone who understands how to use openscenegraph or someone who can learn fast by reading the openscenegraph documentation. We will need someone who understands volume rendering and knows advanced Opengl and GLSL

    $1183 (Avg Bid)
    $1183 Oferta promedio
    32 ofertas

    I have an android application or I want to modify the splashscreen image that I will provide you, a URL because it is a Webview and the icon of the application and its name. Once this is done and the APK file test approved by me, I will provide you the access to my Play Store account to publish it. Thanks in advance

    $14 (Avg Bid)
    $14 Oferta promedio
    6 ofertas

    Hi there, I have developed a very simple iOS app that is now successfully launched, and now I need an Android version created. I understand the differences between the platforms, and given the simple functionality of the iOS app I think we can replicate it perfectly. My app has the following features: - logo on the splashscreen animates size and alpha before transitioning to main app screen - The main app screen contains the following: -- i. Logo at the top with some static (not dynamic and not likely to ever change) introduction text -- ii. Large button (the design is an image) that opens a modal overlay containing a webview to an external link (with no controls or browser chrome) -- iii. Large pane containing a headline, intro text and thumbnail for a newsletter/ blog post. ...

    $366 (Avg Bid)
    Acuerdo de Confidencialidad
    $366 Oferta promedio
    12 ofertas

    ...needed. Please include links to your published apps on app stores. The actual tasks are below. -Activate Push notification -Update deprecated plugins -Create a wallet -20 seconds timer sound for automatic driver assignment with Acceptance rate, earnings, and ratings -Show breakdown of discount on all order summary (Have coupon - change to Enter code text edit) -Update logo, flatapp icon, and splashscreen for customer, manager and rider apps -Assigned to driver grammar incorrect -Create a support system by integrating Freshdesk on the customer, manager, and rider app -Show estimated delivery time to customer based on rider location ETA + merchant 20 min prep time -Add small order, tips, and free delivery coupon/discount -Allow merchant to chat with customer and customer to chat...

    $782 (Avg Bid)
    $782 Oferta promedio
    46 ofertas

    ..."cordova-plugin-device": "^1.1.7", "cordova-plugin-file": "^6.0.1", "cordova-plugin-geofence": "^0.7.0", "cordova-plugin-geolocation": "^2.4.3", "cordova-plugin-http": "^1.2.0", "cordova-plugin-mauron85-background-geolocation": "^2.3.5", "cordova-plugin-nativestorage": "^2.3.2", "cordova-plugin-network-information": "^1.3.4", "cordova-plugin-sms": "^1.0.5", "cordova-plugin-splashscreen": "^4.1.0", "cordova-plugin-statusbar": "^2.4.2", "cordova-plugin-whitelist": "^1.3.3", "cordova-sms-plugin&...

    $231 (Avg Bid)
    $231 Oferta promedio
    23 ofertas