Using sqlite java example code jobs
...so languages such as Python, JavaScript, or Java are ideal starting points, though I’m open to others if you can show why they add value. Each task should highlight a distinct concept—data structures, algorithms, version control practices, test-driven development, or clean code techniques—so I can build a well-rounded skill set while producing tangible portfolio pieces. When you respond, please point me to past work that demonstrates your ability to teach, mentor, or structure learning projects; that will help me see your approach in practice. Deliverables for each assignment • A short brief outlining the objective, constraints, and expected output • Reference solution or key hints (kept private until after my submission) • Writte...
...new Android privacy changes. • An in-app call history log showing date, contact/number and recording length, with the ability to tap and play the file. Everything else—UI theme, storage location options, codec choice, etc.—is up to you as long as recordings remain accessible in standard .wav or .mp3 format. Deliverables & acceptance • Signed release APK plus full Android Studio / Kotlin or Java source. • Brief read-me explaining permissions requested and any special settings users must enable. • Successful test clips from each target brand proving both parties are audible. I’m happy to review alternative technical approaches—Accessibility API, VoIP capturing, native C++ libraries—whatever you believe will produce t...
...AND EXCEL FILE SO WE CAN SHARE WITH CUSTOMER AND NEED WHATS APP BUTTON FOR REPORT SHARING DIRECT TO CUSTOMER AND EMAIL SHARING TO CUSTOMER Data flow & security A shared customer database should power every module, yet access must remain permission based so users only see what they need. Login can be email/password for now, but the code should be ready for future single-sign-on. Deliverables 1. Production-ready Android APK + web base and full Kotlin/Java source 2. Simple back-end (Firebase or a light PHP/MySQL API—open to your suggestion) 3. Database schema and API documentation 4. Short hand-off session plus 30-day bug-fix window If you have built modular CRMs or field-service apps before, please point me to them when you reply so I can gauge fit ...
...users, and feature list. • Wireframes or rough screen sketches so we can agree on the user flow before coding begins. • Android app development (Java or Kotlin) focusing on clean architecture, responsive layouts, and smooth performance on current OS versions. • Basic productivity features such as task creation, editing, and simple reminders—enough to demonstrate real utility without overcomplicating the first release. • Simple local data storage; cloud sync can be discussed as a future phase. • A build I can test on my own device, plus clear instructions for installing and providing feedback. • Handover of well-commented source code and any design assets once we reach a stable MVP. I’m happy to review milestones and re...
More details: Is this project for business or personal use? Personal What information should successful freelancers include in their application? This question was skipped by the user How soon do you need your project completed? ASAP
I want a ready-to-play Java Minecraft modpack that recreates the money-making loop of the game “Mine Moguls.” The core gameplay should revolve around three pillars: players mine a variety of ores, sell those ores for currency, then spend that currency on progressively better gear and automated machinery. Gameplay & balance • Use the Create mod for all mechanical processing, drills, conveyers, crushers, and automated packing. • Handle the economy with Create : Numismatic so every ore automatically converts to coins that can be spent in in-game shops or vending machines for upgraded tools, belts, drills, and decorative add-ons. • Difficulty set to moderate: mobs and resource scarcity should challenge the player without feeling punishing. World fe...
...this to DocuSign, Adobe Sign, or HelloSign; the signature should be captured straight from the Wacom tablet using its SDK or another reliable method your propose, then burned into the PDF. Once signed, the same page should immediately save the updated PDF back into EBS as an attachment (BLOB) so it is viewable from the standard Attachments form. The file format remains PDF from start to finish. Deliverables • Fully deployable OAF page (PG & RN files) with embedded PDF viewer • Controller & AM code that interfaces with the Wacom device, captures the signature, merges it into the PDF, and commits the BLOB to the database • Any required personalization, XML import scripts, or Java libraries, clearly documented • Setup guide coverin...
I’m creating an Android-only application and need a developer who is equally comfortable in native Android (Java/Kotlin) and Python. The main objective is to connect a set of existing Python scripts to a clean, responsive Android front-end so the logic runs directly on the device. Here’s the current state: • All Python functionality is already written and tested on desktop. • No Android code exists yet; you will design the UI and wire it to the Python layer. • The bridge can be Chaquopy, Kivy, BeeWare, or any approach you prefer, provided performance on recent Android versions stays smooth. Scope of work 1. Set up the project structure and integrate the Python modules so they compile into the APK. 2. Build a minimal Android in...
...webmail interface or clear instructions for connecting via desktop/mobile clients. • Hand over concise documentation showing every command/configuration file you touched, so future maintenance is straightforward. Acceptance criteria 1. A test message sent from the new server reaches Gmail without warnings and passes SPF, DKIM and DMARC checks. 2. Round-trip retrieval over IMAP and POP3 works using SSL on standard ports. 3. No open-relay or security vulnerabilities are reported by basic online scanners. If you stick to widely supported packages and best practices, the job should be smooth; I just want everything verified before sign-off....
Basic understanding of how data flows Ability to debug if something breaks Testing APIs via Node/React Java Backend Skills API development Validation Error handling Logging Code quality Frontend → Backend (Node.js) → Backend (Java) Frontend Built with React Displays users and tasks Middle Layer (API Gateway) Built with Node.js + Forwards requests to Java backend Core Backend Built with Spring Boot Handles business logic, validation, data The task will be to work on the existing code base.
Only Source Code Of these These types of websites and apps 9 wickets, skyexchange , ,,,,bet365 with only sports betting system. Note : I Just Want Source Code Like Php Script or Flutter/Kotlin App Codes Example :
...refreshing only the in-game HUD of our Java + React title and want every health and status bar redrawn as a horizontal, arcade-era pixel strip that feels as if it were lifted straight from a 1980s cabinet. The rest of the code base and gameplay loop stay exactly as they are; your work lives purely in the React UI layer and the sprite sheet you supply. Here is what I need you to do: • Design a cohesive pixel-art skin for the health and status bars, sized for 1080p but readable down to 720p. • Deliver the pixel sprites (PNG and source Aseprite/PSD) plus the accompanying React component that swaps the current SVG/CSS bar with the new artwork while preserving all existing props and data bindings. • Hand off any small helper functions or CSS tweaks necessar...
...documents—including API references, user manuals, and deeper guides—are complete on the content side but still feel rough around the edges. The main gap is consistent, elegant presentation of all code examples. Every snippet should sit inline with the surrounding explanation so readers never lose the narrative flow. Here is what I need done: • Work through each document, find the existing raw snippets, and re-format them to appear inline with proper indentation, line breaks, and styling. • Apply the same convention across every page so headings, bullet points, and cross-references line up cleanly with the in-text code. • Where syntax highlighting is possible in Markdown or similar, use it; otherwise rely on clear spacing and monospace fonts...
Need someone to deploy code. This will be ongoing work. SETUP: * Backend: Node.js (Express) * Frontend: React (Vite) * Server: Hostinger VPS * Domain: * Frontend: * Backend: TASK: 1. Clone repo or use provided ZIP 2. Backend Setup: cd backend npm install Create .env: PORT=3000 MONGO_URI=mongodb:// JWT_SECRET=supersecret 3. Install MongoDB: apt install -y mongodb systemctl start mongodb systemctl enable mongodb 4. Run backend: pm2 start src/ --name invesol pm2 save 5. Setup Nginx: server { server_name ; ``` location / { proxy_pass http://localhost:3000; proxy_set_header Host $host; } ``` } 6. Enable SSL: certbot --nginx 7. Frontend:
Pro java & springboot developer Comfortable with AI and LLMs etc
...gracefully from brief drops. WebRTC is my preferred technology stack, but if you can justify another approach with equal or better quality and device support, I’m open to it. Please leverage native Android (Kotlin/Java) rather than a cross-platform wrapper; I want full access to platform APIs, proper permission handling, and Material-compliant UI components. For signaling, feel free to propose Firebase, , or your own lightweight server—clarity and reliability matter more than the name on the box. Deliverables • Full Android Studio project with clean, well-commented code • Simple backend or config instructions for the signaling layer • One-page setup guide so I can build, run, and test the app locally • Short video or GIF demo p...
Looking for an experienced WordPress developer to build two simple pages. The scope is straightforward and should be quick for someone with solid experience. This is a time-sensitive task, and I need it completed by EOD. Please only apply if you’re confident you can deliver within this timeline.
...sec or 1 minute. 2- These open interest values will be stored in some table. Along with the value of Nifty spot for that time. 3- This Open interest should then be used to calculate Put Call Ratio, PCR. 4- We need to plan a strategy in some coding language like Python / java or anything which can be used to generate buy and sell signal as per my logic. 5- This strategy should be mapped to my tradetron account so that the signals can be sent to my broker account for actual trade. 6- On generation of Buy / Sell signal the code will identify strike price (based on delta) and send signal to sell / buy that instrument along with lot size. This can be done on Tradetron also, after getting buy and sell triggers. 7- On getting an exit signal from PCR changes, the same position w...
...development through testing, deployment, and iteration • Troubleshoot and resolve functional and performance issues • Contribute to improving code quality, structure, and engineering practices What Success Looks Like • Features and modules are delivered with minimal rework • Applications are intuitive, responsive, and stable • Codebases remain understandable and extensible as the platform evolves • Engineering velocity increases without sacrificing quality Ideal Background & Skills • 3+ years of experience as a full-stack engineer • Strong proficiency in modern front-end frameworks (React, Angular, or similar) • Solid back-end experience (Node.js, Java, Python, or equivalent) • Experience building RESTful or event-d...
...lag. -The bot must be capable of trading on any time frame, such as 1 Day, 1 Hour, or 1 Minute. -The bot must be capable of also applying to forex and futures. Ideal Skills and Experience: - Proven experience in developing trading bots, especially for stock markets. - In-depth knowledge of stock trading strategies and market dynamics. - Strong programming skills, preferably in Python, Pinescript, Java, or C++. - Familiarity with APIs of major stock exchanges and custodians such as Schwab for automated entries. - Experience in backtesting and optimizing trading strategies. - Experience with ICT and SMC concepts like Liquidity Sweeps, Market Structure Shifts, Fair Value Gaps, Order Blocks, etc. - Experience in breakout trading, as well as Volatility Contraction Pattern concepts. ...
I have an app developed using Base44 that requires checking by an experienced professional for errors and optimisations. Given the sensitivity of data being processed, would also appreciate someone to recommend security best practices. You’re welcome to continue using Base44 or whatever tool you prefer. Deliverables - Update to existing Base44 app with clean commented code - Implementation of security best practices to ensure data privacy - Brief changelog explaining key fixes and why they were made - Final pass showing the app running error-free after your updates If you’re comfortable navigating a medium-sized project and take pride in tidy code, I’d love your help.
⚠️ Everything has to be finished for the 18th of April. ⚠️ I have an Audacity Macro that I want to copy to Adobe Audition and then improve. It's a macro for speech only audios. You can see a screen capture of the Audacity Macro in the attached files. I will be also be using most of the elements from Izotope Elements Suite 10 in the new macro (RX 11 Elements, Ozone Elements, Nectar Elements). I may want some to add other things like a noise gate, maybe white noise. I'm a beginner at this so I need to be accompanied. ⚠️ Everything has to be finished for the 18th of April. ⚠️
I have a list of 40 business-related terms that need to be turned into professional, single-sided word cards. I will supply the exact wording; what I need from you is the layout, imagery, and final production files. Purpose These cards will be used in a business setting—think quick reference during workshops or client meetings—so they must look polished, uncluttered, and immediately readable. Format & Deliverables • Digital: an individual PNG (or JPG) of each card for on-screen use, plus a compiled PDF deck. • Print-ready: a high-resolution PDF with proper bleed and trim marks, CMYK, suitable for standard postcard-sized printing. Design Direction Images are a must on every card. You may choose stock photos, icons, or simple illustrations that reinforc...
I’ll set up SQLite or PostgreSQL with async queries, batching, and connection pooling so writes run in parallel with scraping instead of blocking it. Data will be normalized into clean tables with upsert handling to avoid duplicates on repeated runs.
...game’s integrity checks so the account can survive online play. If additional encryption layers or signature-spoofing techniques are needed, build them in. Development notes • Target the current live build of Pixel Worlds on Google Play • Coding stack can be Java, Kotlin, C++ with Android Studio or any proven hooking framework (e.g., Frida, AndHook, Substrate) • The final APK must install on both arm64 and armeabi-v7a devices without root Deliverables 1. Signed, install-ready mod-menu APK 2. Well-commented source code with build instructions 3. Short video or screenshots demonstrating the menu working online 4. Guide covering interface skinning, feature toggling, and anti-ban mechanisms I’ll share specific cheat functions after w...
I have a fully functional ASP.NET Core API ready to go and now need the React layer that brings it to life.. • A responsive React interface (hooks, functional components, TypeScript) • Secure JWT authentication with (logic in api side login, refresh,)clean handling of loading or error states • User and Artist dashboard pages for viewing and editing artist profiles, uploading images, and browsing gallery thumbnails • if have Webrtc experience added advantage. • Seamless API integration via Axios or Fetch, wired to the endpoints I’ll supply • File upload flow (ideally prepared for S3 or DigitalOcean Spaces later) • Polished styling—Tailwind or MUI is welcome, but plain CSS that looks good is fine I don’t have wireframes, so I’ll...
Following up on our previous script optimization. I now need to save the processed JSON data into a local database (SQLite or PostgreSQL) instead of just a flat file. Need to ensure the database operations are also asynchronous to match the current scraper speed. Looking forward to continue the work.
...the price is HIGHER or LOWER than the previous product. One we click the Price of that item then appears at the bottom of the card. They continue until they correctly guess the 5th and final card, at which point they win the game. if at any point they guess incorrectly, the game ends we can press a button to RESET and a new player can start with a fresh, randomly selected set of cards. An example of how this looks when played in real life that we would want to emulate in the game. Need something fun looking that we can have some branding and logo...
I'm looking for an experienced no-code developer to create a social networking mobile app that supports both iOS and Android platforms. The app should be user-friendly, engaging, and have the core functionalities of a social networking platform. Key Requirements: - User registration and profiles - Friend requests and connections - News feed with posts, likes, and comments - Direct messaging feature - Search functionality for users and content - Notifications for activities Ideal Skills and Experience: - Proven experience in developing mobile apps using no-code platforms - Strong understanding of social networking app functionalities - Familiarity with both iOS and Android deployment processes - Ability to create intuitive and engaging user interfaces - Good comm...
Looking for an experienced Android Java developer to build a complete app for an AR glasses device. The device connects to an Android phone via USB-C. The app must: — Open a live USB UVC camera feed fullscreen on the glasses display — Apply real-time zoom from 1x to 10x with sharpness maintained — Apply real-time contrast enhancement — Apply real-time brightness adjustment — Apply edge detection outline mode — Apply colour filter modes — Read visible text aloud using OCR and text to speech — Simple on-screen menu to switch between features — Maintain minimum 30 FPS at all times SDKs provided: — — USB camera, zoom, image effects (Java API over C/C++ native libraries) — — glasses communica...
...MongoDB + internal pipeline Frontend: map-based live vehicle tracking Important: This is NOT a beginner task Core TCP, packet flow, and ACK issues are already handled Issue is related to: Real-time stream handling Packet timing / smoothing Frontend movement logic Reconnect behavior handling What I Need: An experienced developer who has worked on: GPS tracking systems TCP socket servers (Node.js or Java/Traccar-like systems) Real-time vehicle tracking Map movement smoothing (no jumps) Expected Fix: Continuous smooth vehicle movement (no jump / no freeze) Proper handling of delayed packets Stable live tracking even with reconnects Production-grade solution (scalable) Bonus if you have: Experience with Traccar or similar GPS platforms Handling 1000+ live GPS devices Note: Plea...
...on all current Android devices are all essential. Because the budget is tight, I want to keep the feature set focused: basic registration/login, one-to-one chat, push-style updates so new messages appear without manual refresh, and a small settings screen. I’m open to the stack you prefer—Kotlin with Firebase, Java with WebSockets, or another lightweight solution—so long as the result is stable and easy to maintain. Deliverables • Signed APK (ready for testing) • Full source code with clear comments • Simple but polished UI/UX assets • Brief setup documentation for future builds I value clear communication and quick turnarounds. When you reply, please include links to two or three Android apps you’ve built that show ...
...makeover and want it to scream retro pixel-art. The underlying logic is finished; all I need now is an eye-catching reskin. You’ll work directly in the existing Java back end and React/HTML front end, refactoring only the visual layer—layouts, components, sprites, colours, fonts, animations—while keeping every hook, state and API call intact. The Sprites and the UI-Elements are already existing and was created by me. Here’s what I’m after: • A cohesive pixel-art look inspired by classic arcade screens—bold palettes, chunky fonts, sharp contrast. • Clean React components and CSS that make future tweaks painless (feel free to vibe-code small utility components if that speeds us up). • A revised HUD, pop-ups, progress ...
...promotions and shipping updates. Technical expectations • Develop in Kotlin (preferred) or Java, following current Android best practices. • Use a scalable architecture (MVVM or similar), with clear separation of concerns and easy-to-maintain code. • Connect to my existing RESTful API; handle authentication, pagination, and error states gracefully. • Ensure compatibility with Android 8.0 (Oreo) and above. Design direction I already have a basic brand palette; you will refine it and apply it consistently across the app. High-resolution assets and vector icons should be included so everything renders crisply on any screen size. Deliverables 1. Fully functional Android APK and source code hosted in a private Git repository. 2....
I recently migrated my point-of-sale to Square and now need the matching Square Online site so customers can place smoothie orders for pickup. My domain is already registered and the entire menu is in the Square inventory; what’s missing is the web front that pulls those items into a basic product list with a smooth checkout flow. The look should echo our shop’s vibe: rustic, earthy and naturally healthy. Think warm woods, fresh-fruit tones and clean typography that feels handcrafted rather than corporate. On the homepage I want our top smoothies highlighted as Featured Products and a small carousel of real Customer Testimonials to reinforce the community feel. I can give you access to the back end of our old website through WIX. Beyond drinks, the building hosts alternativ...
I need to crack a code for a website It’s a f 4 digit user code
...during kickoff, but the visual direction must come entirely from a custom design created from scratch—no templates or off-the-shelf themes. Your process should cover UX wireframes, high-fidelity UI mock-ups, and the full Kotlin/Java codebase, all aligned with current Material Design guidelines while still feeling unique. Smooth performance, clean architecture, and well-commented code are essential because I plan to scale and maintain the app long-term. Deliverables: • Interactive Figma (or similar) design files • Compilable Android Studio project with source code • Signed release-ready APK/AAB • Brief setup & build documentation I’m ready to start as soon as we agree on milestones and timelines; please include examples...
...app prompts for the item being rented and immediately scans that item’s QR code. 4. A record is written to a local three-table store—Customers, Inventory, Transactions—marking the item unavailable. If the customer already exists in the system and comes back for another rental, it should prompt the employee that they are an existing customer with an existing signed waiver, and skip the scan go right to inventory choose the item and link it to the user • Return 1. Staff selects the open transaction or rescans the item’s QR. 2. The item status flips back to available and the original transaction is closed with a timestamp. The inventory is small (≈40 items) so an on-device database such as Core Data or SQLite is fine; no remot...
Summary We are seeking a Senior Backend Engineer to act as an independent Technical Advisor. Our founder is non-technical and requires an objective audit of the newly developed headless backend to verify code quality, architectural soundness, and milestone completion before releasing development payments. Note: You do not need a background in data science, Bayesian statistics, or R. Your focus will be entirely on the Node.js application layer, database schema, and the systemic integration/wiring. Key Responsibilities: Code Review: Audit the Node.js/Express backend for adherence to modern engineering best practices, scalability, and maintainability. Database Review: Evaluate the Prisma ORM schema and Postgres database design fo...
I need an application that reads a multipage PDF, pulls out all...block overruns its allotted space; everything else should remain fixed. No images or tables need processing—pure text only. I’m open to your preferred stack (Python with PyPDF2/PDFPlumber, Java with PDFBox, or any robust alternative) as long as the final solution: • Runs on Windows 10+ without extra paid dependencies • Processes at least 200 pages in under two minutes on a standard laptop • Lets me update the template later without touching the core code (e.g., via an external JSON or simple GUI field map) • Outputs a perfectly flattened PDF—no editable form fields Please package the source code, a brief setup guide, and a short test report proving it works ...
My site is currently full of errors and the front-end visuals are all over the place. I need someone who can track down the faulty logic that’s breaking pages, and then smooth out the look so everything feels consistent and professional again. The website had a particular design and layout, and all of that should still be in there. You’ll need to go into the existing codebase, figure out what the issue and fix them so the site loads cleanly. Once the back-end is stable, I’d like the layout set to my original design so the interface looks polished across desktop, tablet and mobile and the visual layer renders consistently in the latest Chrome, Firefox and Safari. This should not be very time consuming or complicated, because the coding is already done and the design sh...
I need an existing marketing website to be redesigned. - The main navigation is made up of 4 pages & 10 pages are the same product template, making it a total of 14 pages. - It must be designed using WordPress and Divi 5. - I will require Figma files or need to see the design mocked up before building to approve. - Currently, the website is basic and doesn't have a wow factor. - The new website must be more visually inclined, more modern & the images/videos will need to do more of the talking as there isn't a lot of copy. - There also needs to be transitions or animations to make it appealing. - The website must be responsive and follow UX standards. - Timeline: 1 week - I like the visual layout & look/feel inspiration of these websites: - -
I already have the architectural plans, some rough renders, and three site photographs. Your task is to take those assets, create a medium-detail 3D model that matches the plans, render it convincingly, and composite the result onto the supplied photos so the building sits naturally in its real-world setting. You will see a quick Photoshop mock-up in the files; use it only as a placement guide—colour, perspective, lighting and edge work all need a professional finish. Feel free to work in Blender, SketchUp, 3ds Max or any tool you prefer, as long as the final images are clean and high-resolution. Deliverables • Two high-res photomontages (PNG or layered PSD) ready for presentation • One standalone render of the model with a transparent background for future reuse •...
Hey, we are a German B2B online printer and are delevoping a basic design tool for our B2B customers. We want to add templates for them to manipulate. This job is to create six different QR Code Stickers (round, rectangle, mixed). ATTENTION: Designs incl the QR Codes need to be made with our tool!!! ATTENTION: This is also to test the tool with which you need to make the designs. You need to save them on the site for them to count. Also the Tool is in German!! STYLE: They need to be basic! Only few elements. Customers will use these templates you made in order to manipulate them to serve THEIR purposes, hence only realtively simple things will be needed/possible. You can use logo-replacer-image of your choice, and Icons you find in the Tool, and also external Icons (in this...
Recover Lost C++ Source Code Must Be an Expert in Multiple Programming Languages
This project focuses on the validation of an experimental investigation on a novel Concrete-Filled Steel Tube (CFST) pier-to-foundation connection with tubed RC encasement using advanced finite element modeling in ABAQUS. The objective is to reproduce the experimental/numerical work presented in and verify the accuracy of the FE model by comparing: Load–displacement (load-drift) behavior Failure modes (FM1, FM2, FM3) Stress and strain distribution Lateral resistance and stiffness The ABAQUS model includes: Concrete Damaged Plasticity (CDP) for concrete Steel modeled with elastic–plastic behavior Surface-to-surface contact with friction Embedded constraints for reinforcement Boundary conditions simulating real test setup Validation is performed by comparing FE result...
...JavaScript on the front end, with PHP (or Java if you prefer) handling any server-side logic. We’ll work in VS Code so everything stays transparent and easy to review. Core requirement: a working comment section that lets readers leave, edit, and delete their own thoughts while protecting the site from spam. I’m open to adding extras such as social media hooks or a search bar later, but for this first milestone the focus is the blog itself and the comment workflow. Deliverables • Fully responsive blog template with home page, post page, and error page • Comment system (CRUD operations, basic moderation, spam filter or CAPTCHA) • Simple admin area for creating and editing posts • Clear read-me with setup steps and deployment instruc...
Hey, we are a German B2B online printer and are delevoping a basic design tool for our B2B customers. We want to add templates for them to manipulate. This job is to create nine different QR Code Stickers (round, rectangle, mixed). ATTENTION: This is also to test the tool with which you need to make the designs. You need to save them on the site for them to count. Also the Tool is in German!! STYLE: They need to be basic! Only few elements. Customers will use these templates you made in order to manipulate them to serve THEIR purposes, hence only realtively simple things will be needed/possible. You can use logo-replacer-image of your choice, and Icons you find in the Tool, and also external Icons (in this case copyright/license cannot be an issue. Please state what you'...
...Ability to translate complex Figma/XD designs into pixel-perfect, responsive Flutter widgets. Local Storage: Experience with Hive or SQLite for offline data handling. Native Integration: Basic knowledge of Method Channels to communicate with native Android (Java/Kotlin) or iOS (Swift) code if needed. Preferred Qualifications Industry Experience: Prior work in Dating Apps (real-time chat, geolocation) or Healthcare/ERP systems (data visualization, secure records). Architecture: Clean Architecture or MVVM patterns. CI/CD: Experience with Codemagic, Bitrise, or GitHub Actions for automated deployments. Deliverables Clean, documented, and maintainable code. Integration of third-party SDKs (Payment gateways, Google Maps, Analytics). Successful submission a...
...native builds (Swift + Kotlin/Java) or a proven cross-platform stack such as Flutter or React Native—whichever delivers the best blend of performance and maintainability. Whichever route you recommend, I expect feature parity across devices. Key functions I need from day one include: • Secure user authentication • Real-time ride requests and status updates (push notifications) • Live location tracking on an in-app map with driver-passenger matching • Fare calculation and in-app payment processing • A lightweight admin or BaaS integration to store trips, users, and transaction data You are welcome to suggest extras—scheduled rides, promo code logic, driver ratings—so long as the cab-booking flow remains the star of the ...