Android split view jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 android split view jobs found, pricing in CAD

    ...is when the young explorers gather around to study a secret map. They each have small backpacks and would be standing on a small path in front of a rock face. There is no specific requirement regarding the interaction between the characters. Other scenes depict their young mothers being handed an old ribbon bound file. The four children setting up tents with the rundown Manor House partially in view behind dense bushes. The four children struggling to push open the huge church style oak doors to the rundown manor, a small pirate style chest hidden in a basement recess. Because the illustrations are to be small, partial background to set the scene and add flavour will be acceptable. First draft Manuscript is 25% written and will be available to act as a brief. full pre edit manus...

    $565 (Avg Bid)
    $565 Avg Bid
    26 bids

    One of our clients is looking for a literature search with a view to searching the Pubmed database using the inclusion and exclusion criteria and providing a document containing the output. The details of the literature search can be found in the following link. The candidate performing the job should be skilled in performing medical literature database searches, able to collate the results and write an academic document containing citations style of Vancouver Style. There is no restriction on the number of words. Requirements: - Conduct a thorough search on PubMed focusing on Medical Informatics - Provide a detailed summary of abstracts found in the search - Ensure the search is comprehensive and up-to-date Ideal Skills: - Proficiency in using PubMed - Knowledge and

    $112 (Avg Bid)
    $112 Avg Bid
    40 bids

    ...the icons. Cross-Browser Compatibility: Ensure the carousel works seamlessly across all major browsers on mobile devices. Clean Code: Write clean, well-documented code that does not interfere with other parts of the website. Testing: Thoroughly test the functionality on various mobile devices to ensure a smooth user experience. Attachments: Current Mobile View: (Attach the image showing how the trustbar looks on mobile currently) Desktop View: (Attach the image showing how the trustbar looks on desktop) Skills Required: Shopify Theme Customization HTML/CSS/JavaScript Responsive Web Design Carousel Implementation (e.g., using Slick, Owl Carousel, etc.) Please provide examples of similar work you have done in the past and a brief explanation of how you plan to implement th...

    $41 (Avg Bid)
    $41 Avg Bid
    10 bids

    I am in need of an experienced Android app developer who can assist me in migrating my app from its current version of Android Studio 2023 Jellyfish. The app is primarily written in Java, therefore, expertise in this language is crucial. Key Tasks: - Migrate the app from Android Studio 2023 Jellyfish to the latest version of Android Studio - Ensure the functionalities such as user authentication, database synchronization, and push notifications work seamlessly after the migration - Test the app thoroughly to identify and rectify any potential issues that may arise during or after the migration Ideal Candidate: - Proficient in Java and experienced in Android app development - Previous experience in app migration - Strong understanding of user authentica...

    $223 (Avg Bid)
    $223 Avg Bid
    34 bids

    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-14 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 10 days

    $261 (Avg Bid)
    $261 Avg Bid
    16 bids

    I am seeking expert app developers to create a multi-platform application - compatible with both iOS and Android, aimed to connect patients and doctors seamlessly. Key Functionalities: Patient Use: - Ability to book appointments - Access to check doctor's availability - Facilitate online consultations Doctor Use: - Efficiently manage appointments - Send notifications to patients - Gain access to patient medical records Ideal candidates should have a strong background in healthcare application development, expertise in both iOS and Android platforms, and a keen understanding of HIPAA compliance and medical data security. Proficiency in UX/UI for easy navigation for both patient and doctor interfaces is essential.

    $282 (Avg Bid)
    $282 Avg Bid
    14 bids

    MAX $60 As a business owner, I'm looking for a skilled freelancer to help me transfer an application from my old Windows server to a new one. The server is currently running on Windows OS and the application is built with Visual Fo...uploaded when you accept the job) 2) Download Windows Server 2016 II, Office 2019, , .NET Framework 4.7 or 4.8, Visual FoxPro 9 Executable. And it should be Configured to the present environment. 3) The on-line application should be connected to the desktop version and tested. 4) Chemplan and all its functionality should be tested and should be working. The output function of chemplan including view, to PDF and printer should all be working. 5) 40% of the payment will be kept for two weeks after project delivery to be sure the system is working p...

    $78 (Avg Bid)
    $78 Avg Bid
    7 bids

    I'm looking for a skilled 3D artist with a strong background in architectural design and visualization. The project focuses on renovating the exterior of a double story residential house on a steep angle. The house has ocean views from the North and West sides and hinterland views from West and South sides. Outputs required: - Exterior design and visual (in color) of (1) Western (street view), (2) Northern (ocean facing) and (3) Eastern (front door) elevations. No interior design required. - A visual (in color) of the Western side from street level is also required. The middle of the street is 18 meters from the current house, with the proposed addition of the pool and deck, this will reduce the distance to 14m. The street is 45m above sea level and the ground floor (floor / d...

    $148 (Avg Bid)
    $148 Avg Bid
    44 bids

    I require an efficient programmer equipped with the crucial skills in Pine Editor coding. The project involves designing a script based on the 'Trading View' platform to automate my stock market trading strategy. The strategy revolves around Multiple EMA (Exponential Moving Average) crossing. For this specific task, a system with three different EMA lines is preferred. Ideal Skills & Experience: - In-depth knowledge of Pine Editor; - Familiarity with Trading View platform; - A fine understanding of EMA and its implementation in trading strategies; - Previous track record demonstrating similar tasks completed. I emphasize clarity and efficiency in the script to enhance my trading decisions. Please, get in touch if you can confidently handle these specificat...

    $310 (Avg Bid)
    $310 Avg Bid
    11 bids

    Hello, I need android app for assigning tasks to my employers.. Please experienced and low budget developers bid.. type "JSK" at the beginning of the bid, so i can know you have gone through the requirements properly..

    $35 (Avg Bid)
    $35 Avg Bid
    17 bids
    Android App Developer Needed 6 days left
    VERIFIED

    I'm looking for an Android developer to work on an educational application that will mainly include interactive exercises. Key Features: - The app will need to have interactive exercises as a core feature. This will involve creating a smooth user interface for students to engage with. Ideal Skills: - Proficiency in Android app development - Previous experience in creating educational apps - Strong understanding of user interface design - Knowledge of best practices in mobile app development I'm open to discussing any further details or suggestions that you may have.

    $236 (Avg Bid)
    $236 Avg Bid
    11 bids

    ...how your payload should be formatted. for (const key in userInput) { // Input is in the format of {ingredientName}.{attribute} if (!(".")) continue // Split the key name by the '.' character const split = ('.') // Set the attribute for the ingredient by the first two dots // E.g. if the input is vinegar.type=mL it will set // {"vinegar": {"type": "mL"}} in the baseIngredients variable const ingredientName = split[0] if (typeof baseIngredients[ingredientName] === "undefined") { baseIngredients[ingredientName] = {} } const ingredientAttribute = split[1]; // Should be completely secure doing this??? // I don't think the hoomans ...

    $37 (Avg Bid)
    $37 Avg Bid
    12 bids

    As a business owner, I am looking for an efficient Flutter developer who can design a utility tool application compatible with iOS and Android. The application's key features should include a messaging capability, photo and video sharing, and user profiles. designs would be given . Front-end with little integrations is required Ideal Skills and Experience: - Expertise in Flutter development for iOS and Android platforms - Previous experience in utility tool app development - Knowledge in implementing messaging features, photo and video sharing, and user profiles in an app.

    $545 (Avg Bid)
    $545 Avg Bid
    24 bids

    ...Specifically, I require: - Manual J Load Calculation: I need an accurate calculation of the heating and cooling requirements of the home based on its size, layout, and other relevant factors. - Manual S Equipment Selection: I need assistance in selecting the appropriate HVAC equipment, like mini-split A/C units, a wood burning stove, and a boiler for the in-floor concrete heating. This should be based on the results of the Manual J load calculation. - Manual D Duct Design: Not required because of Mini split system and lack of a furnace. - Manual T Design: I need a design that ensures the thermal comfort and humidity control in the home. Ideal candidates for this project should have: - Proven experience with Manual J, S, D and T - Experience designing HVAC systems for la...

    $196 (Avg Bid)
    $196 Avg Bid
    28 bids

    ...involves developing both a mobile application and a website with the aforementioned functionalities. - Timeline: We aim to complete the project within 6 months, with flexibility for milestone-based delivery. - Communication: Regular communication via email, text, and phone calls to ensure alignment and progress tracking. Requirements: - Proficiency in mobile app development for both iOS and Android platforms. - Experience in website development using modern web technologies (e.g., HTML5, CSS3, JavaScript). - Demonstrable experience in implementing user registration and profile management systems. - Expertise in building real-time messaging features. - Familiarity with advanced search and filtering mechanisms. - Experience in designing and implementing subscription-based models ...

    $34 - $68 / hr
    Sealed NDA
    $34 - $68 / hr
    82 bids
    3D visualization of the fair 6 days left
    VERIFIED

    We have prepared a 2D drawing of the fair (floor plan) and based on it we would need to process a re...model the lecture halls in 3D, including the LED screen, podium for the speaker, and chairs. Next, model cafes. Model the stands - it is enough to alternate 2-3 types of stands when the stand will have a table, sofa, TV, banners, etc. So the output should be: - 3D model of the fair - shots of the fair in PNG (approx. 10-20 plans) = we will use these images for promotion (from different points of view) - Very detailed and realistic stand model of all dimensions (as a separate file, where there will always be one model for one stand) These will be the stands: Stand 12x8m Stand 8x8m Stand 3x2m Stand 3x3m Stand 4x2m Stand 4x3m Stand 4x4m Each of these booth dimensions should have 1 ow...

    $373 (Avg Bid)
    $373 Avg Bid
    44 bids

    The objective is to develop an application to manage two devices via WiFi (may be increased in the future) I have two devices: Sauna and red light therapy panel. They all have a touch control panel and can be connected to your cell phone via Bluetooth and Wi-Fi. Many of the providers also offer you the mobile application already developed (as can be seen in the attached images). The idea is to make a similar application from which the two devices can be managed (set time, lighting, power, etc.). And the history of uses/settings is saved. It could also be evaluated to take the code of the two suppliers' applications and combine them into one, strongly separating them within it.

    $3189 (Avg Bid)
    $3189 Avg Bid
    46 bids

    I hope to acquire some apps that already exist on Google Play Store. No need for any development or optimization. Please read my requirements carefully. Key Points: - No new development is required, just purchase apps that already exist on Google Play - I'm interested in apps across a range of categories except finance and wallpapers. - The apps should offer diverse functionalities and be of high quality. - Prior experience in evaluating app performance and potential is highly desirable. - Has a certain download volume。 Your role would be to identify suitable apps for purchase, based on their category, features, and potential. Your ability to assess apps in terms of their quality, user base and potential for monetization will be crucial. Your familiarity with the Google Play Store ...

    $89 (Avg Bid)
    $89 Avg Bid
    9 bids

    I am in search of a skilled mobile app developer who can assist me in creating an Android app with a primary focus on cyber security. The app is gearing towards safeguarding customers from online frauds. Key Responsibilities: - Develop an Android application from scratch - Implement cyber security features that will shield users from online frauds - Ensure the app is user-friendly and has an intuitive design I'm looking for a developer with: - Proven experience in Android app development - A strong understanding of cyber security principles - Ability to implement encryption and other security features - Knowledge of Android development best practices - Good communication skills to understand the project requirements and deliver the expected results. If ...

    $468 (Avg Bid)
    $468 Avg Bid
    13 bids
    Trophy icon 2D Educational Character Animation 6 days left

    I need a skilled animator to bring my educational content to life through 2D character animation. Please view this old educational video: We need the characters to be more dynamic and updated as well as all the animations. The content and information will roughly be the same. Key Requirements: - 2D Animation: I'm specifically looking for 2D animation, so experience in this area is crucial. - Educational Content: The animations will be aimed at educating viewers, so an ability to convey complex topics in a clear and engaging way is a must. - Software: There is no preferred software for this project, so as long as you can achieve high-quality results, you're free to use the tools you're most comfortable

    $340 (Avg Bid)
    Featured Guaranteed Top Contest
    $340
    6 entries

    Hey there, I’m interested in building a kind of niche product, basically a coloring app framework for iOS and Android, but the app would use my own artwork. I’d like to be able to reskin it, update it, and add more images as I wanted - so maybe a template with placeholders that I could reskin? I did some basic coding long ago and I’ve bumped around in Swift a bit, so I think if placeholders were inserted I’d be okay doing the reskinning. Functionality that I’d be looking for: - iOS and Android both (maybe quote for each individually, in case we’d have to do one at a time due to cost?) - splashscreen while itloads, then on to the main screen - thumbnails of images, divided into themes - when the user clicks an image it’d take them to ...

    $598 (Avg Bid)
    $598 Avg Bid
    26 bids

    I'm seeking a skilled and conscientious Android user who can help us identify bugs in our app's beta version. Key Responsibilities: - Daily testing: You'll be expected to provide daily feedback on any bugs you find. This will help us maintain a smooth and error-free user experience. - Detailed bug reporting: Clear, concise and detailed reporting on any bugs identified is crucial for our development team to address these issues quickly and efficiently. Ideal Candidate: - Experienced Android user: To be effective at this role, you should be very comfortable using Android phones. - Detail-oriented: You should be able to spot and describe even the smallest bugs. - Strong communication skills: Your feedback will be vital for our development, so the ability...

    $25 (Avg Bid)
    $25 Avg Bid
    24 bids

    I'm looking for a PhoneGap plugin that will work on both Android and iOS to handle WebSocket connections and manage the receipt of notifications. We need a PhoneGap/Cordova plugin for both Android and iOS platforms that enables our mobile application to connect to a WebSocket server and handle notifications efficiently. The plugin must support the following functionalities: Key Features: 1. WebSocket Connection: - Establish a connection to a specified WebSocket server. - Maintain the connection and handle reconnections as necessary. 2. Receive Notifications: - Listen for incoming messages/notifications from the WebSocket server. - Process the incoming messages and trigger a push notification on the device. 3. Push Notifications: - Display push notifi...

    $690 (Avg Bid)
    $690 Avg Bid
    15 bids

    I'm seeking a skilled and conscientious Android user who can help us identify bugs in our app's beta version. Key Responsibilities: - Daily testing: You'll be expected to provide daily feedback on any bugs you find. This will help us maintain a smooth and error-free user experience. - Detailed bug reporting: Clear, concise and detailed reporting on any bugs identified is crucial for our development team to address these issues quickly and efficiently. Ideal Candidate: - Experienced Android user: To be effective at this role, you should be very comfortable using Android phones. - Detail-oriented: You should be able to spot and describe even the smallest bugs. - Strong communication skills: Your feedback will be vital for our development, so the ability...

    $629 (Avg Bid)
    $629 Avg Bid
    31 bids
    Android Beta Tester Needed 6 days left
    VERIFIED

    I'm seeking a skilled and conscientious Android user who can help us identify bugs in our app's beta version. Key Responsibilities: - Daily testing: You'll be expected to provide daily feedback on any bugs you find. This will help us maintain a smooth and error-free user experience. - Detailed bug reporting: Clear, concise and detailed reporting on any bugs identified is crucial for our development team to address these issues quickly and efficiently. Ideal Candidate: - Experienced Android user: To be effective at this role, you should be very comfortable using Android phones. - Detail-oriented: You should be able to spot and describe even the smallest bugs. - Strong communication skills: Your feedback will be vital for our development, so the ability...

    $35 (Avg Bid)
    $35 Avg Bid
    16 bids

    I need a professional with strong skills in image modification to alter an existing image for me. Here are the details: - Presently, the image is in a 3/4 side view, but I want to change it to a direct side view. - The adjustment in angle should be less than 45 degrees. - No background or object removal, or image retouching is required; Just the angle change. Steps are: 1. The base picture is image # 1 2. The section i need recreated is highlighted in image # 2 3. Once this image angle is changed you can insert it in image # 4 4. Image # 4 shows how it should look

    $29 (Avg Bid)
    $29 Avg Bid
    34 bids

    I'm in need of a skilled Android app developer who can create a user-friendly app focused on providing information. This app will also be tested by users, with a focus on quick game testing. Key Responsibilities: - Develop an Android app that is primarily focused on providing information - Ensure the app's user interface is intuitive and easy to navigate - Implement a game feature that can be tested quickly by users Ideal Candidate: - Prior experience with Android app development - Adept at creating user-friendly interfaces - Knowledge of game testing methodologies - Ability to create a seamless experience for users who will be testing the game portion of the app

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

    Hi there. I'm running XCode 15.3 and I need a few pages done with simple, clean storyboards and View Controllers. I use Alamo Fire and Swift, so if you could use that to pull my data via my API links and display it in several pages that would be great. Categories > Collections > Items > Item Details You select one and it shows a list - Item Details is one record from a MySQL db I need each selected item to be a variable in the code of the ViewController so if I use the print function, I can see it at the bottom of XCode. I'll give you the 3 or 4 API webservice links. I can give you a super simple app to put it in too...

    $237 (Avg Bid)
    $237 Avg Bid
    29 bids

    I’m looking for someone to discuss an app project.

    $1157 (Avg Bid)
    $1157 Avg Bid
    113 bids

    we need an application to simulate the view of a person with vision impairment. so that a person with healthy eyesight can see the world as a disabled person sees the world. the application should work on oculus 3d glasses (version 3). the application works in AR mode. should distort the image the user sees. . We will prepare the transformation algorithm itself. we need someone who will prepare an application that distorts the image and will show us where in the source code we should define the algorithm.

    $259 (Avg Bid)
    $259 Avg Bid
    13 bids

    I'm in need of an expert content creator to help build up my brand awareness targeting spiritual seekers. Your role will be to create an enticing E-book that will appease their spiritual curiosity and further concrete our brand in their minds. Requi...relevant content . - Marketing experience: we want this E-book to increase our brand awareness and therefore it should effectively portray our brand image and values. - proof of design education, not just software certifications Capitalize on this opportunity to potentially reach a large audience of those undergoing a spiritual awakening. Your work has the potential to influence and shape their view towards our brand. So if you have a flair for creative thinking and a good understanding of spiritual practices, this job is right...

    $1224 (Avg Bid)
    $1224 Avg Bid
    75 bids

    I am seeking an experienced developer to build a web-based Forex trading platform. Key Features Required: - Client Trading - Integration of Trading View API Since the creation of live charts is a crucial part of this project, the ideal candidate will have strong experience in generating and embedding such tools in web platforms. Knowledge working with Trading View API is a must. The end goal is a well-designed, highly functional web-based trading platform that allows seamless Forex trading. If you have a prior portfolio in creating trading platforms, I would be more interested to review and discuss.

    $146 / hr (Avg Bid)
    $146 / hr Avg Bid
    24 bids

    We are seeking an experienced Flutter developer to integrate 's video and call streaming services along with Firebase database into our existing Flutter application. The primary tasks include implementing 's features for seamless video streaming and call functionality, ...include implementing 's features for seamless video streaming and call functionality, as well as utilizing Firebase database for efficient data storage and retrieval. The ideal candidate should have prior experience with SDK and Firebase integration. Additionally, the developer will be responsible for updating the app to meet the requirements for submission to both Apple Store and Android Store. If you have the necessary skills and expertise in Flutter development, we'd love to hear from you.

    $295 (Avg Bid)
    $295 Avg Bid
    27 bids

    ...Team A to win, Team B to win, or a draw. The platform will automatically distribute winnings based on the proportion of the bet made by each user. Key Features: 1. User Authentication and Wallet Integration: • Users must create an account and connect their cryptocurrency wallet. • Support for popular wallets (e.g., MetaMask). 2. Betting Interface: • A user-friendly interface where users can view upcoming games and place bets. • Options to bet on Team A to win, Team B to win, or a draw. • Real-time updates of betting odds based on the total amount bet on each outcome. 3. Bet Placement: • Users place bets using the platform’s native cryptocurrency token. • Users can bet any amount they wish. • Confirmation of bets and autom...

    $854 (Avg Bid)
    $854 Avg Bid
    103 bids

    I am looking for a skilled professional who can assist me in extending my existing detached garage from 20'x20' to 20'x40'. I am based in Lombard, and as such, require drawings that are suitable for submission to the Village of Lombard for permit approval. Key Requirements: - The primary focus of the drawings should be on the extension of the garage f...electrical layout for a garage space. I am looking for a freelancer who can efficiently and effectively provide me with the necessary drawings that will secure the required permit for the garage extension while keeping the costs reasonable. Please note: The existing garage is 20'x20' and a shed 20'x20' is attached, I will demolish the shed and extend the garage to 20'x40' You can see the...

    $75 (Avg Bid)
    $75 Avg Bid
    8 bids

    We need the following combination of online database and data entry interface from users + a local MS access file. Online Database and web I terface for data entry We want to have multiple users to view and edit information for subscribers (names) in a database. Those users must be able to login on a web page, with a username and password. All users will see same information. But certain fields, those they will be able to edit, will be visible only to that specific user (and admin). Multiple users must be able to enter data (different) for each subscriber. User must be able to filter certain columns, search in all fields, hide/show columns. Online (on web) visible to users, will be only the fields mentioned in table visible) MS Access (local file) Administrator must be able to se...

    $284 (Avg Bid)
    $284 Avg Bid
    42 bids

    I have a science fiction novel which is between 50,000 and 100,000 words, and looking for a professional and detailed proofread. Ideal Skills: - Proofreader with previous experience in novels, especially within the science fiction genre - Must have an eye for detail and excellent knowledge of English language Responsibilities: - Checki...Proofreader with previous experience in novels, especially within the science fiction genre - Must have an eye for detail and excellent knowledge of English language Responsibilities: - Checking and correcting errors in the manuscript - Providing suggestions on how to improve readability, pace, and structure Expect to read and correct the novel within an agreed deadline. Also, use track changes so I can view all the edits made. Please send your...

    $1309 (Avg Bid)
    $1309 Avg Bid
    65 bids
    Trophy icon Gmail Recovery & Remote Phone Wipe 2 days left

    I require professional assistance in two primary areas to rectify an unexpected issue with a stolen phone and compromised Gmail account. - Bypass Google's secon...possess access to the phone where the verification code is sent via SMS. Thus, I need assistance in circumventing this verification to recover my Gmail account. - Remote data wipe: Since my phone has been stolen, I wish to delete all data stored on it remotely. I'm looking for a professional with understanding in Google’s verification systems and proficient knowledge in remotely wiping data from an Android device. Privacy and accuracy are paramount in this task along with a swift completion. Your previous experience in cyber security would be appreciated in ensuring a smooth recovery and data deletion pro...

    $34 (Avg Bid)
    Guaranteed
    $34
    3 entries

    I need a NEW Android developer for some easy tasks and for long term I need a new android developer for long term I need work form Pakistan or Indian developer

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

    I'm looking for an experienced app developer who can help me set up advanced analytics in my Android app using Firebase. Key Requirements: - Track User Demographics: I need to collect and analyze user demographic information. - App Usage Statistics: It's important for me to understand how users interact with my app. Specifically, I want to track: - The number of times the app is launched - Duration of app sessions - Screens viewed by the users - Event Tracking: I also want to track specific user actions, such as button clicks. Skills and Experience: - Proficient in Android app development - Expertise in implementing Firebase analytics - Strong understanding of data collection and analysis - Experience with tracking user demographics and in-app actions...

    $29 (Avg Bid)
    $29 Avg Bid
    7 bids

    I'm looking for a skilled app developer who can create a cross-platform application for me. The primary goal of the app is to cater to social work. Key features I aim to include are: - Messaging functionality - Photo & Video Sharing capabilities - Event Planning features The ideal candidate for this project should have experience in app development, particularly for both iOS and Android. Moreover, they should have a strong familiarity with social networking app features and be able to develop a seamless, user-friendly interface for our users. Your attention to detail and creativity will be highly valued.

    $622 (Avg Bid)
    $622 Avg Bid
    17 bids

    I'm in need of a simple Android application that's centered around offline data storage. Consider it an offline simplified Instagram app: Dashboard gallery - has a + button that creates a post (see screenshot) - displays rows of 5 thumbnails (similar to Instagram) (see screenshot) Post A post can take 3 forms: - static weight text (ie. 71.3, ^0.5 - where the latter is the weight gained compared to the previous logged weight) (see screenshot) - a photo (see screenshot) - date (ie May 19) (see screenshot) Post interaction - Posts can be deleted or be created Gallery conditions - Displays rows of 5 thumbnails (see screenshot) - If it is the first post of the day, the gallery adds a thumbnail of today's date before adding the actual post (see screenshot) Post conditi...

    $97 (Avg Bid)
    $97 Avg Bid
    12 bids

    ...from the platform: - Card properties 1. Hero score for last 7 days 2. Hero rank for last 7 days 3. Stars 4. Rarity 5. Name 6. Quantity listed to purchase 7. Inflation data 8. Minted count - Buy prices List Price Last Price Order book (price and quantity see picture attached) - Bidding details bids book (bid and quantity see picture attached) - Twitter activity per card View Views+ Likes Likes+ Retweets Retweets+ Replies Replies+ Quotes Quotes+ Bookmarks Bookmarks+ Authentication is done through twitter, I will connect my twitter account and run the script myself Deliverables: - Format: Script that I can run to export the required data in a CSV file. Ideal Candidate: - Proficient in web scraping tools and techniques. - Experience working with onlin...

    $52 (Avg Bid)
    $52 Avg Bid
    16 bids

    I'm looking for a skilled and experienced Native Android developer who can help me with an issue regarding my custom-made AZAN alarm app. The problem is that the AZAN Alarm isn't functioning as it should. some time work sometimes no. IMPORTANT NOTE:- *THE ONLY ONE WHO CAN FIX CODE ON MY COMPUTER VIA REMOTE DESKTOP CAN COT HERE. PROJECT WILL BE AWARDED BEFORE START* Key Responsibilities: - Diagnose and troubleshoot the issue with the AZAN Alarm - Fix the alarm, ensuring it works consistently and accurately - Test the app after the fix to confirm the problem has been resolved Regards

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

    I'm in need of a realistic rendering specialist who can create visually appealing renders of bakery cakes and pastries. Key Requirements: - Rendering: The renderings need to be as close to reality as possible, with high attention to detail. - Style: The preferred rendering style is realistic, ensuring the products look life-like and tempting. - Product Types: The ...be as close to reality as possible, with high attention to detail. - Style: The preferred rendering style is realistic, ensuring the products look life-like and tempting. - Product Types: The bakery products to be rendered are specifically cakes and pastries. Aspects: - If you could capture a variety of angles for the renderings, it would be greatly appreciated. This could include the top view, side view,...

    $2 - $7 / hr
    Sealed
    $2 - $7 / hr
    12 bids

    I'm looking for an experienced Android app developer to assist me in finalizing my app for release on the Play Store. The app is already in development, but there are a few key tasks that need to be completed before it can go live. Key Responsibilities: - Finalizing the app for release on the Google Play Store - Assisting in resolving any existing bugs or issues - Implementing any last-minute changes or updates as necessary Ideal Skills and Experience: - Proven experience in Android app development - Understanding of the Google Play Store submission process - Ability to troubleshoot and resolve bugs effectively - Experience in handling last-minute app updates before release Please note that the specific features and purpose of the app will be discussed upon hiring.

    $22 / hr (Avg Bid)
    $22 / hr Avg Bid
    20 bids
    Photoshoot Order App 6 days left
    VERIFIED

    I'm looking for a skilled FlutterFlow developer for an app that will for iOS and Android and Web. The app will be for the photography service will provide photos of the apartment house or property. The photo app will have the following main functionalities: - Setting up a photo shoot job - Selection of a suitable photo shoot date - Selection of additional photo shoot services - Short-term storage of photos - Allowing the real estate agent to download the resulting photos via API - Everyone will see the photos they have permission to. He will be able to filter and sort them on a basic basis - Photographer rating system System users: - Broker â—¦ Establishes a request for a photo shoot â—¦ Selects the date and service â—¦ See...

    $1077 (Avg Bid)
    $1077 Avg Bid
    96 bids

    I'm looking to develop a user incentive-based Android app that rewards users for their engagement. The primary objective is to keep users engaged with the app and reward them for their time and effort. Key Features: - The app should allow users to earn money through completing simple surveys, watching ads, and trying new applications. - Users should be able to redeem their rewards in the form of gift cards. - The design should be simple and user-friendly, ensuring a seamless experience for the users. Skills and Experience: - Proven experience in Android app development, with a strong portfolio of successful apps. - Knowledge of integrating payment systems and managing user rewards in mobile applications. - Design skills that focus on user experience and engagemen...

    $423 (Avg Bid)
    $423 Avg Bid
    12 bids

    I'm in need of a professional website developer to assist me in the creation of a portfolio website. The website will serve as a showcase for my digital specialist skills and expertise. Key Sections: - About Me: This section should provide a comprehensive view of my professional background. - My Work: This section will showcase a selection of my most important projects and the skills that have been applied to them. - Contact Information: The website will display contact information for potential clients or collaborators. About Me Section Details: - Personal Bio: A brief biographical information that highlights my key professional milestones and achievements. - Skills and Expertise: A list of skills I possess, including my areas of expertise. - Education and Qualifications:...

    $150 (Avg Bid)
    $150 Avg Bid
    57 bids

    I'm seeking a knowledgeable professional who can guide me through how to view HTTPS calls in Fiddler on Windows that have originated from an Android mobile application (running on either Bluestacks or Nox emulator) This may (or may not) need: - SSL unpinning - ProxyCap to route the traffic to fiddler port The session can be conducted remotely, either through detailed instructions or a shared screen conference call for a more interactive experience. Please demonstrate via a video/screen record that you are able to do this otherwise I won't respond. This should show you opening an app (not a browser) in Nox/Bluestacks and the HTTPS calls then being displayed in fiddler.

    $30 (Avg Bid)
    $30 Avg Bid
    7 bids