Iphone write myspace application jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 iphone write myspace application jobs found, pricing in AUD

    ...project would ideally suit someone with: - Extensive experience in Office 365 calendar management - Understanding of sync processes - Knowledge in setting access permissions - Knowledge of 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 al...

    $46 - $383
    Featured Urgent Sealed
    $46 - $383
    10 bids

    Hello, I need a web application to search and recommend music using the Spotify API. This may be a rewritten application or a modified application that I have attached. The application I attached consists of the following technology stack: Database - H2 Database, Back-end - Java, Spring Boot, Spring Data, Front-end - HTML, Thymeleaf, Bootstrap. The IntelliJ environment was used to run it. If the application were written from scratch, it does not necessarily have to use the same tools. The most important thing is that the application has an "enticing-looking" interface and is connected to the Spotify API (it can also be YouTube API instead of Spotify, etc.).

    $264 (Avg Bid)
    $264 Avg Bid
    29 bids

    ...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 forward to working with someone who can deliv...

    $32 (Avg Bid)
    $32 Avg Bid
    11 bids

    I need a compelling statement of purpose crafted for my application to a Doctor position in the healthcare industry. This should bring forth my key strengths: - Clinical experience: Extensive exposure in managing critical cases and emergencies. Illustrated experience in various medical procedures and treatments should be emphasized. - Communication Skills: Showcase my adeptness in building strong relationships with patients, their families, and fellow medical professionals. Present my ability to explain complex medical conditions and treatments effortlessly. - Leadership Skills: Depict my aptitude in leading medical teams during critical situations, making crucial decisions, and managing healthcare operations. The SOP should be clear, persuasive and written professionally. Fre...

    $55 (Avg Bid)
    $55 Avg Bid
    47 bids

    I’m in dire need of a professional Java developer with comprehensive expertise in Spring, Hibernate, JWT Token, Java EE, and Spring Boot. Your adeptness in these crucial technologies and frameworks will go a long way in ensuring the successful completion of my application. For this project, I have the following expectations: • Expertise in 'JWT token', as this is fundamental for user authentication and authorization. Impressively, I have specific design or user interface requirements. Your experience in JWT verification will be invaluable, as this is an integral part of the application’s authentication mechanism. Completing this project would require someone who possesses a knack for detail, fantastic problem-solving abilities, and impressive executio...

    $40 (Avg Bid)
    $40 Avg Bid
    15 bids

    I'm looking for an experienced DevOps engineer who can automate our software builds and create a Jenkins CICD Pipeline for our Java application. - Jenkins and CICD Skills: Use Jenkins to automate our software builds with encryption capabilities. Experience with CICD pipeline setup for multi-environment deployment is highly desired. - Java Knowledge: Have significant experience in Java to understand the software build process and dependencies. - Testing: Create and integrate unit tests into the Jenkins pipeline to ensure code quality and stability before deployment. Efficiency, accuracy, and CI/CD experience are keywords for this project.+

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    22 bids

    More details: What is the purpose of the function you need in JavaScript? Perform calculations What kind of calculations does your function need to perform? Basic arithmetic (addition, subtraction, multiplication, division) Will your function need to handle multiple types of calculations at once or just one at a time? One type of calculation at a time

    $40 (Avg Bid)
    $40 Avg Bid
    32 bids

    We have a .NET MVC application. We are using 4.5.2 framework. We can upgrade if needed. We are looking for a sample code to implement Azure SAML Single Sign On(SSO). You can use component if you want. You will create your own Azure account and just complete the code in C#. You will give us a demo to implement in our portal. You will also create the documentation on how to implement that. Steps: 1. register custom app in azure. Click on that application should catch the email address and other fields on the C# page.

    $1647 (Avg Bid)
    $1647 Avg Bid
    88 bids

    I am in need of a custom-tailored web application specifically designed for personal use. The core functionalities required include: - Inventory Tracking: A critical feature is the ability to accurately track and manage my inventory. This should be comprehensive and user-friendly. - Sales and Purchase Management: The application should also handle both sales and purchase operations flawlessly. A seamless integration with an eCommerce platform is a must-have for dynamic inventory updating. The ideal freelancer for the job is someone proficient in web application development, with a portfolio showcasing similar completed projects. Experience with eCommerce platform integration will be highly advantageous. Knowledge of inventory management systems is necessary. Underst...

    $21 / hr (Avg Bid)
    $21 / hr Avg Bid
    83 bids

    I'm seeking a proficient software developer to build a web application focusing on clothing design. The main purpose of this platform will be to allow users to design clothing and visualize their creations, making their shopping experience truly personalized. Requirements: - Development should be done using Python - Proven experience in building e-commerce platforms is necessary, specifically for clothing and textile industry. - Applicants should have a solid understanding of UI/UX principles in order to create an intuitive and user-friendly interface. - Experience in integrating payment gateways and other relevant APIs will be an asset. - Strong knowledge of security protocols to ensure user data protection. This project requires not just technical skills but a certain le...

    $25 / hr (Avg Bid)
    $25 / hr Avg Bid
    92 bids

    Custom fix for an existing blockchain web app

    $282 (Avg Bid)
    $282 Avg Bid
    26 bids

    I'm currently having some issues with my application's registration process which is hosted on a shared hosting server at via CPanel. Specifically, both the mobile and email OTP are not working. The application is built on Flask and uses MySQL for database management. It has a username and password login authentication system. I require an expert in: - Flask Applications - SSL and non SSL environments - Web socket connections Your task will be to assess and correct the issues preventing correct operation of the OTP system, and also add a web socket connection for both sides. Thank you.

    $20 (Avg Bid)
    $20 Avg Bid
    5 bids

    I have a php server that 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

    $15 - $46
    Sealed
    $15 - $46
    5 bids

    We're in search of a seasoned developer skilled in Python, Django, and JavaScript for a SaaS platform centered on text-to-speech and text-to-text functionalities, leveraging existing pretrained models. Project Workflow: 1. Frontend Design: Initiate with 1-2 weeks of Figma design to finalize appearance. 2. Frontend Development: Upon design approval, allocate 3-4 weeks for React.js frontend development. 3. Backend Development: Simultaneously with frontend work, establish backend infrastructure over 6-8 weeks using Django and PostgreSQL. 4. Pretrained Model Integration: Post frontend and backend setup, dedicate 2-4 weeks to integrate pretrained models, setting up necessary APIs and infrastructure. 5. Video Rendering and Delivery: Develop mechanisms for AI-generated video rendering ...

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    1 bids

    Duplicate the function of a button that makes a request to order a taxi trip after entering the destination address to start the trip, to the main menu of the application performing the same function but directly from there..I can pay up to USD 17 but it is not more than two hours of work.

    $26 (Avg Bid)
    $26 Avg Bid
    16 bids

    ...The Project: - **iOS Compatibility Upgrade**: The app is currently compatible up to the iOS 16 version. Your primary task is to make the app compatible with iOS 17 and future iOS updates. - **Issue Resolution**: Our app frequently crashes, primarily when users interact with specific elements and during seemingly random instances. - **Triggers**: Notably, the app encounters crashes when newer iPhone models with iOS 17+ attempt to open it. Ensuring smooth functioning on these devices is essential. Ideal Skills and Experience: - Proficiency in Flutter mobile development - Extensive experience in troubleshooting and resolving 'Bad Access' issues - Strong knowledge of iOS 17 SDK and familiarity with its potential compatibility issues - Experience with performance and m...

    $244 (Avg Bid)
    $244 Avg Bid
    51 bids

    Please see attached documentation that outlines requirements.

    $5773 (Avg Bid)
    $5773 Avg Bid
    76 bids

    I'm in need of a seasoned .Net developer experienced in C# and Asp.Net to improve several features within our existing web application. The emphasis will mainly be on the following areas: - User Authentication: Expertise in implementing and enhancing user roles and permissions is crucial. Specifically, the roles involved would be for Admins, Moderators, and Users. - Search Functionality: Experience with advanced search functionality is necessary as we aim for a quicker, more efficient system for our users. The perfect candidate should illustrate a strong proficiency in .Net development with a rich understanding of C# and Asp.Net, alongside past user authentication & search functionality projects. Familiarity with handling varying user roles is a vital part of this project.

    $195 (Avg Bid)
    $195 Avg Bid
    37 bids

    I need someone experienced in website development, ideally familiar with freelancer or job application sites, to redesign the manufacturer job application dashboard on my platform. Key updates include: - Ensuring job applications done by manufacturers are visible in the "Jobs Applied" section. - The dashboard should display vital information about each job applied for including: the job title, job description, status of application, company name, as well as the submission date. - The successful freelancer must prioritize user-friendliness and ensure the application history is clear and easy to understand. Suitable freelancers will understand the importance of intuitive design and be experienced in creating user-centric interfaces. Knowledge of user ...

    $21 (Avg Bid)
    $21 Avg Bid
    11 bids

    I'm looking for someone with expertise in Artificial Intelligence, Cloud Computing, and Cybersecurity who can provide me with 20 new research papers in IEEE format from the most recent year. The selected papers should cover a balance of both theoretical concepts and practical applications in the same proportion. Key Aspects: - Topics: AI, Cloud Computing, Cybersecurity - Recent: Papers published within the past year - Balanced: Equal coverage on theory and practical applications Ideal research-focused freelancer for this job would have: - An understanding of contemporary research trends in AI, Cloud Computing, and Cybersecurity - Proficiency in academic research and sourcing papers - Ability to discern applicability and theoretical value in research papers.

    $158 (Avg Bid)
    $158 Avg Bid
    23 bids

    We aim to develop a comprehensive financial services mobile application for both iOS and Android platforms. The application will offer the following key features: 1. User Authentication: Allow customers to sign up and sign in securely. 2. PDF Creation Tool: Include an inbuilt feature for generating PDF documents. 3. Customer Data Management: Provide a feature to store and access customer data history securely. 4. Payment Gateway Integration: Incorporate a secure payment gateway to facilitate transactions. 5. Customer Support and Feedback: Enable users to seek assistance and provide feedback via call and WhatsApp. Additional features and specifications will be discussed in detail during the development process

    $175 (Avg Bid)
    $175 Avg Bid
    18 bids

    I'm looking for some College level students that are writers and journalists. I need some writers that are in tune with American Sports (not soccer. NBA, ...working for a Instagram page that is very much like @Complex and @WorldStarHipHop If you have an understanding and love for Business then thats even better! Your job will be to find very very interesting stories and connect them to how it impacts the topic's business. PLEASE NO AI / ChatGPT APPLICATIONS: In your application I want you to write about Sports and Hip Hop topics that have gone on this week. Write as much as you can and about whatever comes to mind. In your application I want to see what you're writing style is like and the things that you are interested in. If you can add som...

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    47 bids

    I'm urgently in search of a certified and empanelled vendor who can perform a comprehensive scan for both my web and mobile applications. Key Tasks: - Conduct thorough scans to identify any potential vulnerabilities. - Draw up a comprehensive report detailing any findings. Ideal Candidate: - Comprehensive knowledge of different attack vectors is mandatory, even though no specific concern is prioritized for this project. - Proven experience as an empanelled vendor is compulsory. - Must be able to work under tight deadlines, as the completion of this project is ASAP.

    $522 (Avg Bid)
    $522 Avg Bid
    11 bids

    More details: What are the main features you would like the React application to have? Tracking fuel inventory, Managing sales and transactions, Generating reports Are there any specific integrations or third-party services that you would like the React application to use? This question was skipped How soon do you need your project completed? ASAP

    $225 (Avg Bid)
    $225 Avg Bid
    39 bids

    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 other pc to active the software ...

    $254 (Avg Bid)
    $254 Avg Bid
    36 bids

    More details: I have a AWS IoT Core account where MQTT devices are publishing data to it. I require the assistance to set-up Ignition SCADA V8.0 Mqtt engine to subscribe to the topics within AWS IoT Core.

    $80 (Avg Bid)
    $80 Avg Bid
    3 bids

    ...unique PC application. The Challenge: We need a local application that can capture specific user activity details on a PC, even when the user's software restricts remote access methods like VPNs and screen sharing. This application should operate discreetly without being easily detectable by ANY other applications. Responsibilities: Design and develop a local PC application to capture user activity/ details (Including but not limited to: ). Leverage appropriate technologies to capture data without relying on traditional screen capture methods. Ensure the application operates stealthily and minimizes the risk of detection. Develop a user-friendly interface for displaying captured data analytics. Implement robust data security measures to prote...

    $230 (Avg Bid)
    $230
    1 entries
    Create a Mobile News App 4 days left
    VERIFIED

    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.

    $734 (Avg Bid)
    $734 Avg Bid
    37 bids

    ...with experience in working with DocuSign API. The goal is to incorporate specific features into this application including signing documents electronically on our website, creating and managing templates, and checking document status and history. As I am not well-versed in the pros and cons of particular programming languages or frameworks, I am open to the developer's suggestions. A specific design is ready for the application and I will provide more information on this during further discussions. The developer needs to replicate this design accurately into the application. In summary, the main requirements are: - Proficiency with DocuSign API - Ability to create an application around a predefined design - Openness to suggest an appropri...

    $57 / hr (Avg Bid)
    $57 / hr Avg Bid
    50 bids

    I'm seeking an experienced app developer to build an eCommerce application for selling car spare parts on both iOS and Android platforms. Key Features: - Building a comprehensive Product Catalog: A well-structured, user-friendly digital catalog for a wide range of auto parts. Prior experience in creating product catalogs within apps would be appreciated. - Implementing Search Functionality: A quick and efficient search feature that can navigate through the product catalog accurately. Proficiency in creating and optimizing search algorithms would be of great value. - Creating Shopping Cart and Checkout Functionality: Secure and easy-to-use shopping cart and checkout feature for seamless buying experience. Experience with payment gateway integration is required. I look ...

    $3452 (Avg Bid)
    $3452 Avg Bid
    136 bids

    I'm looking for some College level students that are writers and journalists. I need some writers that are in tune with American Sports & American Hip Hop...working for a Instagram page that is very much like @Complex and @WorldStarHipHop If you have an understanding and love for Business then thats even better! Your job will be to find very very interesting stories and connect them to how it impacts the topic's business. PLEASE NO AI / ChatGPT APPLICATIONS: In your application I want you to write about Sports and Hip Hop topics that have gone on this week. Write as much as you can and about whatever comes to mind. In your application I want to see what you're writing style is like and the things that you are interested in. If you can add...

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    38 bids

    Since it's hardware based android application, need someone from Bengaluru , India to work on this project so that I can share the hardware device. Need someone who has worked on BLE protocol before and can make a 7-8 page android application which communicates with hardware over BLE protocol. Application will be receiving msg over BLE from hardware and will send msg to hardware over BLE. Experienced freelancer only please :) If you are experienced, it won't take much time. Native android or flutter, both are acceptable

    $1015 (Avg Bid)
    $1015 Avg Bid
    10 bids

    I'm seeking a seasoned web-tester to conduct functional testing on my company's internal web application. This application is of moderate complexity, encompassing multiple pages and some complex features. Key Responsibilities: - Ensure all application functions work as intended - Identify, record, and document bugs - Execute thorough regression testing when bugs are resolved - Develop and apply testing processes for new and existing features. Skills Needed: - Proven work experience in software quality assurance - Experience in writing clear, concise and comprehensive test plans and test cases. This task requires detailed reporting and clear communication. I look forward to receiving your bids.

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    65 bids

    I'm in search of a proficient developer with experience in Windows application development, Wordpress plugins, and iOS apps. The Windows application will need to manage software licenses. For the Wordpress side, we require a plugin that can handle user registration, product key validation, and software download availability. The iOS app, programmed in C#, has to be capable of: * Viewing sales activations * Tracking trial versions * Generating activation reports * An optional function to manually generate keys Need c# service that communicates with the plugin to verify the product key, securely store the key I. Registery Also need sample c# app that communicates with the service to verify it is licensed to run. Need to make sure user cant temper with the trial or recurr...

    $274 (Avg Bid)
    $274 Avg Bid
    58 bids

    I'm looking for a talented Java developer to build an e-commerce web app. As the client didn't provide specifics on features, products, or user registration process, your proposed solution should be comprehensive. Key Features to Consider: -Must include generic e-commerce functionalities such as a product catalog, shopping cart and a payment gateway. Products to be sold: -As no specific products have been mentioned, ensure the app supports the sale of a wide range of items. User Registration & Login: -The app should feature diverse ways for users to register and login. Options like email and password, social media login, and guest checkouts are preferred. In your proposal, please detail how you'd approach these requirements. Experience in developing e-commerce web ap...

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    7 bids

    ...a spirited and adept individual armed with proficient knowledge in Ubuntu, Apache, and Python. Your paramount duty will encompass the development of a robust web application. Unfortunately, it remains unclear whether the web application will cater to e-commerce, data analysis, or interactive website frameworks, but further clarification will be given. To successfully complete this project, a broad understanding and ability to navigate these domains is absolutely vital. The ideal candidate is someone that can confidently juggle these divergent areas and meet a delivery deadline of within a month. Exceptional skills in web application development, server management, and performance optimization are a must. So, let's connect if you thrive in multi-faceted environm...

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    8 bids

    I need a skilled developer to bring my idea to life - a mobile application designed to make scheduling events and gatherings with friends more interactive and efficient. Overall, where it keeps scheduling friends to meet up and have fun (based on their availabilities), without them needing to schedule and plan things themselves. The app would find a place within the area (maybe first targeting locations providing group deals or specials) and then send a notification to the friends within the group to let them know of the event. Afterwards, all they would need to do is click yes or no button and if majority votes yes, the app would schedule the reservation for them. Example: A group of 10 friends join the app. It is the middle of the week (or a Monday or Tuesday) and this group of f...

    $578 (Avg Bid)
    $578 Avg Bid
    34 bids

    More details: Which programming language are you more comfortable with? C# or Python or AI What is the level of understanding or background do you have in the chosen programming language? Advanced What type of data are you looking to extract from the website? Contact information, Registration details, Company profiles The website: Is the regulator for estate agents in the UK. They hold information on al estate agents. I would like a script or console app r automated way (could be AI) of extracting all the UK estate agents from this website. I need their sector, address, phone number and name and website. Thank you

    $239 (Avg Bid)
    $239 Avg Bid
    37 bids

    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 would also be beneficial to ensu...

    $46 (Avg Bid)
    $46 Avg Bid
    6 bids

    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 jumps were...

    $1142 (Avg Bid)
    $1142 Avg Bid
    42 bids

    We're NextMars, a game art outsourcing studio looking for a talented writer to create compelling and informative blog content for our website, NextMars.com. You can use AI. We need regular blog posts related to the game art outsourcing industry, strategically incorporating our company name, NextMars, to enhance brand awareness. The content should be original, high-quality, and engaging, targeting keywords that will drive significant traffic to our website. We want to attract more clients. Our website is based on Wix, it will require a keyword for each blog for the SEO. Our budget is limited, we are looking for the lowest possible price. Please let me know your quote for 10 blogs, 20 blogs, 50 blogs and 100 blogs. (Again, you can use AI, so I need to know the cheapest price) Thank yo...

    $34 (Avg Bid)
    $34 Avg Bid
    91 bids

    I am looking for a qualified professional to apply for Software Developer roles on my behalf in the IT industry. I am seeking a full-time, administrative position. The ideal service provider should: - Have experience in human resources or recruitment, specifically within the IT sector. - Understand the qualifications and skills required for a software developer job. - Be committed, taking the initiative to find the best-suited job listings and showcasing my qualifications effectively. Tasks include: - Applying for jobs on my behalf. - Focusing applications on administrative Software Developer roles within the IT industry. Your experience in job hunting or recruitment and familiarity with the Software development industry would be highly regarded.

    $158 (Avg Bid)
    $158 Avg Bid
    6 bids

    ...skilled and experienced developer to create a web-based application to streamline my business processes. The envisioned software should be designed to optimize and automate the current procedures, contributing to increased productivity and efficiency within my company. Key Expectations: - Develop a robust and user-friendly web-based application. - Customize the software to fit specific business processes. - Ensure the application reduces redundancies and inefficiencies in operations. Ideal Candidate: - Significant experience in web-based software development. - Ability to showcase past work, preferably projects around business process automation. - Excellent understanding of user experience and process improvement. Your application must include your past...

    $530 (Avg Bid)
    $530 Avg Bid
    11 bids

    Developing an application on the Ryu controller in an SDN network. Initially, I aim to process data. Next, establish a Al agent for detecting and mitigating DDoS attacks. Finally, generate graphical curves to illustrate the results.

    $283 (Avg Bid)
    $283 Avg Bid
    14 bids
    app for android/iphone 3 days left
    VERIFIED

    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

    $380 (Avg Bid)
    $380 Avg Bid
    34 bids

    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

    $233 (Avg Bid)
    $233 Avg Bid
    10 bids

    I'm looking to hire a skilled developer to build a mobile application for both Android and iOS platforms for my spa delivery business. The application should include the following key features: - User registration and login: a simple yet secure signup and login functionality. - Service selection and customization: Users should be able to choose and customize their desired spa services. - Payment Integration: The app should also support secure in-app payments. As for integration with existing systems or APIs, I am currently unsure and will discuss this further with the chosen candidate. The suitable freelancer should have a demonstrable experience in mobile application development, particularly with user registration, service customization, and payment gate...

    $11746 (Avg Bid)
    Featured
    $11746 Avg Bid
    117 bids