Test java function jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 test java function jobs found, pricing in INR

    Please read completely before placing a bid ! Please bid only if you also plan to respond... Please someone who is interested in doing several projects Please make realistic offers and no fake offers where the price multiplies afterwards. Please keep in mind that changes can still be made during...who can program an addon for the video game "World of Warcraft". It is not a game, but an interface modification. Similar to MODs in Minecraft or Skyrim. LUA & XML knowledge is needed. This addon is to allow the bags to move freely in the game. There are already suitable addon but they are outdated and therefore do not work properly. Additionally a sorting function shall be implemented. Since you read everything, please write the word "Sylvanas" in the offer ;-)

    ₹1671 (Avg Bid)
    ₹1671 Avg Bid
    1 bids

    ...security measures to protect user data Project specifics: - Search engine is already functional, only improvements and a few customizations will be needed - Changes and adjustments are needed in the admin area, e.g. editing newsgroups and adjusting retention - A simple API for the search still needs to be implemented - Standardize the design of the website - Development of an extended search function for navigation in Usenet groups - User-friendly interface for account creation and login process - A design that adapts seamlessly to desktop and mobile devices - A clean user interface with an option to change simple seasonal themes e.g. Halloween, Christmas - Adjustments to the invite system and registration - Add Online Check for .NZB Files - Bring changes online and then make an...

    ₹12365 (Avg Bid)
    ₹12365 Avg Bid
    39 bids

    I'm in need of a proficient software developer skilled in creating efficient desktop applications. The application will be mainly used on the Windows operating system. The core function that this app needs to provide is task management. Key Responsibilities: • Develop a high-performance, user-friendly task management desktop application. • The application needs to be highly usability-focused and intuitive. • Ensure high performance and responsiveness of the software. • Maintain quality and ensure responsiveness of the application. Ideal skills: • Exceptional knowledge in coding for desktop applications. • Previous experience in creating Task Management tools. • Proficient understanding of Windows desktop environment. • Good communicat...

    ₹10611 (Avg Bid)
    ₹10611 Avg Bid
    4 bids

    Dear Sir, I am writing to express my gratitude for the opportunity to participate in the final assessment test for the DevOps Engineer position. I appreciate the chance to demonstrate my skills and suitability for the role. I look forward to the next steps in the assessment process. Thank you once again for considering my candidacy.

    ₹251 / hr (Avg Bid)
    ₹251 / hr Avg Bid
    1 bids

    I am in need of an expert Excel VBA programmer who can enhance my existing proposal workbook. The primary focus of this project is to integrate xlookup functionality and to enable the workbook to generate additional rows and tabs that pull data from various sources. Key Tasks: - Implementing xlookup function: The freelancer is expected to introduce this specific function into the workbook, allowing for efficient data retrieval. - Generating additional rows: The workbook should seamlessly add rows as needed, ensuring comprehensive data management. - Pulling data from tabs: The expert should enable data extraction from various tabs within the workbook, ensuring a streamlined process. - Generating additional tabs: The workbook should be equipped to create new tabs as required,...

    ₹37931 (Avg Bid)
    ₹37931 Avg Bid
    42 bids

    I'm looking for a skilled freelancer to set up my website. I need E...user-friendly and customizable. - Contact Forms: I need a system in place to collect inquiries or feedback through contact forms. Additional Tasks: - Email Integration: Set up Microsoft 365 for email communication. - DNS & MX Record Cleanup: Remove unwanted DNS & MX Records to ensure smooth operation. - Server Setting: Make necessary setting adjustments on the server for the website to function effectively. It's important that the website has less than 10 pages. Ideal skills for this task include proficiency in PHP, WordPress, and cPanel. Experience with E-commerce, Blogging platforms, and Contact form integration is essential. Additionally, knowledge of Microsoft 365 email setup an...

    ₹1658 - ₹13815
    Urgent Sealed
    ₹1658 - ₹13815
    24 bids

    I am in need of a civil engineer specialized in soil testing, particularly in conducting a percolation test. The primary goal for this project will be to assess whether or not a piece of land that I plan on buying is both buildable and subdividable. In order for this large lot to be subdividable, I need to have perc tests done in multiple locations on the site. Therefore, conducting soil testing (percolation tests) to assess the soil's suitability for a septic system is critical. Ideal candidates should be civil engineers (or builders) with experience in soil testing particularly percolation tests. A familiarity with septic systems is a strong plus. The site location is the town of Palmer, MA. Thanks. Joe

    ₹20887 - ₹62662
    Local
    ₹20887 - ₹62662
    0 bids

    We have a package delivery company with a website built in .php where our users can book pickup and delivery of packages. Now we want to build an extra function where the user can see where the package is. For this reason we need a very very simple application for our driver to just start up for tracking, no other functions needed for now. And the data will be sent to our database for our website where we show everything on a map.

    ₹15206 (Avg Bid)
    ₹15206 Avg Bid
    44 bids
    Moodle expert 6 days left

    We ar...scores from being calculated properly and other glitches during the import and export processes. What do we expect from the Freelancer? Proven Experience: We are looking for professionals with demonstrable experience in Moodle, especially in mass uploading of content and solving related problems. Commitment and Accuracy: Ability to follow detailed specifications and ensure that the import meets test scoring and configuration requirements. Effective Communication: We hope to maintain fluid and constant communication to resolve any incident quickly. If you are interested in facing this challenge and contributing significantly to the success of our academy, we invite you to submit your proposal. We look forward to collaborating with a dedicated and knowledgeable professional...

    ₹2172 (Avg Bid)
    ₹2172 Avg Bid
    7 bids

    SimpleWeb RTC changed again how they get the amount of users in a room. This one I can not figure out as we use this to count users in the room. See attachment. We use the original curl with Java Script to show that count on our webpage. $20 Job

    ₹1922 (Avg Bid)
    ₹1922 Avg Bid
    11 bids

    I'm seeking a full-stack developer to build a sophisticated core banking solution web application. Key Requirements: - JavaScript and Java proficiency are a must - The web application should have a sleek and modern design Key Features: - The most critical feature for this project is user account management Ideal Candidate: - Proficient in JavaScript and Java - Experience in designing modern and aesthetically pleasing web applications - Previous experience with core banking solutions or financial applications is highly desirable - Strong background in creating robust user account management systems - Excellent problem-solving and analytical skills - Ability to work independently and efficiently Please include your relevant experience and a portfolio of your previous ...

    ₹57816 (Avg Bid)
    ₹57816 Avg Bid
    20 bids

    ...identifier ‘2sum’ or an illegal integer literal ‘23b2’? Make appropriate changes to the state transition diagram and the code to enable the lexical analyser report the above-mentioned errors. Second change is to enable the lexical analyser handle assignment operators and certain key words. After this change it should be able to handle assignment statements and keywords: ‘if’, ‘then’ and ‘else’. Test your analyser on the following input file: x = 5 sum = x * 3 / 5 if sum > 1 then sum = sum + 1 else sum = sum – 1 Part 2: Syntax Analysis In this Part you will extend the work that you did in Part 1 on lexical analysis. You will now add a syntax analyser (parser) to it. The syntax analyser will handle expressions...

    ₹9692 (Avg Bid)
    ₹9692 Avg Bid
    16 bids

    ...Freelancer.com that was never revealed before… It's not just about teaching you everything I know and sharing my journey to the #1 amongst 70 million people; it's also about connecting you with a great community.. Once you complete the program and pass the test, you'll earn an exclusive badge that very few people get.. But.. Also, you get all of the following INCLUDED with NO HIDDEN COST in a YEARLY price of 129 USD: ➡️ Be among the elite few to earn the new IFC badge on your profile so that you can stand out! (Upon successful completion of the test) - Priceless! ➡️ Unlock hours of groundbreaking video content I’ve been working on for months that's nowhere else to be found. (399 USD, INCLUDED!) ➡️ Numerous attachments with client conv...

    ₹2339 (Avg Bid)
    ₹2339 Avg Bid
    1 bids

    I'm seeking an experienced developer who is proficient at Java Node.js to create a dynamic and interactive betting website. Key points of focus include: - Creation of a user-friendly feature for straightforward odds and results display. No complicated calculations are required, simply a clear presentation of basic odds and stats. - Incorporation of a lively and interactive user interface that allows users to engage and work quickly. Ideal candidates would have extensive experience in similar work, particularly in developing fluid and interactive interfaces. A strong background in Java Node.js API Integaration is mandatory. This project requires a blend of technical skill and creativity to deliver a product that is both functional and user-friendly.

    ₹835 / hr (Avg Bid)
    NDA
    ₹835 / hr Avg Bid
    6 bids

    ...WordPress already we have account, also we have domain + hosting in GoDaddy, I attached here a sample of website, we need a website design and platform similar to this one, we will give you access to the account to complete the work. Requirements: - We have a domain registered with GoDaddy. - domain name - We need to develop a website similar to the one attached. - The website should function like a menu, featuring categories with products in each category. Each product will have choices for customers. - A payment gateway, Stripe. - Customers should select their location before placing an order. Map integration is needed to select the exact delivery location. - Initially, delivery will only be available in Abu Dhabi, we plan to expand delivery to Dubai later. - D...

    ₹17712 (Avg Bid)
    ₹17712 Avg Bid
    67 bids

    I am looking for an experienced mobile app developer who can build a taxi app. The app will be available across both iOS and Android platforms. Key Requirements: - Aesthetic: The design should be simple and clean. It should have an easy-to-navigate user interface and a straightforward booking process. - Features: The core feature of this app ...experience in mobile app development, particularly in iOS and Android platforms - Proven track record in developing similar taxi/transportation apps - Strong knowledge in integrating payment gateways, generating push notifications and GPS tracking - Excellent eye for designing simple and clean UI/UX I look forward to hearing from developers who can deliver on this brief, bringing the right balance of function and user-friendly design t...

    ₹39937 (Avg Bid)
    ₹39937 Avg Bid
    66 bids

    I need an expert product copywriter who is skilled in copywriting that helps sells products. Must have a good portfolio. In order to see if you are the right fit for the project, you will need to pass a copywriting test by creating a short sample. I am looking for someone who is available to work on a daily basis. Thank you!

    ₹8522 (Avg Bid)
    ₹8522 Avg Bid
    46 bids

    I require a specialist who is proficient in Structural Equation Modelling (SEM), particularly with SmartPLS, to conduct hypothesis testing on my collected data. This is pivotal in determining the relationship between variables and also includes the moderation effect. Key Project Tasks: - Conducting hypothesis testing using Smart PLS: Your primary task will be to rigorously test the relationships between the variables I've collected data on, as well as assess the moderation effect. - Report Writing: I expect a comprehensive and detailed report of the hypothesis testing results. The report should be clear, well-structured, and easy to understand, as the results will be crucial for my research. I also want the statistical results from the software (tables) and dataset. Ideal ...

    ₹1838 (Avg Bid)
    ₹1838 Avg Bid
    17 bids

    I urgently need a qualified professional to assist me in preparing for a tech support test. My areas of focus are: - Customer service skills for tech support - Verbal Comprehension Verbal Comprehension Assesses your ability to analyze arguments and draw conclusions from written statements - Attention & Focus - Workplace personality A capable individual with a strong aptitude in the above areas and a knack for clear, concise communication would be ideal—availability until tomorrow.

    ₹1671 (Avg Bid)
    ₹1671 Avg Bid
    1 bids

    For this project, I need a proficient AWS lambda specialist. The main function should involve processing well-organized data. The core tasks and qualifications of the project are as follows: Tasks: - Implement an AWS lambda function to process structured data - Fetch the necessary data from an S3 source Required Experience and Skills: - Extensive understanding of AWS Lambda functions - Proven experience in processing structured data - Experience in sourcing data from an S3 Database is highly beneficial Your ability to understand the unique requirements of the project and deliver efficient results will set you apart. Let's collaborate to make this project a success. Looking forward to your bids.

    ₹585 / hr (Avg Bid)
    ₹585 / hr Avg Bid
    13 bids

    I require an expert who can integrate Woocommerce and WhatsApp to automatically send invoices upon successful purchases. After a customer purchases from my Woocommerce site, the system should: • Automatically send a WhatsApp message to the customer with an image screenshot of their invoice. • Include a personalized thank you message in the W...message in the WhatsApp text. Ideal candidate should: • Have ample experience in Woocommerce and WhatsApp integration. • Be proficient in PHP and Javascript. • Have a deep understanding of eCommerce site functions and transaction processes. • Show an eye to detail in implementing customer-facing features. This project demands accuracy and a smooth user experience, thus a demonstrated ability to test and debug ...

    ₹3175 (Avg Bid)
    ₹3175 Avg Bid
    29 bids

    I am looking for a specialist to create an interactive UI in React Js that provides a seamless user experience. This project will require: - The creation of at least two UI test cases, with a clear emphasis on user interaction tests. - Setting up and integrating Routing and Guard Components for authorization. - Developing a backend in Spring Boot. - Saving credentials in a MySQL database. Ideal candidates should have solid experience with React Js, Spring Boot, and MySQL database. Proficiency in creating user interaction tests is also a must. Once completed please provide a GitHub link for the project in .docx file with screenshots of the UI.

    ₹2924 (Avg Bid)
    Guaranteed
    ₹2924
    4 entries

    ...(2021 & 2022 passout only)? Are you passionate about programming languages and eager to make your mark in the IT industry? Look no further! We’re hiring talented individuals to join our dynamic team. Position: Software Engineer Domain: Finacle (Banking) Location: Major cities in India and international locations Why Choose Us? Comprehensive end-to-end training in Unix/Linux, JSP, HTML, Core Java, Node JS, Node red, Oracle SQL, and PLSQL. Exciting projects in the banking domain Opportunities for growth and career advancement Terms and Conditions: Commitment: Minimum 3 years with us Training: First month (free accommodation), followed by competitive salary Performance-based increments from the second year onward Global travel opportunities Qualifications: - While we...

    ₹4762 (Avg Bid)
    ₹4762 Avg Bid
    5 bids

    I'm looking for an experienced script writer to create a funny, engaging text for a promotional video. The video is aimed at individuals who have yard work to do (snow blowing, lawn mowing, leaf blowing). It should be something that resonates with their experience and brings a smile to their face. Key requirements: - Exp...brings a smile to their face. Key requirements: - Experience in writing scripts for promotional videos - Ability to create humorous content - Understanding of the target audience, particularly people involved in yard work Please share previous projects or examples that demonstrate your skills in creating engaging, funny video scripts. The product we are promoting is called Yarbo - 3-in-1 multi-function yard robot. It's fully autonomous and can be ...

    ₹7519 (Avg Bid)
    ₹7519 Avg Bid
    27 bids

    ...Natural Language Processing and Data Scraping. The ideal freelancer for this job should have: - In-depth knowledge and skills in languages such as Python, Java, or C++ to efficiently build the bot - Expertise in Natural Language Processing and Data Scraping - Experience in building bots, particularly ones focused on task automation Although the bot is primarily for personal use, ensuring its compatibility across different platforms is fundamental. Therefore, any previous experience or knowledge in optimizing bots for varying platforms will be advantageous. We can discuss further the specifics of what platforms the bot should optimally function on as we move forward with the project. To sum up, I'm looking for a professional with robust coding skills, a deep under...

    ₹23728 (Avg Bid)
    ₹23728 Avg Bid
    15 bids

    I need an experienced Native Android app and SDK developer to work on an existing wellness app. The main focus should be on health tracking, specifically heart rate monitoring. You should have prior experience developing similar health or fitness apps and be familiar with heart rate monitoring technology. Bonus points if you can prov...to work on an existing wellness app. The main focus should be on health tracking, specifically heart rate monitoring. You should have prior experience developing similar health or fitness apps and be familiar with heart rate monitoring technology. Bonus points if you can provide examples of previous work in this field. Key skills required are Android development, SDK, Android Library creation, Java, Kotlin and health app design and development best ...

    ₹1003 / hr (Avg Bid)
    NDA
    ₹1003 / hr Avg Bid
    19 bids

    I'm seeking a seasoned resume writer, with a knack for crafting resumes focused on the IT industry and a comprehensive understanding of executive-level priorities. - Your target audience will be, primarily, senior decision-makers in IT recruitment. - Also, ...writer, with a knack for crafting resumes focused on the IT industry and a comprehensive understanding of executive-level priorities. - Your target audience will be, primarily, senior decision-makers in IT recruitment. - Also, the resume must highlight my skills as an Architect. Ideal Candidate: - Proficient in resume building for executives. - Knowledge of the IT industry (java Full Stack development) and architect roles. - Excellent communicator with collaborative editing skills. -...

    ₹7352 (Avg Bid)
    ₹7352 Avg Bid
    35 bids

    I'm seeking a seasoned software developer to build a comprehensive restaurant management system suitable for Android, using Kotlin and Firebase. This application will not just be an order tracking platform, but a suite that includes features such as: - Order Management: This core function should not only create and track orders, but also be equipped to handle special requests and customizations from customers. - Multi User System: The system should support multiple user logins with varying access rights. - Point of Sale (POS): The system should have integrated POS capabilities - Printing: Thermal Print functionality is a must-have in order to generate customer bills and other essential hard copies. -Reports - sales report, profit etc. The preferred candidate would have prio...

    ₹62745 (Avg Bid)
    ₹62745 Avg Bid
    15 bids

    I'm in need of an Arduino Programmer with expertise in DC motor control, programming logic, and inductive proximity sensor integration. Specific tasks include: - Programming logic for the DC motor microcontroller - Integrating an inductive proximity sensor for object detection - Implementing a speed regulation function (slow start, slow stop, foward, reverse speed and delay start) for motor control Please find the project detail on the attached document.

    ₹9525 (Avg Bid)
    ₹9525 Avg Bid
    28 bids

    ...conduct a thorough review and testing of a recently completed data analysis project. The successful candidate will be responsible for evaluating the accuracy and completeness of the work, ensuring all requirements are met, and identifying any potential issues or opportunities for improvement. Responsibilities: Review the SQL queries and R scripts used in the project for accuracy and efficiency. Test the data outputs to ensure they align with the project requirements. Verify that all analysis reports are complete and adhere to the specified guidelines. Provide a detailed report outlining any issues found, confirming requirement fulfillment, and suggesting any potential upgrades or improvements. Requirements: Proven expertise in SQL and R programming, particularly in data analy...

    ₹2089 (Avg Bid)
    ₹2089 Avg Bid
    9 bids

    We developed custodial wallet using Kotlin, JAVA, Node.js, etc. and when we click the "send" button coins cannot be sent. Please check and fix the issue. apk backend admin panel

    ₹12867 (Avg Bid)
    ₹12867 Avg Bid
    8 bids

    I'm seeking a skilled app script professional to improve functionality in my current Google Sheets. The job entails creating connections with external APIs, and add a multiple drop down function in Google sheet. This is different than dependent drop-down and I require to use just one cell for the multiple drop down rather than using the next cell. Key requirements: - Add two dropdown menus - The menus need to feature a predefined list of words - Experience with Google Sheets and App Script Recommended skills: - Google Sheets - Google App Script - API Integration

    ₹418 / hr (Avg Bid)
    ₹418 / hr Avg Bid
    3 bids

    I am in need of a logo design that incorporates both text and an iconic symbol. Our desired style is modern and minimalist. We intend to primarily use this logo online, on our website and various social media platforms. Key requirements: - Ability to create a balanced and impactful combination of text and icon - Expertise in modern and minimalist design aesthetics - Understanding ...incorporates both text and an iconic symbol. Our desired style is modern and minimalist. We intend to primarily use this logo online, on our website and various social media platforms. Key requirements: - Ability to create a balanced and impactful combination of text and icon - Expertise in modern and minimalist design aesthetics - Understanding of the digital landscape and how logos appear and function...

    ₹3843 (Avg Bid)
    ₹3843 Avg Bid
    64 bids

    I'm seeking an expert in Flutter and Firebase to develop a robust restaurant management app. The desired application will incorporate features for order management, table reservations, and menu displays. Key Features: 1. **Order Management:** This function will allow users to manage customers' orders easily. 2. **Table Reservations:** Users should be able to reserve tables via the app. 3. **Menu:** To enable customers to view different meals and their prices, the app will need a menu feature. System Integration: The app needs to seamlessly integrate with a POS system and an online reservation system. Your experience in API integration is desirable. User Roles: The app should support multiple user roles to accommodate administrators, managers, and waitstaff. Each role w...

    ₹61409 (Avg Bid)
    ₹61409 Avg Bid
    40 bids

    We are searching for a mobile developer to join the team to finalise a project for MVP. We need a single developer with both Android (react/java) and iOs (swift) to finalise the app already well underway but requiring changes in UI and functionality. You will also use WhatsApp for comms and JIRA for ticket management and be a strong communicator. Experience a must. Looking for a price per week, and 4 milestones are created and based on sprints achieved.

    ₹121230 (Avg Bid)
    ₹121230 Avg Bid
    88 bids

    ...Experience in gaming platform: The mobile app is designed to incorporate gamified elements, essentially a leaderboard, so want someone with skills in integrating such features. - Understanding of GK apps: A relevant experience in creating GK apps would be an advantage to ensure the functionality, ease, interactivity and engagement factors are intact. To briefly outline the project, the primary function of the app is to provide GK quiz with a competitive edge via leaderboard. This enables users to compare scores and compete with others, thereby creating a more inclusive and interactive learning environment. Interested freelancers should present previous works of similar calibre to showcase their experience and expertise. Enjoyment around GK and an appreciation for its global au...

    ₹14874 (Avg Bid)
    ₹14874 Avg Bid
    8 bids

    ...Experience in gaming platform: The mobile app is designed to incorporate gamified elements, essentially a leaderboard, so want someone with skills in integrating such features. - Understanding of GK apps: A relevant experience in creating GK apps would be an advantage to ensure the functionality, ease, interactivity and engagement factors are intact. To briefly outline the project, the primary function of the app is to provide GK quiz with a competitive edge via leaderboard. This enables users to compare scores and compete with others, thereby creating a more inclusive and interactive learning environment. Interested freelancers should present previous works of similar calibre to showcase their experience and expertise. Enjoyment around GK and an appreciation for its global au...

    ₹11000 (Avg Bid)
    ₹11000 Avg Bid
    5 bids

    This voice search capability should cover the whole Quran. The primary function of the app will be searching for verses in the Quran utilising voice commands, highlight the words you're reciting in Arabic as you say them to assist you in reviewing or reading. It's a standalone Apple Watch app. It should be activated via a Tap. You should be able ta to tap a button start reading and you should be able to see the Ayas on the watch screen as you reciting them. Please see a sample attached. Basically it should do the exact same thing but on the Watch. Key Requirements: - Voice search functionality specifically designed for the Quran - Covers the whole Quran, not just specific Surahs or Ayahs - Highlight the words you're reciting as you're reading. - Arabic lan...

    ₹30245 (Avg Bid)
    ₹30245 Avg Bid
    31 bids

    We're seeking freelance programmers with a flexible skill set as the specific programming languages and project objectives weren't defined. An ability to adapt to various programming languages would be ideal, encapsulating yet not limited to Java, Python, and C++. As the project's main target and functionality weren't specified, experienced bidders with diverse backgrounds in creating mobile apps, website development, and software application building would be preferred. This project may contain elements like user authentication, database integration, and payment processing. It's important you're adaptable and comfortable with possible modifications as the project progresses.

    ₹2423 (Avg Bid)
    ₹2423 Avg Bid
    21 bids

    I have a current website setup where I sell digital products. My aim is to enable customers to complete their purchases using Payoneer payment links. I already have an active Payoneer account that can be used for this function. The job will involve: - Implementing Payoneer API to create payment links within my website. Your role will heavily rely on familiarity with Payoneer API and specifically leverage this resource: - Integrating the resulting code on my clickfunnels html, making it an adjustable feature On the payment page, I would like to capture various types of information: - Customer contact details - Customer preferences - Specific product details The ideal candidate for this project has experience in website

    ₹13201 (Avg Bid)
    ₹13201 Avg Bid
    21 bids

    I require a dedicated and professional developer to craft an e-commerce website for my yoga business. The ideal platform will have the following features: - An online store that's easy to navigate, reflecting a clean and effective layout. - Customer review section to facilitate transparent and honest interaction with our clients. - Convenient product search/filter function to allow customers to quickly locate desired items. We'll be retailing yoga mats, clothing, and other related accessories. As such, the right candidate should have prior experience in creating e-commerce platforms that handle such inventory, effectively categorizing them to make discovery easy and intuitive. In terms of transaction handling, we plan to incorporate the following payment methods: credi...

    ₹22391 (Avg Bid)
    ₹22391 Avg Bid
    64 bids

    Hi I have a project requiring development of a customised webapp with frontend in and backend in node,js + mongo db and Azure devops (infrastructure + load testing + load balancing + networking + autoscaling). QA test would be need to be performed before commmercial launch, both functional and UAT. Kindly go through the attached document specifying our project requirement and other terms. If the project interests you then we can take it forward, and I can share our detailed project requirements etc. Regards, Amit

    ₹283817 (Avg Bid)
    ₹283817 Avg Bid
    24 bids

    ...rest of the Alphabet (which can be hard coded). I also need a specific function made in the page that allows me to say IF somevariable = current displayed letter, then move to next. Basically, the function would help me create a way to automatically change the letter to the next letter IF some condition exists, which I will handle myself and assign to the variable you create. IF $somevariable = $current_letter THEN move to next letter I would like you to use auto-layout, so I can import this into the App I want to and use it for iPhones or iPads. I'm using XCode 15.3, so I need to be able to run the App in that. Thanks! And, I need this asap. Then I need you to show some images/layers IF the $somevariable function is correct and other images IF the $som...

    ₹13786 (Avg Bid)
    ₹13786 Avg Bid
    10 bids
    Wordpress site 6 days left

    Development of an educational website on WordPress focusing on content organization and accessibility. The site will feature a post categorization function to facilitate user navigation. Inspired by the provided prototype, the design will be modern and intuitive, aiming for a pleasant and efficient user experience. The goal is to provide a user-friendly platform for students and educators to access and share knowledge in an easy and organized manner. You can view the prototype at this link:

    ₹12115 (Avg Bid)
    ₹12115 Avg Bid
    61 bids

    I'm looking for a skilled developer to update an existing capacitorjs plugin to version 5 and introduce Android compatibility. I am looking for a Geofence plugin. I have a good starting point with a publi...and Android. - The plugin should be updated to Capacitorjs v5 to ensure it's leveraging the latest features and security patches.. Ideal Skills and Experience: - Proficient in Capacitorjs, IOS and Android development. - Experience in updating and maintaining plugins. - Strong understanding of cross-platform compatibility. - Familiarity with performance optimization and versioning. - Ability to test on both IOS and Android devices (latest OS versions) If you have successfully updated plugins to newer versions and integrated Android support, please share relevant work ...

    ₹40271 (Avg Bid)
    ₹40271 Avg Bid
    15 bids

    I need an experienced app developer to create a comprehensive application for my business. The app should be accessible on both iOS and Android so it can reach the widest possible audience. Key Features: - Appointment Scheduling: The primary function of the app is to allow my clients to easily book appointments with my team. The app should be: - User-friendly: As it's a business app, it should be intuitive for both my clients and my team. - Secure: As we will be handling personal information, data security is a top priority. Please include in your bid any similar projects you've worked on, and specify the technologies you are proficient in.

    ₹77032 (Avg Bid)
    ₹77032 Avg Bid
    85 bids

    We're seeking a seasoned professional for a modern home decoration project focusing on sprucing up our living room and bedroom. Please have a strong portfolio in contemporary decor, demonstrate creativity, resourcefulness and an in-depth knowledge of current trends. The ability to work within budget and time constraints is essential. Key competenc...design - Strong sense of aesthetics and a keen eye for detail - Understanding of various color schemes, materials, and furniture design - Ability to produce mood boards, sketches, or 3D visuals to illustrate ideas. A grasp of modern elements and the principles of design will be beneficial for this project. We anticipate a detail-oriented plan of action that aligns with our vision, harmonizing function and aesthetics for a cohesive...

    ₹10444 (Avg Bid)
    ₹10444 Avg Bid
    59 bids

    I'm looking to create an extension that adds live broadcasting capabilities to an existing WEBRTC-based video conferencing system from Github. This extension will be specifically designed for my PHP-based social networking site. In addition to these features, the live broadcasting system must function seamlessly with the existing structure of my PHP social networking site: 1. User Authentication for Broadcasting: The broadcasting system should allow user authentication to secure the broadcaster's channel. 2. Push Notifications for Live Streams: When a host initiates a live broadcast, a push notification should be delivered to followers or subscribers. Ideal freelancers for this project have a solid grasp on PHP, WEBRTC broadcasting systems, and social networking platf...

    ₹11530 (Avg Bid)
    ₹11530 Avg Bid
    41 bids

    I require a talented software developer to create a desktop application with proficiency in C++ and Lua scripts. The main function needed for this software is Electronic Control Unit (ECU) tuning. Ideal skills and experience: - Proficient in C++ and Lua Scripts - Experience in software development, particularly for desktop applications - Knowledge or experience in ECU tuning technology would be highly beneficial I have written a software in c++ i will like someone to be able to link my software to my winols witch is on another pc and for example someone loads a file in my c++ software it will then automatically send it to my winols find a file witch is modified acording to how the user wants the file to be modified then return back to the software in c++

    ₹82212 (Avg Bid)
    ₹82212 Avg Bid
    29 bids