Ruler app for iphone työt

Suodata

Viimeisimmät hakuni
Suodatusperuste:
Budjetti
asti
asti
asti
Tyyppi
Taidot
Kielet
    Työn tila
    2,000 ruler app for iphone työtä löytyi, hinnoittelu EUR
    digital image Loppunut left

    looking for a simple digital image for iPhone, 3 versions light grey background Jen Gesick - in script font, underlined, in black The Modern Desert Group - logo in black KW Luxury Logo - in Gold once the layout is approved, we will make the other 2. needs to be 1170 x 2532 {in pixels}

    €23 (Avg Bid)
    €23 Keskimäär. tarjous
    1 tarjoukset

    ...items in PDF related to this project) 1 - When the number in the panel reaches 0, the panel is deleted. 2 - Increase the score displayed at the end of the game (currently only up to 4 digits are displayed) 3 - Corrected score calculation (less points added when negative numbers are involved) In the original score calculation, the sum of the two numbers without the + and - is added (the same goes for ×). (-4 + -2 Correctly, 6 points are added, currently 6 points are deducted. 4 + -2 Correctly 6 additional points, currently 2 additional points) *not important 4 - I want to display score letters and numbers separately. 5 - Do not display score when game fails 6 - Speeding up game loading (such as integrating scenes into one scene or loading another scene) In case of scene...

    €1206 (Avg Bid)
    €1206 Keskimäär. tarjous
    1 tarjoukset

    ...creating a machine learning app that analyzes a users faces The app is complete but we now need to finalize the about page of our website by adding lots of cool 3D animations and elements. We need an expert with years of experience in Spline. Our deadline is 3 days away and ideally we would like to collaborate with you live over call to complete this work in one day, in a few hours. The animations are not overly complex. You must be available immediately to begin working on this. Examples of the kinds of animations we desire to include: Make all of them scroll events so that when the user scrolls through the elements the stuff animates 3D designs to integrate: ---17:00-17:33 particle effect with words Interactive App UI Design in 3D With Spline! ---Iphone...

    €445 (Avg Bid)
    €445 Keskimäär. tarjous
    107 tarjoukset

    I require a developer who can create an effective and minimalist designed app for both Android and iPhone. The main function of this app will be for employees to sign up and enter their timesheets on a weekly basis. Essential skills/experience: - Experience in mobile app development across both Android and iPhone platforms - Ability to create a clean, minimalistic design - Prior experience or understanding of HR systems for seamless integration Key Features: - User signup/login - Weekly timesheet input - Integration of these inputs with an existing Human Resources system for data coherence This project is a great opportunity for freelancers with a knack for creating intuitive and user-friendly applications w...

    €210 (Avg Bid)
    €210 Keskimäär. tarjous
    145 tarjoukset

    Require iOS/iPhone mobile developer, you will need to show examples of previous work that has reasonable downloads from the iOS app store A frontend application to be created to keep track of items received and sent, wireframe to be discussed in detail via chat About 5-6 screens to be built, not too complex but does require some accessing backend API to fetch data, then display it nicely. There is going to be limited complexity in the app itself, most of it will be tracking data. So being able to have a smooth UI and good UX is key criteria. The app will need to implement AdMob and subscription to the Apple store, so you must have knowledge or experience with those. (eg. or other ways of managing subscription) Do

    €470 (Avg Bid)
    €470 Keskimäär. tarjous
    85 tarjoukset

    I would like my push notification to hide automatically after being shown on ios

    €26 (Avg Bid)
    €26 Keskimäär. tarjous
    29 tarjoukset

    Require iOS/iPhone mobile developer, you will need to show examples of previous work that has reasonable downloads from the iOS app store A frontend application to be created to keep track of items received and sent, wireframe to be discussed in detail via chat About 4-5 screens to be built, not too complex but does require accessing backend API to fetch data, then display it nicely. There is going to be limited complexity in the app itself, most of it will be handled by backend. So being able to have a smooth UI and good UX is key criteria. The app needs to generate a local key/identifier to be used to communicate with the backend, this can be username / email used to download from app store Do note, fully working application required BEFORE any paym...

    €498 (Avg Bid)
    €498 Keskimäär. tarjous
    83 tarjoukset

    ...that will handle browser automation for me. You should know the twilio vitual number. We will also create below pages. Login Page - Login Name - Password Use the encryption for password and session to login For all page, should have sidebar - iPhone List - Create new iPhone info - Change password - Logout After login should go iPhone list page, iPhone list page For iPhone list, -For each record, should have tick button for selection, users can select all iPhone and do the reset/delete. -Search iPhone name input field Column: -iPhone name, apple account id, virtual number, reset button, edit button, delete record button, and view latest sms code button. -for the edit button, s...

    €451 (Avg Bid)
    €451 Keskimäär. tarjous
    114 tarjoukset

    Create timesheet functionality with option to attach screenshot in our website and iPhone application.

    €168 (Avg Bid)
    €168 Keskimäär. tarjous
    77 tarjoukset

    ...working with Power Automate or some other tool to do syncing Your task would include: - Fully syncing my corporate calendar with my personal calendar... OR getting my corporate calendar to appear on my Iphone Calendar. - Ensuring that all events are successfully transferred and stay updated. -When events update in the corporate calendar, they are automatically updated on the personal office calendar. Here are some of the challenges you need to know about. **I have Office 365 for my personal business and need to sync with corporate clients I work with. **The client does not allow for tenant access on the Azure AD side so using my previously developed Power Automate solution to sync calendar does not work. **The client has disable the use of the Google C...

    €28 - €232
    Mainostettu Kiireellinen Sinetöity
    €28 - €232
    13 tarjoukset

    I'm looking for a tech-savvy professional to develop a singular script that will function effectively on both Android and iPhone platforms. This script is strictly for the purpose of automating processes. Therefore, the ideal candidate should have: * Proven experience in cross-platform mobile application scripting. * Expertise in Android and iPhone platforms. * A solid understanding of process automation. By being able to develop a script that functions efficiently on both platforms, you'll help us achieve seamless integration and functionality. Please only make a bid if you are confident in delivering a single, precise, and well-optimized script for process automation that caters to both Android and iPhone. I look ...

    €20 (Avg Bid)
    €20 Keskimäär. tarjous
    12 tarjoukset

    ...is a backend of an andoid/iphone app. The app registers itself to Firebase, and I would like to send push messages he devices via FCM REST API. It is working well if I get the oAuth Token myself and add hard-coded to the POST message. The goal of this project is to provide me with a PHP code that gets the oAuth Token programmatically, as in: I expect a working code something like this: // START $client = new Google_Client(); // WHATEVER ..... // Authenticate and get the access token if ($client->isAccessTokenExpired()) { $client->refreshTokenWithAssertion(); } $accessToken = $client->getAccessToken(); // Access token to use with FCM REST API $token = $accessToken['access_token']; echo "Access Token for FCM: " . $token...

    €9 - €28
    Sinetöity
    €9 - €28
    6 tarjoukset

    I am seeking a competent and experienced developer to create three interrelated components - a WordPress plugin, a C# service, and an iPhone app, all focused around software activation and tracking. Fix Budget $250. Only Bid if can do this job for this budget. Key components includes: 1. **WordPress Plugin** * Main functionality: Software activation. * Auto Key Generation On Purchase or Trial key (All Has to Be Unique and only 1 device Per Key ) * Trial , Recurring and One Time Purchase options * Should Be Able To Add Multiple Software's for activation * option to add which features to be active for Software Add On Purchase * Manual Key Generation * Needs to Track if Software is Uninstalled in order to allow othe...

    €154 (Avg Bid)
    €154 Keskimäär. tarjous
    35 tarjoukset

    Create a mobile App for both Android and iPhone that will use free news API: To display daily news based on user selected categories. The mobile App will support notifications, searching for news articles using features such as sentiment analysis, social signals that are available via the news API.

    €415 (Avg Bid)
    €415 Keskimäär. tarjous
    36 tarjoukset

    I'm in need of an iPhone app that simplifies the decision-making process for two people looking to grab lunch together. Here's what I need: - Voting System: The core function of the app should be a system that requires each person to vote 5 times, ranking places 1-5 where they'd like to eat. This gives both people equal representation in the decision and prevents any power imbalances. - User Login: This will really only be used by myself and 1 other person. Doesn't need to be private or anything. The ideal freelancer for this job should have demonstrated experience in developing iPhone apps or web development that could be used on an iphone, particularly with voting/ranking systems. An understanding of UI/UX design woul...

    €28 (Avg Bid)
    €28 Keskimäär. tarjous
    6 tarjoukset

    Aplicación Impresión directa Descripción Aplicacion para Android y Iphone mediante la cual el cliente puede realizar pedido de impresión de archivos en formato pdf, doc o jpg. Una vez realizado el pago del pedido, se genera número de pedido y el mismo se imprime directamente a través las impresoras que tenemos en una de nuestras sedes. Se puede contar con servidor en NAS de Synology, o servidor virtual vps con linux. Nombre de aplicación: Se darán los datos una vez concretado el trabajo SO: Android e iOS Impresoras: Konica Minolta Bizhub c458 instaladas en red local y con conexión a Internet Funcionamiento: La descarga gratuita se deberá hacer a través de Google Play. Una vez instalado el programa n...

    €645 (Avg Bid)
    €645 Keskimäär. tarjous
    27 tarjoukset

    I am seeking an experienced mobile game developer to create a simple, yet captivating iPhone game. The game will prominently feature an existing 3D avatar in standing position (with rigs) made in Maya. Game mechanics: - The avatar is an animal that is in a sitting position. - It is standing in the nature or in a house (to be defined). - Bones are dropping done from the top. - By tapping on the bones the animal jumps up and tries to catch the bones (there is no 3D model for the bone yet). - If the animal catches a bone the player gets points. - If bones are being catched without mistakes, the player gets a bonus. - if three bones are not catched the game ends. -afer the game ends, the play can play with the dog, the same game mechanics apply like in the bone game, the dog jum...

    €687 (Avg Bid)
    €687 Keskimäär. tarjous
    42 tarjoukset

    i like to develop app for android/iphone 1. app works with youtube account (pro) 2. search option if clients put song name or artist , it browse karaoke songs from youtube 3. once found song client like, he can do "play now" or "add cue" in youtube 4. the app shows cue list from youtube so client know which songs have been played and when will be his song turn. 5. support English, spanish, korean, Chinese and Japanese admin configuration can set which chromcast to connect, and once powered on either tablet/phone, it connects to that chromcast automatically

    €230 (Avg Bid)
    €230 Keskimäär. tarjous
    34 tarjoukset

    i like to develop app for android/iphone 1. app works with youtube account (pro) 2. search option if clients put song name or artist , it browse karaoke songs from youtube 3. once found song client like, he can do "play now" or "add cue" in youtube 4. the app shows cue list from youtube so client know which songs have been played and when will be his song turn. 5. support English, spanish, korean, Chinese and Japanese admin configuration can set which chromcast to connect, and once powered on either tablet/phone, it connects to that chromcast automatically

    €125 (Avg Bid)
    €125 Keskimäär. tarjous
    9 tarjoukset

    I am seeking a voice actor to deliver a few lines centered on a fae ruler's protection sigil of a character. Key Project Details: - The video's purpose is storytelling, a piece of the storyline in place for the character, a big part of the characters personal development . - The ideal candidate should possess strong voice and line delivery, authoritive and a bit spooky, voice inspiration is heavily influenced by the Merida's beacon dialogue from Skyrim Required Skills and Experience: - Voice acting - Knowledge of how to portray tone based on the story context The ideal freelancer for this project will also be able to capture the theme of a not quite godlike entity, able to clearly annunciate without sounding like you're reading off dialogue, trying to ...

    €77 (Avg Bid)
    €77 Keskimäär. tarjous
    17 tarjoukset

    ...mid-level experienced developer to create an iPhone app with the primary capability of motion detection. Key Features: - The app will implement motion detection technology. Do video capture and compare motion with expected motion for athletes. Purpose of the app is to compare expected motion with actual motion detected. Ideally arms, legs, body and fingers should be detected. Required Application Information: - In addition to presenting a brief outline of your proposal for the project, please specifically highlight your past working experience. Demonstrating expertise and knowledge in motion detection apps will be highly advantageous. Skills and Experience: - Ideal candidates will have mid-level experience in mobile app development, s...

    €148 (Avg Bid)
    €148 Keskimäär. tarjous
    23 tarjoukset

    ...pasted auto-responses- they will not be considered! Please speak specifically to the details of this specific project. I need an experienced iOS app developer to create a one-of-a-kind application compatible with both iPhone and iPad. The key feature of this app is the ability to input a text message of more than 100 characters onto pre-existing GIFs, generating a unique, personalised sharing experience for users. Key responsibilities: - Developing an intuitive and user-friendly interface - Integrating GIF library within the app - Enabling text input method to modify selected GIF - Ensuring optimal performance of the app on both iPhone and iPad Ideal skills and experience: - Proficiency in iOS development (Swift/Obj...

    €7394 (Avg Bid)
    €7394 Keskimäär. tarjous
    70 tarjoukset

    I'm seeking a professional with a strong understanding of iPhone software and security systems. Your task would involve: - Investigating and identifying the software that has been used to monitor my iPhones - Removing this software to cease any current monitoring - Bolstering the security of my devices to prevent future infiltration All iPhones are running on the same version of iOS. Expertise in iOS software and a background in cybersecurity or technology forensics is highly desired. A clear and effective communication style to guide me through this process would also be valued. Ability to deliver the service remotely is a must.

    €19 / hr (Avg Bid)
    €19 / hr Keskimäär. tarjous
    40 tarjoukset

    ... If you possess an eye for capturing appealing product images, and are ready for a dynamic experience, we're excited to connect with you! Location : Cardenas Markets 16721 Valley Blvd. Fontana CA 92335 Date- Thursday 3/28/24 at 10:30am. Pay: $2 per product captured Equipment: Digital Camera, Mobile phone Process: Following our established guidelines which would be supplied to you, you will capture product images using the provided lightbox and your iPhone, alongside a mobile app equipped with barcode scanning functionality. Requirements: Ability to stand and find items at the grocery store, for 5 hour period. Ability to follow guidelines for precise product image capture. Attention to detail in composition and lighting. Effecti...

    €301 (Avg Bid)
    Paikallinen Salassapitosopimus
    €301 Keskimäär. tarjous
    5 tarjoukset

    I require a professional to design and build a social networking app for iPhones. This app will allow users to create profiles and share images/videos. Key Features: - User Profile Creation: Users should be able to create and customize their own profiles. - Image/Video Sharing: Users must be able to easily share images and videos with others on the platform. Ideal Skills and Experience: - Proven experience in iPhone app development, specifically for social networking apps. - Strong understanding of UI/UX principles for mobile design. - Excellent programming skills in Swift and familiarity with iOS frameworks. - Experience with photos and video sharing features. - Efficient and communicative, able to deliver on time and within budget.

    €67 (Avg Bid)
    €67 Keskimäär. tarjous
    21 tarjoukset

    Note: For freelancers only, companies please stay away I'm seeking a proficient developer to create a simplistic astrology-based application using the Dart programming language along with the Flutter framework. This application will primarily serve to provide daily horoscopes to users. An ideal candidate should possess the following skills: - Extensive experience with Dart and Flutter - A proficiency in creating sleek, minimalistic design aesthetics. - Skills to implement multi-language support as the app needs to cater to a global audience, extending beyond the barriers of language. The successful candidate should be able to demonstrate a previous portfolio of similar work. This project will require a keen eye for detail and a sound understanding of astrologic...

    €28 / hr (Avg Bid)
    €28 / hr Keskimäär. tarjous
    40 tarjoukset

    I'm in need of creating a CSV static file like this i will host own own server. csv data can be same as on its a csv file and shows as text when on browser. This project doesn't require any dynamic data manipulation or other data formats apart from CSV. Check the link for the type of file I want to create. Please bid if you have these skills.

    €19 (Avg Bid)
    €19 Keskimäär. tarjous
    19 tarjoukset

    I'm in need of a capable app developer who is proficient in Azure Maui for a project. The app should be designed for multiple platforms including Desktop, iPhone, and Android. - Audio recording: The app users should be able to easily record audio while using the app. - Audio saving and sharing: Aside from recording, users should also have the ability to save the audio files and upload them. I will provide an API to send the recorded files to. - Login - the app must support a login authentication. I am open to whatever you want to use. The app needs to allow the user to change their password. We (the company) will create the user accounts manually and send the user their password and login info. - Each Audio clip need...

    €2315 (Avg Bid)
    €2315 Keskimäär. tarjous
    80 tarjoukset

    I'm looking for an experienced app developer to craft a vision board application tailored for the iPhone 13. The app needs to deliver the following functionalities: I will provide you all the images, you just have to include it, and place it. Skills and experience needed include iOS app development, proficiency in minimalist UI/UX design, and a keen understanding of user-friendly interactivity. Familiarity with image editing features is a plus, as customization is a foundational element of this project. Your experience in creating goal-oriented or productivity-focused apps will be highly regarded. Example is below Thank you

    €44 (Avg Bid)
    €44 Keskimäär. tarjous
    7 tarjoukset

    I have my Facebook Messenger history in JSON format and I'm looking to be able to view it an iPhone app (either existing or newly created) that can display all messages and media from a particular date. Key Features: - Ability to decode JSON file and display all related messages and media from a specified date. - Include a search functionality to efficiently navigate through the content.

    €86 (Avg Bid)
    €86 Keskimäär. tarjous
    14 tarjoukset

    ...modifying an existing website to enable .heic image file uploads from iPhones, and automatically converting these files into .jpg format. Key requirements: - Automated .heic to .jpg conversion: The conversion needs to be a seamless process happening in the background without user interaction. - Maintaining .heic file: The original .heic files should be stored notwithstanding the conversion to .jpg for further offline processing. Your knowledge in managing file conversions and working with image files is key. You should be comfortable working with CodeIgniter and familiar with e-commerce website nuances. The right candidate is meticulous, able to adhere to project timelines, and is committed to maintaining the integrity of original files. Strong communication skills and the ab...

    €32 (Avg Bid)
    Taattu
    €32
    8 työtä

    We need a simple iPhone app test. You have to have iPhone with iOS 16.8 and newer.

    €6 / hr (Avg Bid)
    €6 / hr Keskimäär. tarjous
    9 tarjoukset

    I'm seeking a proficient HTML Email Designer/Developer to create an engaging and compatibility-efficient email template for our company's communication. This template will primarily be used on Gmail, Outlook, and iPhone Mail. We currently have no design templates so we will need you to conceptualize a design from scratch. The email must comprise the following elements: - A combination of text and images that create a visual impact - Links to our website Ideal skills and Experience: - Proficiency in HTML/CSS - Experience in creating cross-platform email templates - An understanding of Gmail, Outlook, and iPhone Mail platform specifications - A creative streak for designing engaging layouts. Your input will be fundamental to the creation of a professi...

    €27 (Avg Bid)
    €27 Keskimäär. tarjous
    25 tarjoukset

    We are in search of iPhone app tester. You need to have a physical iPhone with iOS 16.8 and newer. Very simple test, no experience required.

    €5 / hr (Avg Bid)
    €5 / hr Keskimäär. tarjous
    12 tarjoukset

    I am seeking researchers in Douala, Cameroon to conduct market research for a retail audit. The ideal candidate should have good communication skills. You will have to own and android mobile or Iphone device to be eligible for this project. You will visit 38 bars in the city of Douala, Cameroon and the payment for this project is €200 In each bar you will assess 3 products using our app that you will download on your phone. Training material will be provided before the project begins. Specific requirements for the project include: - Conducting bar audits in Douala, Cameroon - Collecting data on an app - Must have an android device or Iphone Skills and experience needed for this project: - Strong analytical skills - E...

    €196 (Avg Bid)
    Paikallinen
    €196 Keskimäär. tarjous
    2 tarjoukset

    We requitre an email signature that will work in outlook and on iphone. The signature we like is very simple with our logo. Please no silly high bids

    €24 (Avg Bid)
    €24 Keskimäär. tarjous
    86 tarjoukset

    ...brands, including but not limited to Apple, iPhone, Samsung, and other brands. The attributes mainly focus on mobile brand names and respective devices under each brand Magento 2 • Ideal Skills and Experience: The successful freelancer for this project should have significant experience with Magneto 2 and CSV file preparation for product attributes mass import. A deep understanding of mobile devices, their respective brands and attribute categorization will also be crucial. It would be beneficial if the freelancer also has a forward-thinking approach, able to consider potential future additions and categorizations. I anticipate for this task to evolve and potentially require additional attributing imports in the future, so an individual ready for...

    €50 (Avg Bid)
    €50 Keskimäär. tarjous
    12 tarjoukset

    I'm in need of a highly skilled and creative graphic designer with significant experience in UI design and Figma to undertake a couple transformations on an existing UI. The key tasks include: - Adjus...transformations on an existing UI. The key tasks include: - Adjusting the color scheme - Implementing layout changes, specifically: - Resizing certain elements (buttons, images, and tweaking background image sizes specifically for iPad/iPhone) - Reorganizing content in a more engaging and user-friendly way A keen eye for aesthetics and detailed knowledge about font changes are must-have skills for this project. Your ideas and design capabilities will be instrumental in breathing fresh vibe into our app's UI. Please place your bid with related w...

    €38 (Avg Bid)
    €38 Keskimäär. tarjous
    27 tarjoukset
    Whats app Loppunut left

    necesito pasar de un celular iphone a un celular samsung, todos los chats de Whats app con la informaciòn adjunta.

    €9 (Avg Bid)
    €9 Keskimäär. tarjous
    7 tarjoukset

    I'm seeking a proficient HTML Email Designer/Developer to create an engaging and compatibility-efficient email template for our company's communication. This template will primarily be used on Gmail, Outlook, and iPhone Mail. We currently have no design templates so we will need you to conceptualize a design from scratch. The email must comprise the following elements: - A combination of text and images that create a visual impact - Links to our website Ideal skills and Experience: - Proficiency in HTML/CSS - Experience in creating cross-platform email templates - An understanding of Gmail, Outlook, and iPhone Mail platform specifications - A creative streak for designing engaging layouts. Your input will be fundamental to the creation of a professi...

    €32 (Avg Bid)
    €32 Keskimäär. tarjous
    34 tarjoukset
    iPhone App testing Loppunut left

    I am seeking a freelancer with physical iPhone smartphone 16.8 and newer for a simple test.

    €5 / hr (Avg Bid)
    €5 / hr Keskimäär. tarjous
    9 tarjoukset

    Se necesita desarrollar una aplicacion movil para android y iphone en flutter que funcione como billetera virtual para un negocio. La billetera debe de considerar las siguientes caracteristicas: * Registro de usuarios. * CRUD de usuarios. * CRUD de cuentas. * CRUD de dependientes de los titulares. * Recarga por medio de tarjeta de credito o debito (Se proporcionara detalla de la pasarela de pago y documentacion). * Recarga Manual por pago en efectivo. * Manejo de saldos. * La interfaz debe de ser sencilla y amigable. * Descarga de saldos por concepto. * Debe de tener una parte para el cliente final y una para el administrador. * Debe contar con un portal web para cliente y un dashboard de adiministrador tambien. * De preferencia si la aplicacion es en Flutter, aunque lo dejamos a ...

    €622 (Avg Bid)
    €622 Keskimäär. tarjous
    69 tarjoukset

    Urgently seeking a Flutter developer with access to both Mac and Android devices to compile an APK for Android and an app for iPhone using this source code: I will provide all necessary source code and documentation. The task needs to be started and completed today for immediate demonstration to a client. Immediate hire. IMPORTANT: Please only bid if you possess a Mac for the iOS app compilation. Ready to start now.

    €21 (Avg Bid)
    €21 Keskimäär. tarjous
    6 tarjoukset

    Develop Meta Wiew-like App for Ray-Ban Stories Smart Glasses - Vocal command, for forecast weather. for iphone mobile.

    €24 / hr (Avg Bid)
    €24 / hr Keskimäär. tarjous
    56 tarjoukset

    I'm needing an expert to thoroughly test an iPhone need to have physical iPhone with iOS 16.7 and newer.

    €6 / hr (Avg Bid)
    €6 / hr Keskimäär. tarjous
    9 tarjoukset

    I am in need of a skilled video editor to cut together footage from my iPhone 14 Pro Max into a 2-minute video for a personal culinary presentation. This video is for a competition, so it needs to be of the highest quality. The editing should follow a documentary style. The footage was captured on an iPhone 14 Pro Max and needs an editor with experience in turning raw smartphone footage into a professional, engaging video. - Key Skills: Expertise in video editing, familiarity with iPhone footage, understanding of documentary-style editing. - Experience: Previous projects involving documentary style smartphone footage editing will be preferred. No special effects, just cutting a coherent and engaging narrative from the footage provided. The right cand...

    €22 (Avg Bid)
    €22 Keskimäär. tarjous
    22 tarjoukset

    I'm looking to develop a mobile application that is compatible with both iOS and Android p...explanantion The application must show security against screen record and screen capture and work seamlessly across iphone/ipad/android phones and tablets Skills and Experience Required: - Proven experience in developing educational mobile apps. - Strong knowledge of both iOS and Android app development. - Previous work with similar apps, particularly those focusing on exam preparation, will be highly regarded. - An understanding of college-level education and exams for content creation. - Excellent UI/UX skills to create an intuitive and engaging platform. The goal of this project is to create an interactive space that fosters a beneficial and effective learning envi...

    €1259 (Avg Bid)
    €1259 Keskimäär. tarjous
    116 tarjoukset

    As a leading creator of children's digital content, we're in need of an engaging and modern design UI for our upcoming iPhone/iPad app. The App, a tool for reading bedtime stories to kids, needs to captivate our young audience with its vibrant, bold aesthetics. Key Requirements: • Must prioritize design for both 12.9” iPad and iPhone 15 Pro Max • A bright and colorful color scheme is vital to our vibrant storytelling landscape, avoid dull colors • Illustrations should be cartoon-esque; Attracting attention, relaying tales creatively, and promoting interaction As an applicant, you should: • Possess exemplary skills in UI design and have a strong background in designing kid-friendly applications &bull...

    €97 (Avg Bid)
    Mainostettu Taattu
    €97
    41 työtä

    ...which should work accorss all the apps in iphone. The keyboard should detect keywords like 'remind' or 'todo' and trigger push notifications. It should work seamlessly across all iOS apps. Requirements: Local push notification generation based on specific keywords. Emoji support and text prediction. All standard iOS keyboard features. Functionality: Detect keywords and generate push notifications. Ensure smooth integration with various apps. Ideal Candidate: Experienced iOS developer with knowledge of Swift and Xcode. Previous experience with keyboard extensions is a plus. Deliverables: Fully functional custom keyboard extension. Push notification integration. Adherence to provided UI design. Additional Information: Attached UI design specs for ref...

    €67 (Avg Bid)
    €67 Keskimäär. tarjous
    2 tarjoukset