Send files obex push javacông việc

Bộ lọc

Tìm kiếm gần đây của tôi
Lọc theo:
Ngân sách
đến
đến
đến
Loại
Nhiều kỹ năng
Ngôn ngữ
    Tình trạng công việc
    2,000 send files obex push java công việc được tìm thấy, giá theo USD

    Busco un desarrollador para crear una aplicación web fácil de usar centrada en el seguimiento de rutinas de gimnasio. El desarrollo web debe llevarse a cabo de forma que garantice el rendimiento de la aplicación y una experiencia de usuario fluida. Características requeridas: - Seguimiento de rutinas de gimnasio - Capacidad multiusuario - Registro de usuario Tecnologias: -Java -JS -HTML -PHP

    $175 (Avg Bid)
    $175 Giá đặt trung bình
    46 lượt đặt giá

    'I'm in need of a versatile developer who can create an external software with milli sec sys...the specifics I'm looking for in the software: Only High skilled talent APPLY * Long-term contract - It should be able to perform data analysis. - It must have a file encryption capability. - It needs web scraping attributes. - It should have Software Engineering components. - And lastly, it should feature a Web API functionality. The developer should be proficient in either Python, C++, or Java. Prior experience of developing multi-functional software will be a significant plus. Interested candidates should demonstrate a sound understanding of Windows software, web scraping tools, data analysis techniques, and file encryption methods. Deep comprehension of Web API dev...

    $33 (Avg Bid)
    $33 Giá đặt trung bình
    6 lượt đặt giá

    I'm seeking a proficient developer with ample experience in Flutter, Firebase, and Node.js to develop a feature-rich cross-platform application compat...Firebase, and Node.js to develop a feature-rich cross-platform application compatible with both iOS and Android devices. Ensure you have: Skills and Experience Required: - Proficiency in Flutter, Firebase, and Node.js - Extensive experience in cross-platform mobile application development Mandatory Requirements: - Real-time data synchronization features - User authentication - Implementation of push notifications Application Requirement: - Shared proof of experience in this particularly niche. Any freelancers unable to demonstrate relevant experience will not be considered for this project. Looking forward to seeing you...

    $1328 (Avg Bid)
    $1328 Giá đặt trung bình
    149 lượt đặt giá
    Bulk Send Cold Emails Đã kết thúc left

    I need someone who can send 10,000 cold emails for my agency. Email Deliverability: It’s important that the emails reach the recipient's inbox and do not fall into the spam folder. Ideal freelancer: - Has related experience in bulk email sending. - Well knowledgeable of CAN-SPAM Act and GDPR. - Understands email marketing sequencing/campaigns. - Emails have been verified. - Email copy will be provided. - You can use spintax if needed. - Need () personalization included (data field) I want NO open tracking Reply email needs to be my email (so that I get ALL replies) Here's the setup/sequence I want... 1. I will give you 1,665 verified emails 2. I want to send original email message ONCE 3. Then send 5 follow-ups ("bumps") 2 days apart T...

    $148 (Avg Bid)
    $148 Giá đặt trung bình
    36 lượt đặt giá

    I am on the lookout for an experienced Selenium, Java, Cucumber, and Maven professional to help me solve issues wherever I am stuck, I am learning selenium for my company and want to work independently soon , so need someones help to learn it, 1. User Authentication 2. Data Validation 3. Error Handling Having a background in quality assurance and experience using behavior-driven development (BDD) framework will be the best match for this project. I am seeking assistance in ensuring all modules function as intended, and errors are adequately managed.

    $23 (Avg Bid)
    $23 Giá đặt trung bình
    10 lượt đặt giá

    I am on the hunt for a talented designer who understands the harmonious blend of text and icon for a logo. Your innovation and creativity will be key as I don't have specific colors in mind, so your expertise in color theory will be crucial. Here's what I'm looking for: - A logo that beautifully combines text...would be great if you have: - A knack for creative and unique designs. - An understanding of different logo styles - since I don't have a specific design style in mind, any talented designer with a broad spectrum of style expertise is welcomed. - Proven portfolio of logo design - Please share past work samples primarily focusing on text and icon combination logos. Feel free—and even encouraged—to push the borders. Apply if you can bring a desi...

    $15 (Avg Bid)
    $15 Giá đặt trung bình
    25 lượt đặt giá

    I am in need of a proficient, experienced Java full stack developer. The primary task will involve integrating multiple payment gateways including Razorpay, PhonePe, PayU, Cashfree, and Stripe into my existing system. The project involves API development in the backend using Java Spring Boot Security and UI calls. Note that the UI is already set up and simply needs these new integrations. Key requirements: - The ability to professionally and efficiently implement these payment gateways into the existing system - Strong familiarity and previous experience with Java Spring Boot Security - Demonstrable experience with similar payment integration projects The project budget is set at a fixed fee of 10k INR. Interested freelancers should highlight their relevant experienc...

    $120 (Avg Bid)
    $120 Giá đặt trung bình
    17 lượt đặt giá

    I currently have repositories in native react that need to be pushed to a server. Access to these repositories is available. Though I didn't specify a preferred server environment, it is crucial that the professional handling this is experienced in various server environments. What is to Do: 1. Setup a new server instance in cloud linode that i have public access and can test all --> web app --> landingpage --> CustomerCare Center What we have: 1. Frontend Repository 2. Backend Repository 3. CustomerCare Repository 4. Mongo DB Database Requirements: - Experience in using native react, setup linode cloud instance, mongo db database - Understanding of various server environments - Proficiency in setting up Linode Cloud for access - Respecting data privac...

    $337 (Avg Bid)
    $337 Giá đặt trung bình
    7 lượt đặt giá

    I'm in need of a developer skilled in JUnit 4 and AEM/JAVA to create detailed unit tests for three unspecified classes within my project. Key roles include: - Identifying the pivotal AEM/JAVA classes in need of comprehensive unit testing - Utilizing JUnit 4 to create these unit tests - Diligently checking for potential bugs - Verifying code functionality - Enhancing overall code coverage Successful freelancers will be versed in AEM/JAVA and have strong experience in creating unit tests using JUnit 4. An understanding of various techniques in spotting bugs and improving code coverage is a must. Work history and detailed project proposals are highly welcomed, and will be a determining factor in the selection process.

    $11 (Avg Bid)
    $11 Giá đặt trung bình
    2 lượt đặt giá

    ...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 . "n"; // END You would need to provide me all files needed ...

    $10 - $30
    Niêm phong
    $10 - $30
    6 lượt đặt giá

    I'm seeking a skilled developer to execute the construction of a task management mobile app called "Taskify". Taskify is a mobile app designed to streamline task management. Users can create, organize, and track tasks effortlessly. Features include task creation, deadline alerts, priority management, and synchronization across devices. Skill Requirements: Proficiency in Java for Android app development Experience with Android SDK and XML for UI design Knowledge of SQLite for local data storage Understanding of notifications and background tasks Optional: RESTful API integration for cloud synchronization Optional: Firebase for user authentication and data backup Version control using Git for code management. - Primary Purpose: The key purpose of the Taskify app is ...

    $51 (Avg Bid)
    $51 Giá đặt trung bình
    7 lượt đặt giá

    I need to design a web interface which can communicate with a USB using a micro:bit microcontroller. Web interface can be made using Java, HTML and CSS. Please apply if you have the required expertise. No teams or companies please.

    $83 (Avg Bid)
    $83 Giá đặt trung bình
    13 lượt đặt giá

    ...booking appointments. 3. **Service Menu**: Display a list of services offered by the barbershop, along with descriptions and prices. Customers can easily browse and select the services they need. 4. **Gallery**: Showcase photos of the barbershop's work, including haircuts, beard trims, and styling. This gives potential customers a glimpse of the quality of service they can expect. 5. **Push Notifications**: Send reminders and updates to customers about their upcoming appointments, promotions, or special events at the barbershop. 6. **Reviews and Ratings**: Allow customers to leave reviews and ratings for the barbers and their services. Positive reviews can help attract new customers, while constructive feedback can help improve the overall customer experience. 7....

    $731 (Avg Bid)
    $731 Giá đặt trung bình
    85 lượt đặt giá

    Project Description: We are looking for an experienced Senior Core Java Developer to enhance an existing Java library critical for the transfer of information between clinical laboratory instruments and information systems. This library currently supports key data communication standards and protocols, including TCP/IP, HL7, RS-232, and LIS2-A2. The project involves building upon this foundation to introduce new functionalities and improvements. The ideal candidate should have a strong background in Core Java programming and experience with healthcare data exchange and protocol integration within an agile development environment. Skills Required: Proficiency in Core Java programming Experience with TCP/IP, HL7, RS-232, and LIS2-A2 protocols Knowledge of clinica...

    $1221 (Avg Bid)
    $1221 Giá đặt trung bình
    45 lượt đặt giá
    iOS Paint Studio Customer App Đã kết thúc left

    ...A feature that facilitates seamless conversation between customers and the studio management. This can be used for notifications about finished items. - **Educational Videos**: Integration of painting “how-to” videos accessible to customers during their visits. - **Advertising**: We want an effective marketing method within the application itself. This includes the utilization of banner ads, push notifications, and in-app sponsored content. Ideal skills and expertise: - Proficiency in iOS development. - Previous experience with integrations of video and image hosting. - Functional knowledge of implementing unique advertising features in an application. - Experience in building interactive customer-user interfaces. By enhancing our studio's customer experi...

    $663 (Avg Bid)
    NDA
    $663 Giá đặt trung bình
    74 lượt đặt giá

    Join Our Team as a Java Developer! Are you passionate about crafting cutting-edge software solutions? MedXview, a leading provider of software solutions specializing in cloud architecture, Artificial Intelligence & Machine Learning, Data Analysis, and emerging technologies, is seeking a talented Java Developer to join our dynamic team. As a Java Developer, you will play a pivotal role in software development and Document Management system design, leveraging your expertise in Java and the strust Framework to deliver scalable, high-performance applications. About MedXview: At MedXview, we're dedicated to empowering businesses with innovative technology solutions. From optimizing document management to enhancing business processes, our goal is to ...

    $6581 (Avg Bid)
    $6581 Giá đặt trung bình
    63 lượt đặt giá

    ...Interactive modules for practicing Hangeul, including drawing the characters with mouse or touchscreen inputs. - Push Notification Setup: To engage users, push notifications for daily practice reminders or new learning materials updates are necessary. Ideal Skills and Experience: - Proficient in Expo Go for application development. - Experience in implementing interactive web applications, specifically for educational purposes. - Strong background in theme customization, with a creative eye for designs that encapsulate Korean cultural elements. - Knowledge of integrating custom modules that support interactivity within a learning environment. - Capability to set up and manage push notifications to enhance user engagement. - Applicants should include detailed projec...

    $734 (Avg Bid)
    $734 Giá đặt trung bình
    18 lượt đặt giá

    Objective: The objective of this project is to implement enhancements to the existing parking management system, both in the web portal and mobile application, for improved performance, usability, and security. Portal Changes: Performance Filter: Implement a filter functionality to retrieve performance data for each parking site, including date and time informat...(ticketers) from logging into unauthorized locations or profiles, ensuring that each user is restricted to their designated location and user ID. Vehicle Details Retrieval: Allow ticketers to retrieve vehicle details (check-in/out times, token amount) by entering the vehicle number, providing enhanced convenience and efficiency in ticketing operations. Technologies Used: JavaScript (for web portal), Java (for mobile app...

    $149 - $150
    Niêm phong NDA
    $149 - $150
    2 lượt đặt giá

    I am seeking an experienced Java developer to delve into a program constructed previously that is currently inactive. Key responsibilities include preparing an exhaustive procedures manual incorporating guidelines for installation, instructions for usage, and steps for troubleshooting. There is potential for this endeavor to extend into reactivating the program. Maintainance services, specifically bug fixes, are also required. Aptitude in Java programming, software analysis, technical documentation, and software maintenance is ideal for this position.

    $827 (Avg Bid)
    $827 Giá đặt trung bình
    15 lượt đặt giá

    I'm seeking a seasoned developer with a strong background in Java and API creation. In particular, I need someone who has experience in creating custom APIs for Igenico Payment Terminals. Main Functions: - Retrieve available merchant info i.e., Merchant Category Code (MCC) from the payment terminal before a transaction is initiated by merchant. The mode of data transfer will be via NFC Skills and Experience Preferred: -Proficiency with programming NFC - Proficiency in Java and flutter - Proven experience with API development - Experience with Igenico Payment Terminals would be a significant advantage - Robust understanding of merchant systems and payment processing landscapes Please, in your application: - Include examples of past work related to API development, ide...

    $871 (Avg Bid)
    $871 Giá đặt trung bình
    64 lượt đặt giá

    I am urgently requiring an Android mobile webview app focused on WebView features, with a specific emphasis on Razorpay integration. A previous experience in handling payment gateway integration, particularly with Razorpay, is a significant bonus. The following key skills will be ideal for this project: - Expertise in Android app development using Kotlin or Java - Strong understanding of WebView operations in Android - Proven experience in integrating payment gateways - Familiarity with Razorpay is highly desired Please note that a swift completion time is of utmost importance. I look forward to reviewing your robust proposals that highlight your expertise in the areas stated above.

    $97 (Avg Bid)
    $97 Giá đặt trung bình
    36 lượt đặt giá

    ...scalability requirements. - Produce comprehensive documentation and SDKs to assist third-party developers in integrating their applications. - Implement a robust testing framework to ensure the API's reliability and performance. - They also need to know how to host the middleware webservice on cloud Key Responsibilities: - Utilize programming languages such as JavaScript (Node.js), Python, PHP, or Java to develop the API, selecting the most appropriate technologies based on project requirements. - Apply frameworks like , Django/Flask, Spring Boot, or Laravel to structure and streamline the development process. - Employ tools such as Postman for API testing, and Swagger/OpenAPI for documentation, ensuring a high-quality developer experience. - Integrate authenticati...

    $23 / hr (Avg Bid)
    NDA
    $23 / hr Giá đặt trung bình
    108 lượt đặt giá

    I need a simple database desktop app (Windows 10-11) that would enable a user to fetch data from 4 different CSV files. I am thinking of using Python and SQLite but I am open to other options. The user would upload 4 different CSV files The files would be combined following a specific logic The user would fetch data from an ajax search box. You will find a screenshot of the app and more info about the logic in this document:

    $159 (Avg Bid)
    $159 Giá đặt trung bình
    45 lượt đặt giá

    I am in need of an experienced Flutter developer who can confidently create an application for both iOS and Android operating systems. Key requirements for this project include: - Proficiency in implementing user authentication and push notifications components. - Demonstrable experience with integrating payment APIs within applications. - An eye for design, with the aptitude to generate a unique, custom UI while also adhering to the principles of Material design. Your portfolio showcasing previous work in these areas will be highly advantageous for this role. I am looking for a candidate who can deliver a high-quality product that aligns with the specifications provided. Innovative problem-solving, excellent communication, and a keen eye for detail are a must for this project.

    $10 / hr (Avg Bid)
    $10 / hr Giá đặt trung bình
    128 lượt đặt giá
    News App for IOS and Android Đã kết thúc left

    ...build an innovative, user-friendly e-commerce app that's compatible with both iOS and Android. The main objective is to create a new wave of online shopping experience for our diverse target users encompassing teenagers, young adults and parents using state-of-the-art features. Essential capabilities include: - User Authentication: Implement secure login methods to ensure the user's privacy. - Push Notifications: Develop a dynamic notification system to engage our users and keep them updated about selling deals. - In-app Purchases: Seamless online transaction functionality for a sheltered and straightforward in-app shopping experience. Expertise required for this project include proficiency in iOS and Android mobile app development, understanding of user authenticati...

    $479 (Avg Bid)
    $479 Giá đặt trung bình
    122 lượt đặt giá

    Hi, I need a Java swing control like shown on the picture. The right part may be a glyph, not a picture.

    $92 (Avg Bid)
    $92 Giá đặt trung bình
    6 lượt đặt giá

    I am looking for a seasoned web developer experienced in educational platform creation. Key responsibilities: - Design and development of an educational website focused on the Java programming language - Allow user to test the knowledge via quiz Ideal candidate: - Expertise in educational web platform development - Proficiency in creating interactive learning environments - Experience in the domain of Java programming will be highly appreciated This project provides a wonderful opportunity to apply and enhance your web development and content creation skills in the field of computer programming education. If you excel in structuring simplified learning processes for beginners and have a passion for making programming accessible to more people, this project is waiting for...

    $648 (Avg Bid)
    $648 Giá đặt trung bình
    17 lượt đặt giá

    I'm in search of an exceptional freelance Java developer to assist in my project. I require expertise in Java, with proof of previous project involvement. Core requirements include: - Proficiency in Java programming. - Ability to adhere to project deadlines. - Ability to work in a freelance capacity. - Strong troubleshooting and problem-solving skills. Please provide work samples along with your bid. Looking forward to working with you!

    $20 / hr (Avg Bid)
    $20 / hr Giá đặt trung bình
    62 lượt đặt giá

    I have a Twilio account with sip trunking set up, and I've install Asterisk on Arch Linux, I've attempted to set up the config but have not been able to. I'm looking for someone to set up a basic config where I can send and receive phone calls. The details don't matter, I just want to get it working so I can adjust it once the simplest config is working. If interested please bid the amount you are able to do this for, and include the word "briefcase" in your bid so I know you've read the description and can complete the project for the amount bid.

    $60 (Avg Bid)
    $60 Giá đặt trung bình
    11 lượt đặt giá

    Szukamy zleceniobiorcy projekt: aplik...płatności, konfiguracja Laravel Cashier (Stripe) - Panel administracyjny [ statystyki użytkownicy aktywni, zarejestrowani, aktywne subskrypcje - Integracja z google analitics [ statystyki ] spatie/laravel-analytic - Panel użytkownika logowanie/ rejestracja / subskrypcje - Program poleceń - Powiadomienia użytkowników o zdarzeniach - Strona główna serwisu: kraje, ligi , statystyki, prognozy - Web-push - Laravel PWA - Komunikacja email – potwierdzenia , informacje, weryfikacja itp Proszę o kontakt z propozycją terminu rozpoczęcia prac oraz portfolio z opisem. Następnie ustalenie szczegółów, zapoznanie z dokumentacją, ustalenie ceny, umowa, termin. Podczas wyboru oferenta zwracamy szczególną uwagę na do...

    $750 - $1500
    Niêm phong
    $750 - $1500
    11 lượt đặt giá

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

    $4 / hr (Avg Bid)
    $4 / hr Giá đặt trung bình
    8 lượt đặt giá
    Convert PNG/PSD Files to Figma Đã kết thúc left

    I need a skilled professional to convert both PNG and PSD files to Figma format for a one-time project. The primary purpose for these conversions is to support web development efforts. Ideal Skills and Experience: - Proven experience with Figma, PNG, and PSD files - Solid understanding of web development concepts - Previous experience with similar tasks Responsibilities: - Convert provided PNG and PSD files into Figma - Ensure the quality of conversions - Deliver results in a timely manner If you possess the necessary skills and experience, I look forward to receiving your bid.

    $443 (Avg Bid)
    $443 Giá đặt trung bình
    134 lượt đặt giá

    ...It will accomplish this by offering comprehensive functionality that includes: - Tracking exercise progress, specifically by monitoring distance covered during exercise, calories burned during workouts, and the duration of exercises. - Monitoring daily nutritional intake and providing relevant insights about food consumed by using the Open Food Facts API. Ideal Skills & Experience: - Android Java - Proficient with GoogleFit API & Open Food Facts API or similar The overall design and layout of the app should be clean and simple to promote seamless user interaction. The successful freelancer will have a strong understanding of integrating various APIs into a single application. Major Subsystems 1. Workout Tracking: Utilizes the device's sensors to track physical a...

    $148 (Avg Bid)
    $148 Giá đặt trung bình
    31 lượt đặt giá

    ...looking for in the app: Conversion of WordPress to Mobile App: The app should retain the look and feel of the original website but optimized for mobile user experience. It should offer smooth navigation and an easy-to-use interface for reading news articles. Push Notifications for News Alerts: I want the app to support push notifications, allowing us to send alerts for breaking news or specific stories directly to our users' devices. This feature should be manageable, allowing us to select which news items to push and when. Please let me know your experience with similar projects, your approach to this project, and an estimated timeline and budget. Also, it would be great if you could share any previous work samples that are similar to this ...

    $255 (Avg Bid)
    $255 Giá đặt trung bình
    97 lượt đặt giá

    I am seeking a Java expert with a comprehensive understanding of Spring Boot to provide non-specific assistance with my project. As I have not defined specific tasks, the ideal candidate should be experienced with: - Database integration - REST API implementation - UI development - User authentication and authorization - CRUD operations - Integration with third-party APIs A wide range of expertise is appreciated to be prepared for a diverse set of potential challenges.

    $19 / hr (Avg Bid)
    $19 / hr Giá đặt trung bình
    32 lượt đặt giá
    E-commerce IOS App Development Đã kết thúc left

    I am in need of an experiential IOS app developer who can help implement an e-commerce functionality into our mobile application. The core responsibility will be to create and optimize a user-friendly, easy-to-navigate e-commerce platform. Though not mandatory, knowledge and experience in implementing user authentication, push notifications, and in-app purchases will be an added advantage. Ideal Skills And Experience: * Proficient in IOS app development. * Comprehensive understanding of e-commerce functionality. * Proven track record in similar projects. To better assess your fit for this project, kindly attach examples of your past work related to e-commerce app development while submitting your proposal.

    $19 / hr (Avg Bid)
    $19 / hr Giá đặt trung bình
    157 lượt đặt giá
    Zincsearch on docker Đã kết thúc left

    Create docker installation of (we need to LOG JAVA APP ERROR from our APPLICATION) We need this service to log our application output to check warning and error You must prepare the docker in your local enviroment and then you 'll release on specific vm on our infrasctructure when all is working fine.

    $40 (Avg Bid)
    $40 Giá đặt trung bình
    1 lượt đặt giá

    I'm having an issue with my Spring web flow project. When I click on button controls, they're not responding as expected. Ideally, I want the buttons to trigger and activate a certain function in the system, specifically to start a process. To find a resolution for this, I need someone skilled in: - Java - Primefaces JSF - REST API. Your task will involve diagnosing, troubleshooting, and fixing the identified issues so the button controls perform their intended purpose effectively. Previous experience in handling similar tasks and a firm understanding of Spring web flow is a huge plus.

    $24 (Avg Bid)
    $24 Giá đặt trung bình
    17 lượt đặt giá

    As a software development team, we're currently seeking an expert in Java, with robust proficiency in automation testing to help in identifying regression errors in our system. In particular, we highly prefer individuals that are skilled in * Working with Selenium as the testing framework * The identification of regression errors * Extensive experience in automation testing in Java Thereby, providing an effective way to streamline our testing process and to enhance our overall development efficiency. Please ensure you provide evidence of your previous work relating to Java automation testing.

    $854 (Avg Bid)
    $854 Giá đặt trung bình
    46 lượt đặt giá

    The aim of this project is to make the game "tic tac toe" in Netbeans. The game should allow 2 computers/2 players to play this game against each other (on different computers) The winner must: 1) Provide the project in Netbeans 2) Comment the code 3) Be available to answer any questions that may arise

    $18 (Avg Bid)
    $18 Giá đặt trung bình
    10 lượt đặt giá

    Java Selenium Web Driver Automation for E-commerce Website Testing Skills and Experience Needed: - Strong proficiency in Java and Selenium Web Driver - Experience in automating web testing tasks using Java Selenium Web Driver - Knowledge of Git Hub and Saucelab for version control and test execution - Familiarity with E-commerce websites and their functionalities Project Details: - The client is seeking a freelancer with expertise in Java Selenium Web Driver to automate web testing tasks for an E-commerce website. - The main objective of the project is to automate various testing scenarios on the E-commerce website using Java Selenium Web Driver. - The freelancer will be responsible for developing and implementing automated tests, ensuring the quality a...

    $24 / hr (Avg Bid)
    $24 / hr Giá đặt trung bình
    64 lượt đặt giá

    ...trigger specific in-app actions like navigating to route and play alert tone according The backend for sending push notifications has already been set up, hence, your focus would be on integrating and configuring the alert notifications effectively. The ideal candidate for this job should possess the following skills: • Extensive experience in building applications with Flutter • Previous work with Awesome Notification & Firebase Cloud Messaging for app notification integration • Ability to create notifications that can trigger specific in-app actions, drawing from previous successful implementations. Looking forward to chatting with you about how you can help optimize our app's push notifications using your Flutter, Awesome Notification, and F...

    $17 (Avg Bid)
    $17 Giá đặt trung bình
    7 lượt đặt giá

    This project requires a proficient Full Stack Developer with a keen eye for cross-platform mobility. I am looking for someone capable of creating a carpooling app compatible with both Android and iOS systems. Essential skills and experience involve: - Expertise in user authentication, ensuring each user's privacy and security, - Skillfulness in incorporating push notifications for real-time updates, - Knowledgeability in incorporating in-app purchases to facilitate transactions. Your track record in crafting apps in the social networking or productivity sectors will be highly valued. Your expertise should simplify the app useability, aiding community building with a focus on carpooling. Let's create a platform that goes hand in hand with convenience, security, and intui...

    $2563 (Avg Bid)
    $2563 Giá đặt trung bình
    60 lượt đặt giá
    Fix Java API Download Issue Đã kết thúc left

    I'm facing an issue with my Java code. Specifically, it's not downloading from a general API as expected. I can fulfil the request in Postman just fine, however, when I try to duplicate the request in Java I do not get the required result. I suspect it is an issue in how the payload is POSTed, but it might be something else. The task will involve troubleshooting and resolving this download issue. Ideal skills and experience for this project: - Strong Java debugging skills - Experience working with varied APIs - Comfortable handling and processing JSON data.

    $26 (Avg Bid)
    $26 Giá đặt trung bình
    14 lượt đặt giá

    As someone requiring a medium-sized mobile application, I am seekin...medium-sized mobile application, I am seeking a software engineer experienced with React Native. - The platform: The application needs to be developed for both Android and iOS. - Key Features: This project requires development of various features including user authentication, in-app purchases and push notifications. Ideal skills would include: - Experience with React Native. - Proven track record in mobile app development. - Knowledge in integrating in-app purchase, user authentication and push notification functionalities. Your past work with similar applications will be considered a plus. This project will be a opportune start for a long term relationship. Looking forward to seeing your rema...

    $4 / hr (Avg Bid)
    $4 / hr Giá đặt trung bình
    22 lượt đặt giá

    I'm seeking an experienced Full-Stack Web Developer who's well-versed in both frontend and backend technologies. Must have expertise in HTML, CSS, JavaScript, Python, Java, PHP along with profound understanding of database technologies such as MySQL, MongoDB, PostgreSQL. Importantly, a strong background in blockchain is highly desired. Here's what I'm looking for: - Full-stack Development: Deliver high quality, clean code in both frontend and backend dimensions. - Blockchain Expertise: Implement blockchain technologies, and understand their impact on the overall web infrastructure. - Timely Delivery: The project needs to be completed within a month's time. Ideal candidates should have a portfolio of past projects to showcase their expertise and proficiency...

    $18 / hr (Avg Bid)
    $18 / hr Giá đặt trung bình
    76 lượt đặt giá

    I'm seeking an experienced software developer who is proficient in Python and Java. Your role will be to create a software that can run on Windows and possess capabilities such as data analysis, file manipulation, and report generation. This software will interact with PDF and Excel files extensively. Skilled required are: - Advanced Python and Java programming - Knowledge in data analysis - Experience in creating software for file manipulation - Report generation capabilities - Familiarity with PDF and Excel file handling - Proficiency in developing software compatible with Windows.

    $4617 (Avg Bid)
    $4617 Giá đặt trung bình
    49 lượt đặt giá

    - I'm looking for someone who can work with VRM and BVH files in Blender. - I would greatly appreciate if you could apply for this role.

    $8 / hr (Avg Bid)
    $8 / hr Giá đặt trung bình
    7 lượt đặt giá

    For this task, utilizing QuickBooks Desktop Enterprise edition, I need...transaction data into the QuickBooks Desktop system. The purpose is to streamline my bookkeeping process and minimize the risks for data error. The key responsibilities: - Establish a functional connection system between my finance server and QuickBooks Desktop Enterprise. - Specifically, the system should be able to push financial transaction data into QuickBooks seamlessly. Ideal skills: - Profound knowledge of QuickBooks Desktop API - Previous experience in data push mechanisms - Excellent understanding of financial transactions data structure. This project will require a careful understanding of QuickBooks API mechanism and financial data structures, so experience in similar tasks will be hi...

    $156 (Avg Bid)
    $156 Giá đặt trung bình
    2 lượt đặt giá

    I am in need of a skilled Android developer who specializes in designing custom interfaces. Your expertise should include: -Key Features: -Developing an engaging user interface design. -Implementing functionalities such as Navigation Drawer, Bottom Navigation Bar, and Floating Action Button. -Integrating a smooth login and registration system. -Enabling push notifications. -Setting up in-app purchases. -UI Design: -You should be comfortable with creating a custom design, deviating from generic Material or Flat Designs. If this sounds like something you can do, I look forward to receiving your bid.

    $20 (Avg Bid)
    $20 Giá đặt trung bình
    14 lượt đặt giá