Processing huge dataset with pythonJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 processing huge dataset with python jobb har hittats, med prissättning USD

    Hej, Jag har en idé om en multiplayer sudoku spelapp. Jag har fått offerter på 25000 usd för att utveckla spelet men jag vill inte satsa dessa pengar. Jag vill istället skapa spelet själv, men saknar kompetens att göra det. Jag har erfarenhet av programmering i Python, men inte spel. Jag vill ha någon som sätter upp en arbetsplan, där varje steg beskrivs, därefter ger mig viss guidning för att komma genom varje steg. Jag vill alltså både utveckla spelet och lära mig att utveckla själv. Jag behöver någon med erfarenhet av att utveckla multiplayer-spel (design kommer vara relativt enkel) för iphone/android. Dessutom villig att lära ut (skicka länkar/tips på litte...

    $17 / hr (Avg Bid)
    $17 / hr Snittbud
    2 bud
    Project for Raja S. Avslutades left

    Hej, har ett pågående projekt. Vi har kört fast så skulle behöva ett andra öga på projektet. Innefattar python, flask, webscraping.

    $45 / hr (Avg Bid)
    $45 / hr Snittbud
    1 bud

    Uppgiften är att bygga en slumpgenerator i programmeringsspråket python i miljön google colab. Slumpgenreatorn ska kunna läsa in information(i det här fallet namn ifrån ett google spreadsheet och slumpa ut dem här namnen i basgrupper(6 basgrupper, 6 i varje grupp, där vissa grupper blir färre personer) i spreadsheatet. Så alla basgrupperna och elever får bra placeringar. progrmmaet ska och kunna t.e.x slumpa om placeringar och basgrupper i klassrummet om man vill det. Jag kanske inte har förklarat uppgiften så väl, så jag kan enkelt bara dela instruktionerna där allting är väl skrivet så ni får en ökad förståelse för uppgiften.

    $248 (Avg Bid)
    $248 Snittbud
    2 bud

    Hemsida ska ta in en del information från användare och spara de i databas. I hemsidan kan man se hela tabellen i databasen och kan ändra om man vill. Man kan även lägga in nya rekord i databasen. I python programmet som jobbar på bakgrunden skulle jag kunna läsa in de värdena från databasen och föra till en algorithm som är också skriven i python.

    $181 (Avg Bid)
    $181 Snittbud
    2 bud

    Jag jobbar med att sälja plåt och vi skickar certifikat till våra kunder på stålet, jag skulle vilja ha en portal där de kan söka efter certifikatet och ladda ner pdf filen på egen hand. Se länk nedan på liknande lösning. Jag vill kunna lägga upp pdf filerna antingne på onedrive eller köra ftp mot en server. Vi har redan en server som kör lite python grejer så den kan säkert användas för att placera detta i. Vår hemsida är och den är byggd med wordpress.

    $1097 (Avg Bid)
    $1097 Snittbud
    9 bud

    ITSM Delivery söker Integrationsutvecklare för vår kund. Krav: Java Scala Python R Biztalk Erfarenhet av IBM MQ-server och Biztalk som meddelandesystem att integrera till. Erfarenhet av att bygga near-realtime-instrumentpaneler för att stödja affärsverksamheten. Målet är att använda Spark streaming. Erfarenhet - 6 år. Start: augusti, 2019 Ort: Stockholm / Solna Vi erbjuder: Mycket kreativ och dynamisk miljö, vilket ger en hälsosam professionell utmaning till proffs. Långsiktiga projekt och mysig atmosfär. Det här är ett heltidsjobb i Stockholm, ingen frilansmöjlighet. Ta gärna kontakt med mig för mer information.

    $53 / hr (Avg Bid)
    $53 / hr Snittbud
    3 bud
    Uppehåll av hemsida Avslutades left

    Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API

    $402 (Avg Bid)
    $402 Snittbud
    2 bud

    sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go

    $17 (Avg Bid)
    $17 Snittbud
    9 bud
    Web development Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 (Avg Bid)
    $555 Snittbud
    1 bud
    Analysera lite data Avslutades left

    Jag behöver en datawarehouse som har redan byggt från olika data källor och Företrädesvis är det byggt av SSIS tool .Det som jag behöver star schemea förklaring med ETL processing och alla steg

    $25 - $50 / hr
    $25 - $50 / hr
    0 bud
    Submit some Articles Avslutades left

    data entry data processing abcdefghiklm

    $15 - $25 / hr
    $15 - $25 / hr
    0 bud
    Software in Python Avslutades left

    Good programming skills

    $30 (Avg Bid)
    $30 Snittbud
    1 bud
    Programmering i Python Avslutades left

    Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0

    $50 - $50
    $50 - $50
    0 bud

    Hej, har du möjlighet att hjälpa mig med tre deluppgifter i Python? Ämnet är, som nämns i rubriken, sortering och sökning. Deadline fredag 8.5.2015 kl. 22:00 Information om projektet finns bifogat som filer. Med vänlig hälsning, t1f0

    $30 - $30
    $30 - $30
    0 bud
    Do some Excel Work Avslutades left

    data entry- Do some Excel Work data processing, Excel

    $152 - $455
    $152 - $455
    0 bud
    Vigenerechiffer Python Avslutades left

    Uppgift 1: Din uppgift är nu att skapa ett program med vilket du kan kryptera och dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på ...

    $15 (Avg Bid)
    $15 Snittbud
    1 bud

    for och sekvenser (python) 1) Skriv ett program som tar hand om röstberäkningen i ett val. Kandidaterna numreras 2-7, och vi lagrar varje kandidats sammanlagda röstantal i en lista (rösterna för nr. 2 ska lagras i position 2, rösterna för nr. 3 i position 3 etc). Tänk noga på hur stor lista du behöver! Varje element ska 0-ställas innan man börjar mata in de enskilda rösterna (ingen valfusk här!). För övningens skull antar vi att antalet röstberättigade är 10 personer, av vilka alla röstar (men de kan rösta blankt eller ge proteströster, så varje given röst måste kontrolleras!). Sist ska varje kandidats röstantal skrivas ut 2) För att göra r...

    $15 - $15
    $15 - $15
    0 bud

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $155 (Avg Bid)
    $155 Snittbud
    1 bud
    Programkurs att göra Avslutades left

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $150 (Avg Bid)
    $150 Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $27 (Avg Bid)
    $27 Snittbud
    2 bud
    Skriv lite programvara Avslutades left

    Programmeringsspråk: Openwrt (ev. kan Python vara möjligt) Plattform: Carambola2 Applikation: Vid power-on ska enheten kolla GPIO pinnar, koppla upp mot ett av några förutbestämda WiFi-nät och skicka ett e-post och sedan göra sig beredd på power-down. Slutapplikationen är olika, men enkla och ska helst kunna skrivas i ett ANSI-C program som kallar på det som beskrevs ovan, Alternativt en kort intensivkurs att programmera slutapplikationen i Openwrt. WiFi inställningar, e-postadress, e-posstmeddelande och ev. övriga inställningar ska kunna konfigureras via t.ex. USB från en PC (Teraterm duger). Om möjligt vore det bra att kunna ändra dessa inställningar genom att t.ex. skicka e...

    $29 - $245
    $29 - $245
    0 bud

    Jag har pågående arbete relaterat till vårat tidigare projektpython programming'

    $20 / hr (Avg Bid)
    $20 / hr Snittbud
    1 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    I need to link the gamma data with the Telegram bot to display it directly netgex volume + netgex open intrest I'm in need of an experienced Python developer who is adept at creating Telegram bots. The primary functionality of this bot will be user interaction. At this time, I don't require any specific data to be withdrawn from the API. The successful candidate should be able to: - Design and Develop a bot with interaction-heavy features in Python. - Ensure seamless integration with Telegram's API. - Implement effective user interaction strategies. - Conduct comprehensive troubleshooting and testing. Candidates with previous proven experience building Telegram bots will be given preference. Please, include examples of the bots ...

    $160 (Avg Bid)
    $160 Snittbud
    6 bud

    I am in need of a polished essay that investigates "How social media impacts young adults' attention span", in the context of Arts. The as...both the essay and presentation slides. - Critical Analysis: Make sure to maintain a balanced argument, and present evidence to support any points made. - Presentation Slides: Create visually engaging slides to support key arguments in the essay. The slides should align with the writing style and tone of the essay. The ideal candidate will have a strong background in Arts, with excellent essay writing and presentation skills. Extensive knowledge of social media's impact on the society, specifically on young adults, is a huge plus. High-quality research skills and the ability to craft compelling narratives from...

    $72 (Avg Bid)
    $72 Snittbud
    16 bud

    I'm seeking an experienced Python developer to scrape a specific website and extract text data for the purpose of analysis. Your role will be the following: - Scrapping the text data from the specified website. - Cleaning the data to prepare it for analysis. High data quality is crucial so attention to detail is necessary. Ideal candidate would have proven experience in Python, data extraction, and data cleaning. Familiarity with data analysis will be beneficial.

    $148 (Avg Bid)
    $148 Snittbud
    9 bud

    ...need of a Python script that can crawl through a list of websites provided in an Excel file and export all the webpages it finds into a new Excel file. This task is aimed at scraping the entire content of the websites, not just a specific piece of information. Key Requirements: - The script must be able to read a list of websites from an Excel file. - The script should use natural crawling mechanisms, not sitemap, to find all the webpages on each website. - All the webpages found on the websites should be exported into a new Excel file. The purpose of this script is to aid in analyzing the content of these websites, so it's crucial that all pages are scraped. Ideal Skills: - Proficiency in Python programming, particularly web scraping. - Knowledge of Excel file ha...

    $2978 (Avg Bid)
    $2978 Snittbud
    45 bud
    Windows AHK to MacOS scriptà -- 2 6 dagar left
    VERIFIERAD

    I have a script written in AHK for Windows. I would like this script to be rewritten for MacOS using Python. In order to ensure that the MacOS script is as close as possible to the original Windows script, the sound functionalities need to be replicated exactly. doesnt have to be python if u know something easier and simpler to maintain i dont care Key Skills Needed: - Proficiency in Python - Experience with MacOS scripting - Understanding of AHK (previous experience with this language would be beneficial) - Proficient in sound control within scripting The ideal candidate for this role would be someone who has a good understanding of AHK and Python, and is able to adapt the sound functionality of the AHK script to MacOS, while keeping the origi...

    $33 (Avg Bid)
    $33 Snittbud
    6 bud

    ...individual Java developer who has a solid understanding and experience with Java Netty framework. The primary goal of this project is real-time data processing and the candidate should have extensive experience in dealing with high volume TCP connections and socket management. Key Responsibilities: - The primary task will be real-time data processing. - Handling high volume of TCP connections efficiently. - Proficient socket management. - Ensuring the stability and reliability of the system under high data volume processing. Ideal Skills and Experience: - Expert level of experience with Java Netty framework. - Proven track record in handling high volume TCP connections. - Previous experience in real-time data processing systems. - Stron...

    $2 / hr (Avg Bid)
    $2 / hr Snittbud
    2 bud

    ...who is certified with uchat to create a chatbot that will primarily focus on process automation. The chatbot should possess the following features: - Natural language processing to understand and respond to user queries effectively - Integration with the uchat platform for seamless operation - Customizable responses to cater to specific needs and scenarios User interaction will involve both text-based and voice-based communication. The primary goal of this chatbot is to automate various processes. This will require complex logic and an understanding of the business needs behind the processes being automated. Ideal candidates for this project will have: - Proven experience in creating chatbots with natural language processing capabili...

    $25 / hr (Avg Bid)
    $25 / hr Snittbud
    8 bud
    Algo Trading setup 6 dagar left
    VERIFIERAD

    ...individual in algorithmic trading and API integration to assist in setting up automated trading signals. Our algorithm, currently operating on the TradingView platform, generates precise buy and sell signals. However, we require assistance in seamlessly translating these signals into actionable trades on our trading platform. The primary objective of this project is to integrate our existing algorithm with the trading platform's API to automate the execution of trades based on generated signals. The selected freelancer will be responsible for establishing a robust connection between the algorithm and the trading platform's API, ensuring timely and accurate execution of orders. Key tasks include: 1) API Integration: Configure and establish a secure connection between ...

    $119 (Avg Bid)
    $119 Snittbud
    5 bud

    I'm looking for an expert in artificial intelligence, specifically with proficiency in natural language processing. The project involves using AI for content creation for social media posts. Desired skills and experience include: - Expertise in AI and natural language processing - Previous experience in content creation algorithms - Knowledge of social media engagement strategies and trends The goal is to generate engaging, relevant, and tailored social media content that resonates with our audience. Bidders should showcase prior work and relevance to this project.

    $11 / hr (Avg Bid)
    $11 / hr Snittbud
    5 bud

    I'm seeking a proficient developer to build a comprehensive demo or starter code integrating Snowflake and Kafka using AWS cloud. The ideal candidate should have deep understanding of concepts such as: - Data ingestion - Data transformation - Data storage and retrieval T...a proficient developer to build a comprehensive demo or starter code integrating Snowflake and Kafka using AWS cloud. The ideal candidate should have deep understanding of concepts such as: - Data ingestion - Data transformation - Data storage and retrieval The code should ensure: - Optimal performance - Scalability - Security The code can be written in Python or Java. In-depth knowledge of these languages, as well as experience with Snowflake and Kafka integration, is a necessity for a successfu...

    $12 (Avg Bid)
    $12 Snittbud
    1 bud
    Content Copywriter Needed 6 dagar left
    VERIFIERAD

    I'm looking for a seasoned copywriter for my job's board site : Anyone who can craft engaging website content, blog posts, and social media captions. The target audience for this content will primarily be B2B,...professional and businesslike tone is a must. Ideal Skills and Experience: - Excellent command of the English language. - Proven experience in professional/business writing. - Have a knack for creating compelling, SEO-friendly content. - Background in B2B copywriting is a huge plus. - Understanding of social media platforms and how to engage audiences effectively. This project requires both creativity and meticulousness. The produced content should not only accurately represent our brand but also resonate with businesses in a meaningful and p...

    $563 (Avg Bid)
    $563 Snittbud
    41 bud

    I have an immediate need for professionals experienced in pre-employment vetting, specifically focusing on qualification verification. While the specific qualifications to be ve...qualifications to be verified have not been highlighted, having a solid background in vetting diverse forms of qualifications will be beneficial. Being knowledgeable in South Africa's education and professional qualification frameworks will also be a huge plus. Key requirements: - Experience in pre-employment vetting - Expertise in qualification verification - Familiarity with South African qualification systems - Ability to deliver results ASAP In depth understanding of both local and international education systems will give you an edge. If your skills align with these requirements...

    $50 (Avg Bid)
    Lokalt
    $50 Snittbud
    1 bud

    ...multi-skilled full stack developer who is proficient in JavaScript, Python, and PHP for a project with a wide range of tasks. Key Requirements: - Proficient in JavaScript, Python, and PHP. - Proven experience in full stack application development. - Strong understanding of software engineering principles. - Ability to work independently and as part of a team. - Good problem-solving skills. - Strong communication skills. It would be a plus if you have: - Experience with React, Angular, or Django. - Prior experience in user authentication, data visualization, and social media integration. This project will involve a variety of tasks, so I need someone who is versatile and able to adapt to different challenges. Your ability to work with minimal supervi...

    $19 / hr (Avg Bid)
    $19 / hr Snittbud
    88 bud

    I'm seeking an expert in Google Ads and Inst...trying to reach. Campaign Goal: - The main focus of the campaign is to drive website traffic. Requirements and Expectations: - You should be proficient in both Google Ads and Instagram Ads with a proven track record of driving traffic to websites. - Experience with startups and understanding of their unique challenges and opportunities would be a huge plus. - Excellent strategic thinking and targeting capabilities to reach the desired audience effectively. - Ability to demonstrate a strong ROI through your campaigns would be highly valued. - Strong communication skills to understand and align the campaign with my brand's ethos and values. If you're a pro in these areas and think you're the r...

    $109 (Avg Bid)
    $109 Snittbud
    27 bud

    I'm looking for a skilled Python developer to help with web scraping and data analysis tasks. Key Tasks: - Web Scraping: Proficiency in using Beautiful Soup or Scrapy is essential. The person should be able to extract specific data sets from websites and present them in a structured format. - Data Analysis: Experience with Pandas and NumPy is crucial for this role. The ideal candidate should be able to manipulate and analyze large data sets efficiently. - Automation: Familiarity with Selenium for automating tasks is a plus. What I'm Looking For: - Experience: Please include details of your past projects and your experience with Python in your application. - Specific Libraries/Frameworks: A strong grasp of Pandas, NumPy, Beautiful S...

    $133 (Avg Bid)
    $133 Snittbud
    15 bud

    I'm in the final stages of completing two Shopify websites, with everything almost done except for the homepage section. I'm looking for a Shopify Designer Freelancer who can help me implement a unique and eye-catching design on the homepage. Key Requirements: - Design Implementation: The primary task is to design and implement a visually appealing and user-friendly design on the homepage. - Creative Design: I'm seeking someone who can create a custom hero image and integrate a prominent call to action button without compromising on the overall site design. - Shopify Expertise: Proficiency in Shopify platform is crucial. I need someone who can seamlessly integrate these design elements and ensure they work well with the rest of the site. Ideal Candidate: - S...

    $20 (Avg Bid)
    $20 Snittbud
    23 bud

    I'm in need of a reliable data entry operator who can help me with data entry and data processing tasks. The data will be provided in physical paper form, and the expected outcome is database creation. Key Responsibilities: - Accurately inputting data from physical papers into a digital format - Processing the data as per the project requirements - Ensuring the created database is structured and easily navigable Ideal Candidate: - Proven experience in data entry and data processing - Proficient in using tools like Excel or Google Sheets - Attention to detail and accuracy in data entry - Ability to understand and follow specific data processing instructions Your work will be crucial in enabling me to organize and analyze this data effectively. I ...

    $18 (Avg Bid)
    $18 Snittbud
    47 bud
    Machine Learning Model Development 6 dagar left
    VERIFIERAD

    I'm currently seeking a highly experienced data scientist for applying machine learning techniques on a complex dataset. As a skilled professional, you'll be involved in: - Preprocessing and cleaning of data to remove any inconsistencies. - Conducting exploratory data analysis to unveil hidden patterns and correlations. - Selecting the right machine learning model and evaluating its performance over time. For this project, in-depth knowledge in Python and strong statistical background are highly desirable. Familiarity with supervised machine learning models is a key requirement as well.

    $7 / hr (Avg Bid)
    $7 / hr Snittbud
    28 bud

    I am seeking a Python expert to assist with debugging a single script. The script is built primarily using functional programming concepts. Key requirements: - Troubleshoot and identify issues within the codebase - Suggest and implement fixes to ensure the script is running efficiently - Experience with functional programming concepts in Python This is a small project, and the ideal candidate should have a strong understanding of Python, specifically in debugging and functional programming. The codebase is not extensive, so I anticipate this project to be completed within a short timeframe.

    $12 (Avg Bid)
    $12 Snittbud
    15 bud
    Looking for a Python expert. 6 dagar left
    VERIFIERAD

    Looking for a Python developer to create a simple bridge between client and server for realtime communication.

    $100 (Avg Bid)
    $100 Snittbud
    10 bud

    I need a skilled typist to convert two handwritten PDFs into editable Word documents and PDF copies. - The handwriting in the PDFs is very clear and easy to read, so the task mainly involves transcribing this content accurately into digital format. - The final documents must have ex...in the PDFs is very clear and easy to read, so the task mainly involves transcribing this content accurately into digital format. - The final documents must have exact formatting as in the PDFs, so attention to detail is crucial. - The deadline for completing the conversion is within 72 hours. Ideal Skills and Experience: - Proficient typist with experience in transcription work. - Excellent attention to detail. - Familiarity with Word processing and PDF editing software. - Ability ...

    $10 / hr (Avg Bid)
    $10 / hr Snittbud
    90 bud

    I'm looking for a talented developer to enhance an existing open-source project on GitHub. The project is a Proctoring AI located at t...monitoring, which will allow for more effective proctoring during exams or similar activities. - **User-friendly Interface**: The revamped project should have an intuitive and engaging interface. This will help to enhance the user experience, making the proctoring tool more accessible and easier to use. Ideal Skills: - Proficient in Python and relevant libraries - Experience with AI and machine learning algorithms - UI/UX design and development skills - Familiarity with real-time systems and monitoring - Good understanding of academic proctoring systems If you have the necessary skills and experience to enhance this project, I&...

    $529 (Avg Bid)
    $529 Snittbud
    66 bud

    ...language speakers are ok. If you speak both that's a big bonus. You will need both an Apple or Android smart phone to use for testing. We are just about to launch and our app is available for download. We must verify we have a MVP (Minimum Viable Product) with core functions functioning properly. Just need to verify big functions, we are not worried about smaller bugs or improvements now. We keep finding a lot of bugs so big they prevent us from launching. Learn as much as you can about because it offers a huge benefit to the world and should take the world by storm. Join us in the beginning of this exciting journey. When we scale-up perhaps we can hire you full time. Goalprize will start in Bangkok, Thailand at True Digital Park. It is very important tha...

    $11 / hr (Avg Bid)
    Brådskande
    $11 / hr Snittbud
    6 bud

    I'm in need of a reliable data entry operator who can help me with data entry and data processing tasks. The data will be provided in physical paper form, and the expected outcome is database creation. Key Responsibilities: - Accurately inputting data from physical papers into a digital format - Processing the data as per the project requirements - Ensuring the created database is structured and easily navigable Ideal Candidate: - Proven experience in data entry and data processing - Proficient in using tools like Excel or Google Sheets - Attention to detail and accuracy in data entry - Ability to understand and follow specific data processing instructions Your work will be crucial in enabling me to organize and analyze this data effectively. I ...

    $18 (Avg Bid)
    $18 Snittbud
    38 bud

    i need to add my rotating proxies list to my python playwright code work by anydesk maximam 2 hours

    $4 / hr (Avg Bid)
    $4 / hr Snittbud
    8 bud

    I'm looking for a highly skilled developer with a deep understanding of Android Kotlin and XML. I'm experiencing a problem with my application's curved bottom navigation, created using the Meow Bottom Navigation library, which currently has an unappealing white background. I need it modified to be flawlessly transparent. I need to fix it ASAP - **Target Android Version**: The app was built with compileSdk 34 and targetSdk 34. Your experience and understanding of these requirements will be key in accomplishing this task smoothly. - **Library**: The navigation integration was made using the Meow Bottom Navigation library. If you have previous experience working on a project that used this library, it will be a huge plus. - **Transparency Adjustme...

    $12 (Avg Bid)
    $12 Snittbud
    6 bud