
Android Developer Projects
Looking for freelance Android Developer jobs and project work? PeoplePerHour has you covered.
opportunity
Android development
I need a skilled freelancer to develop a simple Android inventory tracker app. The app should include the following features: - Add, edit, and delete inventory items - Track quantities and categories - Export inventory data to CSV/Excel - Optional: cloud backup and basic authentication - User-friendly interface with clear design Please provide examples of similar apps you have developed, and your estimated timeline for completion. I’m open to suggestions to improve the app’s functionality and usability
23 days ago41 proposalsRemoteopportunity
Mobile App Developer for Matching Platform (Android and Apple)
We are looking for a mobile app developer to build a matching platform for iOS and Android. The app will include user profiles, a matching system, chat, and a clean, user-friendly design. The ideal candidate has experience with mobile development and has built similar apps before. Please share your portfolio and timeline. Thanks, Sydney
5 days ago70 proposalsRemoteBranded Android Launcher Needed for Single App Launch
I need an Android developer to create several simple branded launcher apps, each designed to open one specific IPTV player app. Each launcher will be a separate APK with identical branding, but each one will launch a different target app when the user taps the button. This project does not involve modifying or rebranding any IPTV apps. The launchers simply act as a branded entry point that opens the assigned app if installed, or redirects the user to a download link if it is not. Branding assets and the list of target apps will be provided to the selected freelancer. Scope of Work Create multiple lightweight Android launcher apps (one APK per target app) Each launcher includes: Branded splash screen Branded home screen One large button that launches the assigned IPTV app If the target app is not installed, redirect to Play Store or a provided APK link Must work on Android TV, Fire OS (Firestick), and standard Android devices All launchers should share the same design and structure, with only the target app changing Apps to Support (Top 5) Each of these will have its own launcher APK: TiviMate IPTV Smarters / IPTV Smarters Pro XCIPTV Player OTT Navigator Flix IPTV Deliverables Separate APK for each launcher Source code Instructions for updating branding assets Release‑ready signed APKs (preferred) Ideal Freelancer Strong experience with Android Studio (Kotlin or Java) Familiar with Android TV and Fire OS compatibility Experience building simple launcher or wrapper apps Ability to deliver clean, lightweight, stable APKs
12 hours ago7 proposalsRemoteAndroid Users for Field Data Collection!
Seeking Android users across the UK to collect field data for retail connectivity and Wi‑Fi mapping. Tasks: capture 2–3 photos, record a short video, and run a 30‑second Wi‑Fi scan via the app. Flexible schedule, per‑task payment, and opportunity to complete multiple assignments. Requirements: Android smartphone, active mobile data, and ability to visit local shopping areas. Clear instructions and operation manual provided upon assignment. Reliable collectors who follow guidelines and deliver timely, accurate submissions are encouraged to bid.
5 days ago9 proposalsRemoteopportunity
Build iOS & Android Frontend for Existing Platform
I am looking for an experienced mobile developer (React Native or Flutter) to build the iOS and Android applications for an existing, fully-featured web platform. The platform is a comprehensive app that connects users with local listings, a multi-vendor marketplace, job boards, and event bookings. You do not need to build any backend infrastructure. The backend is powered by Supabase, and we have 83 documented Edge Functions acting as a complete REST API. Everything from Stripe payments, auth, geocoding, and chat is already built and working on the web. Your job is purely frontend mobile development and API integration. Key Features to Implement (Mobile UI): Authentication: Email/Password & Profile setup (Supabase Auth). Discovery & Maps: Location-based search, filtering, and interactive map views for local listings. Marketplace: E-commerce product browsing, cart management, and Stripe Checkout integration. Events: Browsing and interacting with job postings and event schedules. User Dashboards: Order history, favorites, real-time chat messaging, and basic account settings. (Note: Complex admin tools and business owner dashboards will remain web-only for now to save scope). Tech Stack Requirements: Framework: React Native (Expo preferred) or Flutter. (React Native is a plus since our web app is built in React). Backend Integration: Supabase (Database, Storage, Auth) and REST APIs. State Management: Your preferred robust solution. What I Will Provide: 1. Full API documentation (Route map, endpoints, payload structures). 2. Access to the fully functioning web application for feature reference. 3. Design inspiration/guidelines for the mobile UI. Budget & Timeline: Budget: £5,000 - £6,000 (Fixed Price) Timeline: Please propose a realistic timeline in your bid. A milestone-based payment structure is preferred. To Apply, Please Include: 1. Links to 2-3 apps you have published on the App Store/Google Play. 2. Your preferred framework (React Native vs. Flutter) and why. 3. Confirmation that you are comfortable working with an existing Supabase REST API backend.
3 days ago104 proposalsRemoteopportunity
Android App
I would like to develop an anroid application that l can use to monitor the activity on my children's smartphones. The app will send feedback of the apps that they have installed on their phone as well as a report of all of their notifications
24 days ago49 proposalsRemoteopportunity
App ready icon set IOS, android adaptive and maskable icons
I’m looking for a designer to create a production-ready app icon set (iOS, Android adaptive + maskable, web icons). The icon must be derived from an existing logo and remain clear at very small sizes (32px). Can you confirm: Experience with Android adaptive + maskable icons Your process for testing small-size clarity Examples of similar work I have a full brief ready to send.
6 days ago27 proposalsRemoteFinalise Google Play App Launch + Tester Acquisition (Android)
I need an experienced Google Play Console specialist to finalize publishing for MapMySwim (Closed Testing phase). Tasks: audit Play Console configuration and store listing, ensure compliance (Data Safety, privacy policy), confirm production readiness, configure Closed Testing and resolve tester access/download issues, and advise or assist to secure 14+ active testers for 14 days. Deliverables: functioning Closed Testing, clear onboarding flow, minimum tester target met, and app ready for production. Experience with Android publishing and early user acquisition preferred.
a day ago12 proposalsRemoteI need a system developer
I’m currently looking to connect with someone who is highly skilled in ISP systems, VPN systems development, and system hosting. Should have strong experience in building, managing, and maintaining reliably as well as deploying and hosting them efficiently. If you have experience with server management, system architecture, cloud or web hosting, and maintaining secure and scalable systems, I would be interested in working together. This could involve collaborating on current and upcoming projects that require dependable system setup, hosting, and long-term maintenance. If you’re interested, please feel free to reach out so we can discuss further. Thank you
10 days ago13 proposalsRemoteopportunity
Trading bot development
Project Overview We are building a high-performance, low-latency trading engine designed for microstructure-based execution strategies in a high-tax (STT) environment. This is NOT a basic retail trading bot. This system requires advanced system-level engineering, multi-core CPU architecture control, shared memory communication, and real-time observability dashboard. The focus of this project is minimizing latency between signal generation and order execution while maintaining regulatory compliance (Order-to-Trade Ratio constraints). The developer must understand low-level performance optimization, concurrency architecture, and Linux system behavior. Core Technical Requirements Python Version (Mandatory) The engine must use: Python 3.13 Free-Threaded build (3.13t) NOT standard Python 3.10–3.12 Reason: Standard Python uses the Global Interpreter Lock (GIL), which blocks true parallelism. In low-latency systems, a 1–2ms delay caused by GIL contention is unacceptable. Multi-Core Architecture with CPU Core Pinning The engine must: Assign specific modules to specific CPU cores Use os.sched_setaffinity (Linux only) Prevent OS core migration (avoid context switching) Modules include: Sentinel (Risk & OTR monitoring) Sonar (Market entropy / regime detection) Oracle (Signal calculation loop) Execution Engine (Order placement) The goal is to eliminate unpredictable latency spikes caused by OS scheduling and cache invalidation. Inter-Process Communication Standard Python queues are NOT acceptable. Communication must use: multiprocessing.shared_memory Memory-mapped buffers Lock-free ring buffer architecture Reason: Standard queues introduce locking and object allocation overhead, increasing latency. The target is sub-millisecond internal communication between signal generator and execution engine. Latency Measurement The system must measure: End-to-end order placement latency Round-trip time (RTT) Module processing time Using: time.perf_counter_ns() Latency histogram logging This data must be streamed to the dashboard. Order Execution Logic The system should: Prefer passive limit orders Include 200ms cancel logic Manage Order-to-Trade Ratio (OTR) Implement controlled order flooding logic (compliant with broker rules) This is not a simple market order bot. FRONTEND REQUIREMENTS (React Dashboard) The frontend is NOT a trading UI. It is a real-time monitoring and control cockpit. Preferred stack: React (Vite or Next.js) WebSocket for live streaming Lightweight charting (Canvas or WebGL-based) Required Dashboard Modules Sentinel Panel Real-time RTT graph 20ms lockdown threshold indicator CPU usage per pinned core Emergency status Sonar Panel Market regime indicator (Attack / Veto mode) Entropy score display Zero-trust gate status Oracle Panel Weighted Order Book Imbalance (WOBI) heatmap Liquidity imbalance % Signal strength score Must use high-performance rendering (Canvas, not heavy SVG). Execution Panel Net Expected Value (NEV) Fill rate % Cancel rate Order-to-Trade Ratio (OTR) status Emergency Kill Switch Dashboard must include: Global kill switch Sends signal to monitoring service Monitoring service writes flag to shared memory Engine halts immediately Dashboard must NOT communicate directly with broker API. Deployment Requirements Linux-based environment (Ubuntu preferred) Dockerized setup preferred Separate processes: Trading engine Monitoring microservice React frontend Google Cloud compatible. 10 MOST IMPORTANT SKILLS TO ADD Attach these skills on Freelancer: Python 3 (Advanced Concurrency & Multiprocessing) Must understand GIL, free-threaded builds, shared memory. Low-Latency System Design Experience reducing microsecond-level bottlenecks. Linux System Programming Knowledge of CPU affinity, process scheduling, performance tuning. Multithreading & Multiprocessing Architecture Designing multi-core optimized applications. Memory Management & Shared Memory IPC Experience with mmap, shared memory buffers. Financial Market Microstructure Knowledge Understanding order books, liquidity imbalance, passive vs aggressive orders. WebSocket & Real-Time Streaming Required for live dashboard data. React.js (Performance-Optimized UI) Real-time data rendering without UI lag. Performance Profiling & Benchmarking Must measure and optimize latency. Cloud Deployment (Google Cloud / Linux VM / Docker) Production-ready deployment experience. VERY IMPORTANT Add this to filter weak developers: Applicants must answer the following: Have you worked with Python shared memory or mmap before? Have you implemented CPU core pinning on Linux? How would you measure internal engine latency? How would you prevent dashboard from affecting trading engine performance? This will eliminate 80% of generic bot developers.
2 days ago16 proposalsRemoteopportunity
Web design and development
am currently looking for a web developer to build a new website for my business. I already have the content, logos, brochure, and a clear brief for what I want. I also have examples of a few websites I like and can share these for reference. I do have the hosting login details, along with the GoDaddy access, so everything can be transferred and picked up smoothly. I am looking for a bold, high-quality website with around 6–8 pages, including a strong homepage and a professional overall look and feel. The current web design does not reflect the standard I want for the brand.
4 days ago126 proposalsRemoteopportunity
Package Web app for use on App Stores
Project Overview I have a fully functional web application built with React, Tailwind CSS, and TypeScript. I am looking for an expert to package, optimise, and deploy this application across all major Smart TV ecosystems. The goal is a seamless "10-foot UI" experience that feels native on television hardware. Scope of Work • Porting & Packaging: Wrap the existing React web app for deployment on: • Android-based: Amazon Fire TV/Stick, Google TV, Android TV. • Web-based OS: Samsung (Tizen), LG (webOS), Hisense (Vidaa), Vizio (SmartCast). • Proprietary: Apple TV (tvOS) and Roku (Roku OS). • D-pad navigation, "Back" button behavior has already been coded into the app. • Performance Optimization: Optimize the CSS and rendering for lower-powered TV processors to ensure smooth animations and transitions. • Store Submission: Handle the technical requirements for app store packaging (icons, splash screens, configuration files) and guide the submission process. Required Experience • Frameworks: Deep experience with Capacitor, Cordova, or React Native for TV. • Roku Expertise: Specific knowledge of BrightScript or the Roku Independent Developer Kit (IDK) to port web logic to Roku OS. • TV Standards: Familiarity with hardware acceleration, memory management on TVs, and handling different aspect ratios/overscan. Technical Stack • Frontend: React, TypeScript, Tailwind CSS. • Target Platforms: Fire TV, Android TV, Apple TV, Tizen, webOS, Roku, Vidaa. Please review the project requirements thoroughly and provide a realistic proposal. Accuracy is essential; any attempt to 'placeholder bid' (e.g., bidding £300 only to later quote £2,000) will result in immediate rejection)
2 days ago15 proposalsRemoteBackend Developer
About the Role We are looking for a skilled Backend Developer to design and build scalable server-side applications. You will be responsible for developing APIs, managing databases, and ensuring high performance and responsiveness of our applications. Key Responsibilities Design, develop, and maintain backend services and APIs Build scalable and secure server-side applications Work with databases to design efficient data models Integrate third-party services and APIs Optimize applications for speed and scalability Collaborate with frontend developers, DevOps engineers, and product teams Write clean, maintainable, and well-documented code Participate in code reviews and continuous improvement processes Requirements 3+ years of experience in backend development Strong knowledge of Node.js, Python, Java, or PHP Experience building RESTful APIs or GraphQL APIs Proficiency with databases such as PostgreSQL, MySQL, or MongoDB Experience with Git and version control workflows Knowledge of authentication, security, and API design Familiarity with cloud platforms (AWS, Azure, or Google Cloud) Nice to Have Experience with microservices architecture Knowledge of Docker and Kubernetes Experience with CI/CD pipelines Familiarity with Redis, Kafka, or message queues Benefits Competitive salary Flexible working hours Remote work options Professional development opportunities Collaborative international team
10 days ago66 proposalsRemoteopportunity
Building a ride-sharing app like Uber For AUSSIE
We are looking for a developer or team that has already built an app similar to Uber, which can be customized with new designs and additional features. We are open to solutions developed in Flutter or native technologies, as the apps must support both iOS and Android platforms. The project scope includes: Rider App Driver App Backend Dashboard Important Requirements: We require full ownership and control of the source code. All code must be deployed and set up on our own accounts. Before releasing the milestone payment, our local technical team will review and verify the complete codebase and setup. Please only submit a bid if you already have a working solution. We are not looking to develop this from scratch. Project Timeline: 2 months
16 days ago45 proposalsRemoteopportunity
SaaS MVP development
I am looking for a developer to build an AI SaaS MVP website that’s simple, clean, and ready for real users. The idea is to launch something solid with the main features working well, and then improve it over time. The website should include basic things like user sign-up/login, a simple dashboard, and a payment/subscription setup. For the core features, I’m thinking: 1. An AI tool where users can enter text and get useful results (Will disclose in the chat) 2. A chat-style AI assistant for quick interaction 3. A way for users to save and view their past results If you have built SaaS platforms or worked with AI tools before, that would be really helpful. Feel free to share your previous work and how long you think this would take.
5 days ago88 proposalsRemoteopportunity
Shopify Website Developer Needed
Looking for an experienced Shopify developer to build a 4–5 page website: UX Design is ready Home page Product page Policy pages About / Contact ------------------------ Requirements: Clean, modern, premium design Mobile-friendly & fast loading Proper product & page setup Basic SEO Extra functionality (important) Disable right-click Disable copy/paste & text selection Basic content/image protection (We understand this isn’t fully secure, just to reduce copying.) ------------------------ Please include Shopify work examples Looking for someone reliable who can deliver a high-quality, professional site.
13 hours ago43 proposalsRemoteopportunity
Full Stack MERN Developer and React Native app Developer Req
We are looking for an experienced full stack MERN developer (MongoDB, Express, React, Node.js) with experience in React Native mobile apps to build a complete event management and booking system. The project will include web and mobile platforms, a robust admin panel, and a role-based user system (Admin, Organizer, User). This system will be used to manage events, bookings, and users efficiently. The goal is a scalable, secure, and user-friendly solution suitable for the Pakistan market, with potential to expand internationally. Key Features 1. Roles & Permissions Admin: Full control of the system Approve/reject events Manage users and organizers (block/unblock) View all bookings Dashboard with analytics (events, users, revenue) Organizer: Can create and manage events Add event details, dates, pricing, and seats View bookings for their events User: Can browse events and book tickets Track booking history Manage profile 2. Event Management Event creation, update, and deletion (Organizer) Admin approval workflow for events Event categories and search/filter functionality Image uploads for events 3. Booking System Ticket booking with seat management Booking confirmation and history Payment integration (Stripe/PayPal optional for MVP) Real-time seat availability 4. Dashboards Admin Dashboard: Analytics, user management, event approval Organizer Dashboard: Events overview, bookings User Dashboard: Booked events and personal info 5. Web & Mobile Web: React + Tailwind CSS or Material UI Mobile: React Native (iOS and Android) Responsive, intuitive UI/UX 6. Backend Node.js + Express API MongoDB with Mongoose JWT authentication Role-based access control middleware Logging and error handling Tech Stack Frontend (Web): React.js Frontend (Mobile): React Native + Expo Backend: Node.js + Express.js Database: MongoDB (Atlas or local) Authentication: JWT Hosting: Vercel / Railway / Heroku (for web) Payment Integration: Optional for MVP (Stripe/PayPal) Deliverables Fully functional MERN backend with all APIs React frontend for web with dashboards and pages React Native mobile app (iOS + Android) Role-based authentication and admin panel Deployment instructions and source code on GitHub Documentation for APIs and system architecture Preferred Developer Qualifications Proven experience with MERN stack projects Strong knowledge of React Native and mobile app best practices Experience building role-based systems and dashboards Familiarity with payment integrations is a plus Good communication and availability for updates Project Timeline Estimated delivery: 6–12 weeks depending on complexity Clear milestones for backend, frontend, mobile, and deployment How to Apply Please provide: Examples of previous MERN + React Native projects Estimated timeline and cost Any suggestions for improving project workflow
4 days ago42 proposalsRemoteI want a resume as a AI software developer
Senior AI Software Developer from Japan seeks a polished, professional resume highlighting expertise in AI-driven development, Python and JavaScript proficiency, and robust web development skills. Emphasize senior-level experience delivering small projects, automation tools, and scalable solutions. Showcase technical proficiencies, project accomplishments, contributions to design and architecture, and collaborative leadership. Craft clear, concise sections for summary, skills, experience, projects, and education, optimized for recruiters and applicant tracking systems.
3 days ago21 proposalsRemoteopportunityurgent
Front End Visual Changes to React Native App - iOS & Android
We’re looking for an experienced React Native developer to support a short-term project involving visual/UI updates across an existing mobile application. Project Overview Update approximately 30 app screens based on supplied designs Changes are primarily visual refinements (layout, spacing, styling, minor component tweaks) Work from detailed Figma designs and annotations Ensure consistency with the existing codebase and UI patterns Scope of Work Implement UI changes across both iOS and Android Maintain performance and responsiveness Test updates across multiple devices/screen sizes Resolve any minor UI-related bugs introduced during the update Commit clean, well-structured code aligned with best practices Requirements Strong experience with React Native Proven track record of delivering polished UI updates Ability to work from Figma designs with precision Experience testing across iOS and Android devices Good attention to detail and ability to follow instructions closely Availability to complete within a short timeframe Project Details Estimated effort: circa 30/40 hours Start: Immediate All designs and instructions will be provided via Figma Access to existing codebase will be given Nice to Have Experience working on live production apps Familiarity with common UI libraries and responsive layouts Ability to suggest minor UX/UI improvements where appropriate
18 days ago77 proposalsRemoteExpires in 11I want to have a perfect resume as a senior AI developer.
Seeking an exceptional resume for a Senior AI Developer that showcases advanced technical expertise, leadership, and impactful project outcomes. The document should present a compelling professional summary, refined bullet points emphasizing machine learning, deep learning, NLP, model deployment, MLOps, and software engineering skills, and highlight measurable achievements, patents, publications, and notable collaborations. Deliver a polished, ATS-friendly, and concise resume that conveys influence, innovation, and career progression.
23 minutes ago9 proposalsRemote