Android no internet connection popup jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 android no internet connection popup jobs found, pricing in GBP

    I have a project that requires the development of a robust Android application. Key Requirements: - Development of a comprehensive Android application with 18 screens - Integration of 12-13 APIs to ensure seamless functionality - Design and implementation of a user-friendly UI/UX - Optimization for performance and security Designs, icons and API's will be provided by us Time 8 days

    £80 (Avg Bid)
    £80 Avg Bid
    15 bids

    I'm looking for a skilled app developer who can create a user-friendly social networking app for both iOS and Android platforms. Key Features: - Messaging: Users should be able to communicate with each other through text, images, and videos. - Photo Sharing: The app should allow users to share photos with their friends and followers. - Event Planning: Users should be able to create, share, and attend events within the app. I need a developer who has experience working with social networking apps and is able to deliver a well-designed, smooth-running product.

    £335 (Avg Bid)
    £335 Avg Bid
    4 bids

    ...persuasive sales skills and familiarity with the digital marketplace. Your mission, should you choose to accept it, will be to sell a wide variety of '.com' internet domain names - approximately 150 in total. Here's what you'll need to do: - Present domain names to potential buyers * Examples: , , - Be able to familiarize yourself with the full list of domain names when making sales. Key Notes: - This is a commission-based role, and I intend to reward successful sales generously. - No website design or layout is required as the sale is purely for the domain names. - There are no specific keywords or phrases related to the domain names as they cover an extensive range of subjects. Ideal Candidate: - Knowledgeable about digital

    £16056 (Avg Bid)
    £16056 Avg Bid
    6 bids

    ...appealing, and user-friendly design for an app I'm developing. Key aspects: - Platforms: The app will be available on both iOS and Android, so you should have experience with both platforms. - Purpose: The app's core function revolves around boosting users' productivity. Hence, it's essential that the UI/UX design enables a smooth and efficient user experience. - Design Style: I have a preference for a futuristic design; think sleek, innovative, and cutting-edge. The ideal candidate should have: - Proven experience in developing and designing productivity apps. - Strong portfolio demonstrating a futuristic design style. - Proficiency in both iOS and Android platforms. - Solid understanding of UI/UX principles. Your role will be pivotal in shaping ...

    £33 (Avg Bid)
    £33 Avg Bid
    15 bids

    I'm seeking a Macrodroid expert to handle two key tasks: - Automating the opening and closing of certain apps on my Android device. - Automating specific device settings, such as WiFi and Bluetooth toggling, and screen brightness adjustment. The project has a high priority, so I need someone who can start immediately. The ideal freelancer should be well-versed with Macrodroid, particularly in creating complex automation sequences, and be experienced in Android device settings customization.

    £117 (Avg Bid)
    £117 Avg Bid
    31 bids
    Develop Simple iOS App 6 days left
    VERIFIED

    I am looking for a developer who could develop a iOS IPhone app. It should do following Use a authentifcation based on a MySQL database table (for login) store that login as session that I not need each time again login. Create a connection between that MySQL and grab data and display that on app. Store that data like on cache that I can see that data also offline. I only will answer to developer who native language are English or German and who could show some iOS work.

    £444 (Avg Bid)
    £444 Avg Bid
    85 bids

    I'm looking for a skilled android developer to create a professional application for me. The app will be targeting professionals as the primary users. Key Features: - User Login and Registration: The application should allow users to create accounts and log in securely. - In-App Purchase Functionality: I'd like to have the option for users to make purchases within the app. - Push Notifications: The app needs to be able to send notifications to users. Design: - I want the icons in the app to be designed in gradient and pastel shades. These should be visually appealing yet suitable for a professional audience. Ideal Skills: - Proficiency in Android app development - Experience with in-app purchase integration - Ability to implement secure user login and registrati...

    £103 (Avg Bid)
    £103 Avg Bid
    16 bids

    ...of operation (motor or generator mode). Additional Features: Include Phase-Locked Loop (PLL) design for inverter grid connection. Code Quality: Clearly define all variables with descriptive names. Maintain a clear and organized code structure to facilitate future modifications and updates. Requirements: Proven experience with Arduino development, specifically Arduino DUE. Familiarity with motor controllers, specifically the IMC101T T038. Proficiency in implementing Space Vector PWM. Experience in developing user interfaces with LCD displays and RS232 communication. Knowledge of JSON and CRC for data integrity. Ability to design and implement PLL for inverter grid connection. Experience with LED displays for status indication. Strong debugging and problem-solving skills....

    £113 (Avg Bid)
    £113 Avg Bid
    13 bids

    I'm looking to develop an Android app using .NET MAUI that focuses on facial detection and tracking for attendance monitoring. Key Requirements: - **Facial Detection:** The app should be able to detect faces in real-time. - highlight detected face with rectangle shape - **Server Communication:** Once faces are detected, the app needs to send this information to a server automatically. - **Attendance Tracking:** The primary goal of the app is to leverage this face recognition technology for attendance tracking purposes.(but no need do any page for this now ) Ideal Skills: - Proficient in .NET and MAUI platform for Android development - Strong experience with facial detection and recognition technologies - Prior work on real-time server communication from mobile ...

    £49 (Avg Bid)
    £49 Avg Bid
    3 bids

    ...innovation. Key Components: - Canvas app - Component library - Power Automate flows - Environment variables - Connection references Required Application Information: Freelancers interested in this project should provide a brief description of their relevant experience and knowledge. Ideal Skills and Experience: - Microsoft Power Platform and Dataverse Expertise - C# and .NET Development - Package Deployer Tool Proficiency - Power Apps CLI and Visual Studio Code - Experience with Dynamics 365 SDK - Previous experience in publishing PowerApps solutions on AppSource - Ability to work with canvas apps, component libraries, Power Automate flows, environment variables, and connection references - Strong problem-solving skills - Good understanding of the AppSource platform....

    £390 (Avg Bid)
    £390 Avg Bid
    26 bids

    I'm seeking a proficient mobile application developer to construct a ride booking app similar to Ola, Uber, or Rapido. This application needs to be created and optimized for both Android and iOS platforms. Key Features Required: - Implementation of GPS tracking to facilitate real-time location tracking - Integration of a payment system to make transactions seamless and secure - Incorporation of a user rating/review system to maintain a standard of service The potential developer should have substantial experience in the above-mentioned areas. Furthermore, the ability to schedule rides in advance is another functionality I'm looking for in my application. This feature should allow users to plan their trips ahead of time for convenience. Ideal skills and experience inc...

    £180 (Avg Bid)
    £180 Avg Bid
    8 bids

    ...21.0", and makes a call using Setting up a demo Quasar app takes less than 5 min. my sample code: async sendMessageToClaudeChatbot(message) { this.Claude_question = "Claude Question"; const anthropic = new Anthropic({ apiKey: process.env.CLAUDE_COLAB, }); (anthropic); const anthropic_message = await ({ // mode: "no-cors", max_tokens: 1024, messages: [{ role: "user", content: "Hello, Claude" }], model: "claude-3-opus-20240229", }); this.Claude_answer = ; (); try { const response = await ( this.Claude_question ); = ;

    £110 (Avg Bid)
    £110 Avg Bid
    17 bids

    I've created an Android app and now I'm seeking a skilled developer who has experience with Google Play Console to deploy this app for me. Key Project Requirements: - The app is ready for deployment, so the main task is publishing it on the Google Play Store. - The developer should have a deep understanding of Google's app deployment process and the ability to navigate the Google Play Console efficiently. Ideal Skills: - Proficient in Android app development and deployment. - Prior experience with Google Play Console. - A good understanding of app store policies and guidelines. - Strong communication skills to ensure a smooth deployment process. Please note that I currently don't need assistance with creating promotional materials for the app listin...

    £124 (Avg Bid)
    £124 Avg Bid
    16 bids

    We are seeking open-minded and willing participants for intimacy counselling and coaching sessions. The purpose of these sessions is to test...ensure the effectiveness of the methods used. - Ensure confidentiality and a respectful approach throughout the process. Qualifications: - Must be open-minded and comfortable discussing a wide range of intimate and sexual topics. - Strong communication skills and the ability to provide constructive feedback. - Willingness to participate in multiple sessions as needed. - Must have good internet connection for Zoom Video Session. What We Offer: - Compensation for your time and participation. - Flexible scheduling to accommodate your availability. - A safe and confidential environment for all sessions. PM for more information related...

    £14 / hr (Avg Bid)
    £14 / hr Avg Bid
    19 bids

    I'm in need of a professional portfolio website that will help me highlight my work, specifically organized by client industry. It needs to have video player capabilities to showcase my projects. Key Requirements: - Portfolio Organization: The portfolio should be structured based on the industries of my clients. This will help visitors navigate and understand my work in connection to different sectors. - Video Player Integration: I want a sleek and effective video player to be embedded within my website, to help present my projects in a dynamic and engaging manner. Ideal Skills and Experience: - Proven track record in designing and developing portfolio websites, especially those organized by client industry. - Proficiency in integrating and customizing video players within a ...

    £9 / hr (Avg Bid)
    £9 / hr Avg Bid
    33 bids

    I'm looking for an Android developer to work on my application. It will run on various platforms including Mobile device, Android TV OS, and Tablet. Existing Application will be shared with you . Key features of the application will include: - BLE Capture: Ensure the application can capture BLE data in real-time. - Data Uploading: Implement a mechanism for uploading collected data to the cloud. - Single Page Display: Design a single, easy-to-navigate page for the application. - Settings Page with Reports: Add a settings page where users can configure the app and view reports. - Devices Settings: Create a section for managing connected devices/settings. Key requirements: - Proven experience in developing Android apps, especially those involving BLE capture and ...

    £286 (Avg Bid)
    £286 Avg Bid
    10 bids

    I have an existing WordPress website built with Elementor Pro. I need to add one inner page and a contact page (popup). I have designs in PSD and Adobe Illustrator. I need an expert Elementor Pro developer who can start now and finish the task by tonight.

    £24 (Avg Bid)
    £24 Avg Bid
    24 bids
    Simple mobile app 6 days left
    VERIFIED

    Looking for someone to develop a simple mobile app that will work on both iOS and android. That would mean utilizing one of those frameworks such as React Native or Cordova (or something else similar). The app will basically just allow the user to search for an order (done through a Rest API) and then select photos on the device and upload those to the selected order (also though a Rest API). Detailed Requirements: Setup screen where system URL and API key can be entered and then saved so subsequent uses of app doesn't require it to be reentered Ability to search and find order using order number, customer name, or company name Ability to select multiple photos and upload at once (although API call needs to be made for each file) Ability to take picture with camera right i...

    £182 (Avg Bid)
    £182 Avg Bid
    41 bids

    I'm looking for an Android developer to create a simple news app for me. The key feature that I'd like to prioritize is an offline reading capability, which is essential for my users who may not have constant internet access. The news articles should be displayed in a list of headlines. This layout will allow users to quickly scan through the news and pick out articles of interest. The ideal candidate for this project would be a developer with experience in Android app development, particularly in working with APIs. Experience in designing user-friendly and intuitive interfaces would also be a plus.

    £112 (Avg Bid)
    £112 Avg Bid
    14 bids

    I'm in need of an experienced mobile app developer who can fix an issue with our current application whereby it is failing to reflect updates made on Flux Builder, due to a malfunctioning API connection between Flux Builder and Vercel. Ideal Skills - Proficiency in mobile app development for both iOS and Android. - Previous experience in building E-commerce apps. - Familiarity with integrating shopping cart functionality. - Ability to design and implement promotional features within the app. Please include any relevant work samples in your bid. Looking forward to hearing from you!

    £135 (Avg Bid)
    £135 Avg Bid
    54 bids

    Android Developer - SMS Processing and Remote Management App We are looking for a talented Android developer to build a secure and feature-rich mobile application along with a Laravel-based admin panel for remote management. Responsibilities: Develop an Android application (minimum Android 8) with the following functionalities: Read incoming SMS and identify target keywords. Send identified keywords to a designated remote server. Receive and display SMS messages triggered from the admin panel. Implement a sync button to synchronize SMS data and send details to the remote server. Design and develop a secure admin panel using Laravel 10, MySQL 8, and PHP 8: User registration and management. Device registration with approval workflow. Device blocking functionali...

    £162 (Avg Bid)
    £162 Avg Bid
    43 bids

    ...logo for a consulting business ‘LinkLogic’ that offers data strategy, business transformation and media management services. The logo should reflect the essence of the business, which focuses on data strategy for marketers. Objective: The main goal of this project is to create a new, memorable, and versatile logo. The logo should reflect the company's commitment to innovation, collaboration, connection, and technical excellence. It must be adaptable for use in various media formats, including print, digital, and social media platforms. The logo should also appeal to potential partners, investors, and industry professionals Target Audience: * Marketers * Agencies Brand Personality: * LinkLogic seeks to enlighten and empower clients through insightful data and c...

    £52 (Avg Bid)
    £52
    217 entries

    I'm looking for a highly skilled developer to construct a well-integrated business portal for me, which includes website and apps for both Android and iOS. The portal should be able to efficiently enhance productivity and streamline business processes. Crucial components to be developed include: - Customer Relationship Management (CRM) with key features such as contact management, sales forecasting, and lead management. - Enterprise Resource Planning (ERP) with essential functions such as inventory management, order management, and supply chain management. - Financial and taxation modules. - Human resources and marketing modules. - Service and productivity modules. An ideal person for this job should have: - Proven experience in creating and managing business portals with ...

    £1086 (Avg Bid)
    £1086 Avg Bid
    47 bids

    ...with my RDP connection through my Cloudflare tunnel. Although other services are functioning as expected, RDP is not connecting correctly. I'm seeking a skilled professional with a deep understanding of Cloudflare and RDP setups to help me troubleshoot and resolve this problem. Key Points: - No specific error messages are being displayed when attempting to establish the RDP connection. - The remote desktop host is running on Linux. - There have been some issues previously with establishing RDP connections to this server before the Cloudflare tunnel was set up. Your role will involve: - Investigating the issue thoroughly to understand why RDP isn't working as expected. - Implementing necessary changes to the Cloudflare setup or the RDP configuration to en...

    £74 (Avg Bid)
    £74 Avg Bid
    10 bids

    I've created an Android app and now I'm seeking a skilled developer who has experience with Google Play Console to deploy this app for me. Key Project Requirements: - The app is ready for deployment, so the main task is publishing it on the Google Play Store. - The developer should have a deep understanding of Google's app deployment process and the ability to navigate the Google Play Console efficiently. Ideal Skills: - Proficient in Android app development and deployment. - Prior experience with Google Play Console. - A good understanding of app store policies and guidelines. - Strong communication skills to ensure a smooth deployment process. Please note that I currently don't need assistance with creating promotional materials for the app listin...

    £69 (Avg Bid)
    £69 Avg Bid
    18 bids

    I'm in need of a multi-user web portal that will facilitate the connection between trainers and students. The portal will have the following features: - **Multi-Login System**: There needs to be a seamless and secure multi-login system to accommodate both trainers and students. - **Search Functionality**: Users should be able to search for trainers or classes based on the city or trainer's name. This will make it easy for students to find trainers that are close to them or whom they may have heard of. - **User Profiles**: Each trainer or class should have a detailed profile which includes: - Biography: A brief description of the trainer and their training methods. - Reviews and Ratings: Users should be able to rate and write reviews about the trainers/classes. ...

    £246 (Avg Bid)
    £246 Avg Bid
    28 bids

    Need developer with experience in android app to help in fixing error Requirements are Must have knowledge about mobile apps And have skills about android apps and game

    £18 (Avg Bid)
    £18 Avg Bid
    9 bids

    Hi The task is to set up a password protected instance of the OWASP WebGoat running in AWS that is internet facing. To be successful the deployment must be: * Entirely automated using CloudFormation and bash scripts. * The landing page must be a public page protected with a username/password authentication block, this should rely upon CloudFront to perform authentication. The username and password should be configurable in the CloudFormation template. The landing page can be simple HTML that displays the username input, password input and login button. * A user friendly domain name should be configured via Route53 that is configurable in CloudFormation. The domain name can be provided if required. Obviously a AWS TLS1.3 PKI certificate is also required. * Behind the landing page ...

    £124 (Avg Bid)
    £124 Avg Bid
    17 bids

    I urgently need a specialist in Ubiquiti UniFi to help me revive my system, which has gone down following a power outage. I've been left without any internet connection and I desperately need a professional to come in and provide effective solutions ASAP. If you have experience in: - Setting up UniFi network - Troubleshooting UniFi network issues - Configuring UniFi devices and you're comfortable with dealing with various types of internet connections, as I'm unsure which one is used in my setup, your skill set is what I'm looking for. Your prompt help will be highly appreciated.

    £17 / hr (Avg Bid)
    £17 / hr Avg Bid
    16 bids

    I'm seeking a skilled video editor to work on my wedding video. Key Elements: - The video is in traditional style, so the editing should be straightforward and chronological. - I expect it to include the ceremony and reception highlights, with appropriate transitions. Ideal Skills: - Proficient in video editing software (e.g., Adobe Premiere Pro, Final Cut Pro) - Experience in editi...wedding video. Key Elements: - The video is in traditional style, so the editing should be straightforward and chronological. - I expect it to include the ceremony and reception highlights, with appropriate transitions. Ideal Skills: - Proficient in video editing software (e.g., Adobe Premiere Pro, Final Cut Pro) - Experience in editing wedding videos - Strong sense of storytelling and emotional ...

    £5 / hr (Avg Bid)
    £5 / hr Avg Bid
    16 bids

    I'm looking to compile a comprehensive list of e-mail addresses from various companies...looking to compile a comprehensive list of e-mail addresses from various companies. This list will serve as our contact database for marketing outreach purposes. The ideal candidate for this task should have the following qualifications: - Proficiency in internet research and data mining. - Previous experience in compiling e-mail lists for marketing purposes. - Strong organizational skills to categorize the e-mail addresses by company name. - Ability to cross reference collected e-mail addresses against our existing list of company names to ensure no duplication. The e-mail addresses should be those of general contacts within the companies, rather than specific executive or departm...

    £4 / hr (Avg Bid)
    £4 / hr Avg Bid
    16 bids

    I am in need of an experienced app developer to create an Android E-commerce app. The primary function will be online shopping with a specific focus on an audit feature. Key Requirements: - Expertise in Android app development - Strong understanding of E-commerce app functionalities - Must be able to implement an Audit feature to ensure product verification. Your previous experience in building similar E-commerce platforms will be a huge advantage. Please provide a summary of your past projects when bidding.

    £112 (Avg Bid)
    £112 Avg Bid
    19 bids

    I'm in need of an Android app developer to bring my idea to life.I have a ride hailing source code, i want someone who can install it in my playstore store console. this an urgent task apply if you can start immediately

    £14 / hr (Avg Bid)
    £14 / hr Avg Bid
    81 bids

    ...search of an experienced professional mobile app developer to help in the creation of an educational app that will revolutionize the way users learn. Key functionalities: - Application of core educational tools and principles - User-friendly interface design Although the operating system compatibility is yet to be decided upon, the developer should ideally have experience with both iOS and Android. Showcase of cross-platform app building capabilities would be a significant advantage. A passion for creating educational tools and initiatives is paramount, and experience in that specific field would put you to the front of the line. Skills and Experiences: - Proven experience in mobile app development - Familiarity with common mobile interface designs - Strong understanding of e...

    £1134 (Avg Bid)
    £1134 Avg Bid
    67 bids
    Website Security Enhancement 6 days left
    VERIFIED

    I'm currently facing an issue where my website isn't opening in a secured connection. I require a proficient software developer who can address this problem by fitting the: - SSL certificate - Firewall settings - HTTPS redirect I've identified these elements as potential causes for the issue. The platform my website utilizes is WordPress, and the SSL certificate in current use is Extended Validation (EV). Ideal skills and expertise for the project would be: - Extensive experience in web security, particularly WordPress platforms - Familiarity with HTML, CSS, JavaScript – particularly, comfort with altering WordPress settings related to these languages - Ability to perform cybersecurity audits and suggest improvements - Hands-on experience with SSL certifica...

    £50 (Avg Bid)
    £50 Avg Bid
    53 bids

    ...admin login section for authorization of completed job cards. We would like the system to export completed jobs to CSV file for automated invoice generation in Quickbooks Online. We will also require the system to import the customer database from Quickbooks in CSV format. Key Functionalities: - Creation and Editing of Jobs - Ability to use system on-site / remotely through the use of iOS or Android web browsing. Some - Ability to select a simple job status from a drop-down combo box eg. In-progress, waiting for collection, waiting on parts, not started, completed. - Ability to search by customer, PO number, job status, date, part on both active jobs and completed archived jobs in the past. - Ability to allow the upload of PDF files, pictures, notes etc for each job. - Abilit...

    £750 - £2998
    Sealed
    £750 - £2998
    96 bids

    ...suitable for adults on both Android and IOS platforms. Key Requirements: - **Game Type:** The ideal candidate should have a good grasp of designing puzzle games with a 3D interface. The game should be engaging and challenging, yet not overly complex. - **Target Audience:** The target demographic for this game is adults. I expect the freelancer to cater the game’s design, difficulty levels and overall gameplay to this age group. - **Graphical Quality:** The game should be designed with a 'cartoonish and simple' aesthetic. This means our target is a game that is visually pleasing but not overly complex or demanding on resources. Skills & Experience: - Experience in designing 3D games, particularly 3D puzzle games, would be highly beneficial. - Understandi...

    £764 (Avg Bid)
    £764 Avg Bid
    21 bids

    I'm in need of an experienced app developer to create an e-commerce app for both iOS and Android platforms. The primary goal of this app is to support online purchases and transactions. Key features I'm looking for include: - A user-friendly interface for making purchases - Secure payment gateways for transactions - A robust product catalogue and search functionality - A system for tracking orders and managing accounts - Notifications for order alerts and promotional offers Experience in creating e-commerce apps is a must. Your expertise in both iOS and Android platforms is crucial, as the app needs to be developed for both. The app will need to be reliable, user-friendly, and secure to handle online transactions.

    £428 (Avg Bid)
    £428 Avg Bid
    30 bids

    ...primarily focus on entertainment content. Live content: casual games. During the live broadcast, introduce the game you are playing to the audience. Live broadcast platform: Kwai platform Live time: Live broadcast time: 7:00-10:00 in the evening local time in Brazil, two hours of continuous broadcast every day. Rest: 4 days off a month. Basic requirements: computer equipment and Internet in Portuguese (and preferably in English) and cheerful the face live Job salary: Fixed part: 2 hours of live broadcast every day, 10 US dollars per hour. If you are willing to broadcast for a third hour, the hourly wage for the third hour is $5. Commission part: During the live broadcast, you will get a commission by downloading games or paying for games in the

    £8 / hr (Avg Bid)
    £8 / hr Avg Bid
    6 bids

    I'm running a website with an Apache2 server backend and a React frontend. The problem is, the frontend is loading with HTT...using HTTP, despite having a proper SSL configuration in the etc/sites-available confi file. I'm currently using a reverse proxy server to redirect HTTPS traffic to my backend server and I'm using a secure connection (HTTPS) to communicate between the reverse proxy server and the backend server. Key tasks include: - Troubleshoot configuration issues to identify the cause of the HTTP/HTTPS discrepancy - Ensure that the SSL configuration on the Apache2 server is indeed correct - Verify that the reverse proxy server is properly configured to redirect HTTPS traffic to the backend server No access can be shared - work will be done via Scree...

    £30 (Avg Bid)
    £30 Avg Bid
    25 bids

    My project involves the development of an Android mobile app, primarily as a business tool with accounting capabilities. Key Features: - Splash Screen & Login with Auth Module: The app should have a splash screen and a login page that is modern and sleek in design. Your Skills: - Strong experience in Java for Android app development. - Knowledge in creating authentication systems. - Familiarity with inventory management and accounting concepts. I'm looking for a skilled developer who can bring these elements together in a user-friendly manner. The design should be modern and clean, reflecting the professional nature of the app's purpose.

    £82 (Avg Bid)
    £82 Avg Bid
    33 bids

    I'm looking for an experienced app developer to create a comprehensive e-commerce application for both iOS and Android platforms. Key Features: - Implement a functional and secure shopping cart system - Develop user profiles with seamless registration and profile management - Integration of a reliable payment gateway for smooth transactions Ideal Skills and Experience: - Proficient in cross-platform app development - Proven experience in e-commerce app creation - Knowledge of implementing and securing payment gateways - UI/UX design skills to ensure user-friendly interface

    £6 / hr (Avg Bid)
    £6 / hr Avg Bid
    90 bids

    I'm in need of a skilled mobile game app designer who can create a virtual workspace game for both iOS and Android platforms. The primary genre will be a Virtual Work Space, which is a unique concept. It's a mix of productivity tools and a game. Key Features: - The app should have audio sharing capabilities where users can share audio files with each other. - The app will also have a feature which creates a virtual lecture hall where users can attend virtual lectures. Ideal Skills: - Strong experience in mobile game app design, especially for iOS and Android platforms. - Understanding of virtual workspaces and productivity tools. - Previous experience with audio sharing and lecture hall features would be highly advantageous.

    £1371 (Avg Bid)
    £1371 Avg Bid
    54 bids

    I'm in need of an E-commerce app for Android devices. It should be designed to support credit card payments exclusively. Key Features: - E-commerce Platform: The app should facilitate online sales through an intuitive and responsive interface. - Payment Integration: The app should provide seamless credit card transactions. - User Accounts: The app should offer user accounts with profile customizations and purchase history tracking. Requirements: - Proficiency in Android app development. - Previous experience with E-commerce platforms and payment gateways. - Ability to implement and manage user account systems. - A keen eye for UI/UX design and user experience optimization. Please only apply if you have a solid portfolio of similar projects.

    £312 (Avg Bid)
    £312 Avg Bid
    73 bids

    Make an Android app which can be installed on customer phone(new/old) and if customer defaults EMI payments, I can lock customers' phone remotely.

    £9 (Avg Bid)
    £9 Avg Bid
    3 bids

    I am in need of a React Native developer to create a digital HR face recognition app for attendance marking. Key Requirements: - The app should be compatible with Android devices. It will not be deployed to iOS. - The facial recognition data should be secured with standard encryption. - No integration with existing HR software is needed. The ideal candidate should have experience with: - React Native and building mobile apps. - Implementing facial recognition technology. - Ensuring data security through encryption. I am open to suggestions and ideas on how to enhance the app's performance and usability. Looking forward to your proposals.

    £145 (Avg Bid)
    £145 Avg Bid
    23 bids

    ...advertisement video aimed at parents. The primary goal of this project is to grow awareness about a specific product, and it's essential that the writer can connect with the target audience on a deep, meaningful level. Key project deliverables: - High-quality, compelling copy for the video ad script in Hindi - Engaging content that highlights product features and benefits - An emotional connection with parents in the viewer's group Ideal candidate skills and experience: - Proven experience in writing video ad copies - Ability to write persuasive, meaningful, and relatable content for parents - Comprehensive understanding of marketing and advertising strategies - Excellent communication and conceptual thinking abilities. I look forward to receiving your bids ...

    £57 (Avg Bid)
    £57 Avg Bid
    10 bids

    I am in need of a talented blockchain developer who can create a BEP...specific feature for generating a consistent income for users. - Cross-Platform Accessibility: The wallet should be designed for mobile use, available on both iOS and Android devices. Ideal Skills and Experience: - Proficiency in BEP20 Token Development: Experience in creating and handling BEP20 tokens is crucial for the successful implementation of this project. - Blockchain Development: A strong background in blockchain development and smart contract creation, particularly in the context of a multi-platform wallet, is necessary. - Mobile Development: Considering the wallet's intended accessibility on iOS and Android, a thorough understanding of mobile development principles and best practice...

    £1085 (Avg Bid)
    £1085 Avg Bid
    21 bids

    I'm encountering a recurring issue where my Azan Android service stops every few hours, causing the prayer time notifications to cease. I need to restart mobile or reselect the Muezzin again then the service works few hours and then again dies. I need an expert in Android development to help me address this issue and enhance the stability of the service. service code I will provide, the freelancer needs to find the bug in the code and resubmit the file. Please include in your bid an overview of how you would approach this problem and your relevant experience. Regards

    £5 / hr (Avg Bid)
    £5 / hr Avg Bid
    20 bids

    I am in need of an experienced Android developer with a demonstrable background in creating utility apps. The core features should include: - Synchronization across devices: The app should seamlessly synchronize data and tasks across various devices. - Offline usability: It's of utmost importance that this app retains full functionality even when offline. - User analytics: The ability to analyse user activity within the app will be a key feature to help modify and improve usability. The ideal candidate will have a strong understanding of Android development, and previous experience with device synchronization, offline usability, and user analytics. You must demonstrate your experience in these areas for your bid to be considered.

    £531 (Avg Bid)
    £531 Avg Bid
    20 bids