
Fechado
Publicado
Pago na entrega
I’m looking for an experienced Android developer to join and help me take the project to the next level. Below is a clear overview of what already exists, how it works, and what I need to build next. What I already have 1) Car App (Android - runs on the BYD head unit) Tech stack ● Language: Java 11 ● Platform: Android Native (API 21-35) ● Build: Gradle (Kotlin DSL) ● Networking: Retrofit + OkHttp ● Backend sync: Firebase REST ● IPC: AIDL ● Local comms: ADB (LibADB Android) ● SSH/SFTP: JSch Main modules ● VehicleDataProvider - reads vehicle data via BYD SDK (speed, SOC, temps, range, etc.) ● TripManager - trip recording: GPS, distance, time, energy/fuel usage ● ChargingManager - charging sessions tracking, energy/time calculations ● DataManager - real-time sync to Firebase ● FileMonitorManager - monitors 360 camera video files ● FirebaseUploadManager - uploads videos to Firebase Storage ● LocationManager - GPS tracking ● NetworkMonitorManager - network status monitorin ● DaemonMonitor - manages background daemon connectivity Core features ● Real-time vehicle telemetry: SOC, 12V/HV voltage, speed, odometer, temperatures, range, charging status, charging power, remaining time ● Trip history: auto start/stop detection, route tracking, statistics, history storage ● Charging history: plug/unplug detection, session stats, history storage ● Video management: monitor and upload car videos, remote download support ● Background operation: foreground service + daemon-based system access 2) Two-layer architecture (App + privileged Daemon) to access protected BYD APIs BYD blocks sensitive APIs unless you have system privileges. The solution is a dual-layer architecture: ● Daemon (Shell process, UID 2000) runs via app_process with system-level access ● App (regular user process) handles UI, logic, Firebase, managers ● Communication between them is via AIDL/Binder, and the daemon shares the binder via broadcast Daemon responsibilities ● Access BYD SDK and protected framework APIs ● Execute control commands (doors, AC, etc.) ● Provide an AIDL service (IShellService) for the app ● Monitor/restart the app if needed ● Poll vehicle data periodically and push updates CoreService responsibilities ● Foreground service that manages all manager ● Receives binder from the daemon and uses it for BYD calls ● Keeps the process alive reliably AIDL API style Example calls like: ● getInt(deviceType, featureId) ● getDouble(deviceType, featureId) ● set(deviceType, featureId, value) Device types include: ● Power (SOC, voltages) ● Engine (speed, odometer) ● Body (doors/windows) ● Charging (power, time) 3) Mobile App (iOS + Android via Quasar/Capacitor) Tech stack ● Vue.js 3 + Quasar ● Pinia, Vue Router, vue-i18n (Hebrew RTL + English + Arabic) ● Firebase: Auth, Firestore, RTDB, Storage ● Maps: Leaflet ● Runtime: Capacitor 6 Main screens Dashboard (live car status), trips, charging history, recorded videos, live view, downloads, scheduling, alerts, account, login. Communication Car App <-> Firebase <-> Mobile App RTDB for realtime status, Firestore for history, Storage for videos. 4) A separate Camera Test App (Driving recording + Sentry + P2P streaming) This is a dedicated prototype app that already proves the hard parts. Tech ● Java 8/11, Android API 23-33 ● Camera2: 4 cameras simultaneously (front/rear/left/right) ● Input: RAW YUV NV21 5120x960 at stable 25 FPS ● Video: MediaCodec H.265/H.264 hardware encoding ● AI: TensorFlow Lite 2.13 + EfficientDet Lite2 ● Streaming: Mobile-initiated WebRTC P2P, signaling via Firebase RTDB ● Optimizations: JNI/NDK (C++ NEON), EGL/OpenGL overlay, double buffering, wake locks What works today ● Stable 4-camera capture with timestamp ● Motion detection on all 4 cameras ● AI object detection (person, car, bike, etc.) ● Auto recording to MP4 + JSON detections metadata ● P2P live streaming to mobile ● Web gallery to review recordings ● ROI zone drawing UI ● Good performance and stable memory usage What I need you to do A) Merge the Camera Test App into the production Car App Goal: one integrated system that includes: ● driving recording ● sentry mode events ● existing daemon architecture + vehicle telemetry + Firebase sync B) Keep the system alive after ACC OFF I already have the daemon approach and research around wake locks and background survival. I need solid implementation and stability on real BYD head units. C) Improve Sentry detection logic and tuning ● Better AI-based object detection behavior ● Sensitivity tuning via thresholds ● Optional frame comparison logic to reduce false positives D) Implement event recording with pre-buffer When an event is detected: ● record 10 seconds before ● record 10 seconds after ● total 20 seconds per event E) On-screen warning overlay on detection On detection show an image/text overlay on the car screen, for example: “I see you - don’t touch the car” (This exists in other apps, so we know it’s feasible.) F) Storage management ● Auto-delete old videos (retention policy, storage cap) ● Let user choose save location: internal storage or SD card G) Improve P2P streaming connection speed and reliability ● Faster connection setup ● More stable streaming across networks H) Enable P2P playback of recorded videos from the mobile app Same concept as live P2P stream, but for recorded content. I) Backend hardening Currently data + alerts are on Firebase. I want a more stable and secure backend layer long-term. J) Simple onboarding and pairing ● User signup/login with Google (Gmail) in a simple flow ● Pair mobile app to the car app via QR code scan K) General code review ● Review the codebase health, stability, edge cases, and error handling What I’m looking for ● Strong Android background (services, foreground services, background restrictions) ● Camera2 + MediaCodec experience ● IPC (AIDL/Binder) experience is a big plus ● Performance mindset (memory, CPU, stability) ● Comfortable working with an existing codebase and integrating modules cleanly If you’re interested, I can share: ● a short demo video ● project structure overview ● the current milestones and priorities Please reply with: ● your relevant experience (camera, MediaCodec, background services, WebRTC) ● availability and preferred engagement model (fixed milestones or hourly) Android developer having proven experience in Java, Kotlin, Native C. Must have deep knowledge of Daemon, ADB lib and JNI libraries Proven experience of WebRTC Knowledge about Firebase. Past work with car related video streaming apps
ID do Projeto: 40158774
144 propostas
Projeto remoto
Ativo há 9 dias
Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
144 freelancers estão ofertando em média $1.243 USD for esse trabalho

Hello, I understand you want to take your Android car app upgrade to the next level. You already have a solid two-layer setup (App + privileged Daemon) with BYD SDK access, AIDL IPC, and real-time telemetry. My approach is to strengthen reliability and extend capabilities in a structured, incremental way: 1) harden the daemon, foreground service, and IPC to ensure stable data flow across API levels 21-35; 2) preserve and improve the existing modules (VehicleDataProvider, TripManager, ChargingManager, DataManager, FileMonitorManager, FirebaseUploadManager, LocationManager, NetworkMonitorManager, DaemonMonitor, CoreService) while making them easier to test and extend; 3) integrate WebRTC streaming with clear latency targets and robust failover; 4) improve video monitoring and Firebase uploads with better error handling and retry strategies; 5) add monitoring, documentation, and a rollback plan. The plan stays compatible with Java 11, Retrofit+OkHttp, Firebase REST, and Gradle Kotlin DSL, and seeks a maintainable upgrade path with measurable milestones. What is the target MVP delivery timeline and success criteria? What WebRTC specs do you require (codecs, latency targets, TURN/STUN details)? What are your security requirements (certificate pinning, secure storage, OTA constraints)? What uptime and recovery SLAs for the daemon and CoreService are acceptable? What metrics and dashboards should we implement to monitor performance and reliability? Best regards,
$1.500 USD em 27 dias
9,1
9,1

I understand that you are looking for an experienced Android developer to enhance your Car App project. With over 7 years of experience in native Android development using Java and Kotlin, as well as expertise in Daemon, ADB lib, and JNI libraries, I am confident in my ability to take your project to the next level. In the past, I have successfully delivered projects in the automotive industry, including car-related video streaming apps. My experience with WebRTC and Firebase aligns perfectly with your project requirements, ensuring seamless integration and optimal performance. I am passionate about creating innovative solutions and am excited about the opportunity to work on your project. Let's discuss how I can bring my skills and expertise to your Car App upgrade. Feel free to reach out and we can take it from there.
$1.200 USD em 20 dias
8,2
8,2

Hello, I've carefully reviewed your comprehensive project details, especially your robust Android car app with its two-layer daemon architecture and advanced features. My expertise in Java, AIDL, ADB, and WebRTC, along with a proven track record in car video streaming and JNI, makes me perfectly equipped to help you take this project to the next level. I’m Waqas from Eclairios, a professional software engineer with over 7 years of experience in app and web development. I have successfully completed 128 projects, earning a 5.0 rating from satisfied clients. I specialize in mobile apps (Android, iOS, Flutter), website development, custom APIs, and backend solutions. My goal is to deliver high-quality, scalable solutions that meet your business needs. Why hire me? ★ 100+ Projects Completed with 5-star rating. ★ 3 months of free post-launch support ★ Expertise in advanced technologies and systems Let’s connect and discuss how I can help you with your project. Best regards, Waqas
$963 USD em 7 dias
8,4
8,4

With over two decades of experience in advanced software and application development, I am confident that I am the best-suited candidate for your project requiring an Android developer. My strong grasp of Java, extensive knowledge of the Android platform (API 21-35), and familiarity with critical tools like Retrofit, OkHttp, Gradle (Kotlin DSL), and Firebase REST makes me more than capable of upgrading your car app. Additionally, my previous encounters with similar Android projects, including integration with APIs and SDKs like you mentioned, have honed my ability to develop efficient and reliable solutions. Noteworthy examples include my deep involvement in a car app project that utilized real-time GPS tracking, history storage, background operation, and secured privileged access—mirroring closely what is expected on your own project. Beyond development expertise, my affinity for innovative technologies (AI, Blockchain) perfectly fits the demands of your separate Camera Test App. My accomplishments with Camera2 Technology and TensorFlow Lite are well-aligned with your needs for multi-camera functionality and AI object detection respectively. Lastly, as a responsible task manager, I guarantee high performance and stability—essential elements of any successful modern application.
$1.500 USD em 7 dias
8,3
8,3

Hi, This is Elias from Miami. I’ve reviewed your project and I understand you need an experienced Android dev to merge the Camera Test App into the production Car App, keep the daemon architecture stable on BYD units, and deliver reliable sentry recording + P2P streaming. The focus is Camera2 (4 cams), MediaCodec H.265/H.264, TFLite detection, AIDL/Binder IPC, WebRTC via Firebase, and survival after ACC OFF. I can handle: • Integrating camera stack into the main app without breaking telemetry/daemon • Event recording with 10s pre + 10s post buffer • Sentry tuning to reduce false positives • On-screen warning overlay • Storage retention (internal/SD) • Faster WebRTC connection + P2P playback of recorded clips • QR pairing flow + backend hardening • Full code health review Experience: Java/Kotlin + Native C/JNI, Camera2, MediaCodec, foreground services, AIDL, LibADB, WebRTC, Firebase — and working inside constrained head-unit environments. Q1: Target BYD models/Android versions and required runtime after ACC OFF? Q2: Is pre-buffer already encoded ring buffer or raw frames? Q3: Do you have TURN/STUN today for WebRTC or need setup? Happy to work milestone-based and align with your current priorities. Regards.
$1.125 USD em 7 dias
7,9
7,9

Hello Daniel, I’ve read your full description carefully and have a clear understanding of the existing architecture and the next-stage goals for Magic Guard 360. This is a technically solid foundation, and the requirements align well with my background. Relevant experience 10+ years Android (Java/Kotlin), API 21+ with deep focus on foreground services, background survival, wake locks, and OEM-restricted systems Camera2 + MediaCodec: multi-camera capture, hardware H.264/H.265 encoding, pre-buffered recording, timestamp sync WebRTC P2P: live streaming, signaling, NAT traversal, connection optimization AIDL/Binder IPC: privileged services, daemon-style architectures, system API access Performance optimization: memory control, long-running stability, JNI/NDK integration Firebase + backend design, with experience migrating to more hardened architectures How I would contribute Cleanly merge the Camera Test App into the existing Car App without breaking daemon isolation Stabilize post-ACC-OFF survival on real BYD head units Implement pre-buffered event recording (ring buffer approach) Improve sentry AI logic and false-positive reduction Strengthen P2P streaming and add recorded-video playback Review and harden the overall codebase for long-term reliability Availability & engagement Available immediately Prefer hourly with clear milestones at the start (can switch to fixed milestones once scope is locked) Looking forward to discussing next steps.
$1.125 USD em 7 dias
8,3
8,3

Hi Daniel — this is a seriously impressive and well-architected system already, and I’d be excited to help bring the Camera Test App into the production Car App and stabilize the full stack on real BYD head units. Camera2 + MediaCodec (H.264/H.265): built multiple production-grade apps capturing multi-camera streams, encoding in hardware, and handling high-throughput buffers without dropping frames. Foreground/background service reliability: extensive experience with long-running services, wake locks, JobScheduler/WorkManager, and daemon-style architecture for system-level access. IPC / AIDL / Binder: implemented complex AIDL interfaces and secure binder communication across processes, including reliability and reconnection logic. WebRTC + P2P streaming: optimized signaling, connection setup, STUN/TURN fallback, and low-latency streaming over variable networks. Performance & stability: memory profiling, leak detection, and optimization in high-load systems. Firebase → Backend hardening: built secure backend layers and moved from Firebase-only to scalable, hardened backend architectures.
$750 USD em 7 dias
8,4
8,4

With over 7 years of experience in the app development world, I am well-equipped to take on your advanced Android project. My specialized skills with Java and Kotlin, including a deep understanding of Native C, make me highly qualified for your car app upgrade. Moreover, my familiarity with sensitive APIs and privileged daemon architecture stands out as an asset, allowing me to seamlessly navigate BYD framework and execute control commands effectively. Another significant strength I bring to the table is my expansive knowledge of Firebase, which aligns perfectly with your backend sync requirement. I have not only used Firebase REST in previous projects but also managed real-time data synchronization successfully - a skill that will contribute significantly to optimizing your DataManager module. Lastly, my past work showcases proficiency in video management apps. Specifically, I have dealt with car-related video streaming applications. Utilizing this expertise, I can suggest enhancements to streamline and improve your FileMonitorManager and FirebaseUploadManager modules. Connected with but not limited to these, my stack includes practical capabilities in Networking: Retrofit + OkHttp and IPC: AIDL; instrumental for seamless process and data flow between your existing modules. Let's collaborate on taking your car app to new heights!
$1.000 USD em 5 dias
7,0
7,0

Hi, This project aligns very well with my experience. I have 5+ years of strong Android development experience using Java and Kotlin, including system-level apps, foreground services, background survival, and performance-critical components. I’ve worked with Camera2, MediaCodec (H.264/H.265), multi-camera capture, buffering, and event-based recording logic. I also have hands-on experience with TensorFlow Lite, AI detection tuning, ROI logic, and reducing false positives. WebRTC P2P streaming (live + playback), Firebase (RTDB, Firestore, Storage, Auth), and real-time sync are all areas I’ve delivered in production. I’m comfortable with AIDL/Binder IPC, daemon-style architectures, JNI/NDK usage, wake locks, storage management (retention policies, SD/internal), and working around OEM restrictions. Merging an existing camera prototype into a privileged car app with daemon access is well within my skill set. I can support: Camera module integration into the production car app ACC-OFF stability and background survival Sentry detection improvements with pre/post buffering On-screen warning overlays WebRTC reliability and connection speed improvements Code review, hardening, and backend evolution planning Availability: Ready to start immediately. Engagement: Flexible (hourly or milestone-based). Happy to review the demo and project structure. Best, Bhargav
$1.125 USD em 7 dias
7,0
7,0

Hi I’ve worked on Android systems where the hard part isn’t the UI, but keeping privileged services, IPC, and long-running background workflows stable under real device constraints. The main technical problem you’re likely facing at “next level” is reliability and performance across the two-layer (app + daemon) stack—binder stability, reconnection logic, and video workflows that don’t break under weak networks or process restarts. I can help by strengthening the daemon/app contract (AIDL versioning, health checks, backoff/retry, idempotent commands), tightening service lifecycle behavior, and improving observability so failures are diagnosable fast. I’m comfortable in Java/Kotlin and native (JNI/C), and I’ve integrated ADB-based access patterns, binder-based IPC, and long-running foreground services on API 21–35 devices. For the video side, I can help design and integrate a WebRTC pipeline that plays nicely with file monitoring, upload/stream decisions, and bandwidth constraints while staying stable in-car. I’m also familiar with Firebase sync patterns and storage uploads, including retry, resume, and network-aware scheduling. If you share the repo/module boundaries and the next feature goals, I can slot in quickly and start shipping improvements without destabilizing what already works. Thanks, Hercules
$1.500 USD em 7 dias
6,5
6,5

Having an accomplished background in embedded systems and IoT development, I believe I have the expertise to offer an upgraded experience for your Android Car App. Possessing a deep knowledge of Daemon, ADB lib and JNI libraries, as well as experience with a two-layer architecture like yours, has equipped me with the skills necessary to leverage your app's full potential. With my ability to communicate data between layers via AIDL/Binder, while ensuring system-level access for privileged APIs, I can streamline the architecture for better efficiency. Additionally, my proficiency in Kotlin and Java and past work with car-related video streaming will be beneficial for incorporating video management functions into your app. My past involvements with projects reliant on Firebase will allow seamless integration of Firebase REST for backend sync. Moreover, my knowledge and prior use of the BYD SDK will enable not just accessing but fully implementing real-time vehicle telemetry to enhance your users' experience. Finally, through my Master's Degree in embedded systems, extensive fluency in Native C and ADB proficiency via LibADB Android, I can ensure smooth operations on all Android devices your app interacts with. Employing our expertise together will elevate your project to the next level by leveraging the best out of all car-related functionalities tied within their drive. Let’s team-up to push these boundaries!
$1.500 USD em 15 dias
6,4
6,4

Hi Apart from my technical expertise, I believe my distinct architectural design capabilities would be an asset to your project. Your two-layer architecture - app+Daemon - is something I have implemented before to access protected APIs(PHP-Laravel&Node.js). Understanding how they communicate through AIDL/Binder and employing it for accurate BYD calls wouldn't be a challenge for me. Moreover, managing enormous data from multiple cameras with optimal performance has been a cornerstone of some successful projects I've delivered. Using Camera2 API with MediaCodec hardware encoding and blazing fast computations through C++ NEON using JNI/NDK are tricks up my sleeve that will ensure unwavering videos even at heavy frames per second as your requirement states. In me, you will find not just a technician but a creative problem solver who experiments effectively with various technologies to provide tailored solutions for each unique project. Utilizing technology such as TensorFlow Lite 2.13 + EfficientDet Lite2 has been one of those highlighting factors of my career that can put to fruition your video management goals effectively. Let's collaborate and unleash the car app's true potential! I'm confident that our synergy will yield exceptional results. Thanks......
$1.500 USD em 7 dias
6,3
6,3

Hi there, I’ve studied your BYD-based Android Car App upgrade and the two-layer architecture (App + Daemon) with AIDL/Binder. I bring 10+ years in Android development (Java/Kotlin) and hands-on experience with native C/JNI, WebRTC, and Firebase, plus prior work on vehicle telemetry, video streaming, and background services. I will strengthen reliability, security, and performance while delivering the next upgrade through a focused, testable plan. Approach: - Harden the Daemon: robust IPC contracts, watchdogs, crash-recovery, and minimal surface area for BYD SDK access. - Extend VehicleDataProvider and TripManager for richer telemetry, offline resilience, and robust data sync. - Implement WebRTC-augmented video streaming and Firebase uploads with retry/backoff. - Modernize CI/CD and Gradle Kotlin DSL usage; introduce instrumentation tests and clear docs. - Four-week phased plan with milestones and QA. Next steps: confirm sprint scope and any must-have features; Best regards,
$750 USD em 14 dias
6,1
6,1

Hi There!!! ⚜⭐⭐⭐⭐⚜(( Merge camera recording and AI sentry into the BYD head unit car app with stable daemon survival ))⚜⭐⭐⭐⭐⚜ Your project is a high-performance Android car app on BYD head units, already built with a daemon architecture, telemetry, Firebase sync, and a working camera prototype. You need an experienced Android developer to integrate the camera test app into production, ensure background survival after ACC off, improve AI sentry logic, implement pre-buffered event recording, enhance P2P streaming, and harden backend stability. I have strong experience with Android services, Camera2, MediaCodec, WebRTC, AIDL IPC, JNI performance optimizations, and Firebase integration. My approach is to keep the architecture clean, integrate the camera module without breaking the daemon, and implement event buffering and overlay in a memory-safe way. Three key features: 1. Seamless integration of 4-camera recording, sentry, and telemetry in one app 2. Reliable background survival and ACC off persistence 3. Pre-buffer event recording plus fast P2P streaming and playback If you share the repo structure and priorities, I can propose a milestone plan and start with the integration and stability improvements. Warm Regards, Farhin B.
$756 USD em 15 dias
6,5
6,5

⭐⭐⭐⭐⭐ Experienced Android Developer for Your Car App Integration ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project requirements and noticed you're looking for an experienced Android developer. Look no further; Zohaib is here to assist you! My team has successfully completed 50+ similar projects for Android applications. I will integrate the Camera Test App into your existing Car App, ensuring a seamless experience while maintaining stability and performance. ➡️ Why Me? I can easily do your Android development tasks as I have 5 years of experience in Java, Kotlin, and Android Native development. My expertise includes background services, IPC, and performance optimization. Besides, I have a strong grip on Daemon, ADB, and WebRTC. ➡️ Let's have a quick chat to discuss your project in detail and let me show you samples of my previous work. Looking forward to discussing this with you! ➡️ Skills & Experience: ✅ Java 11 ✅ Kotlin ✅ Android Native (API 21-35) ✅ Retrofit + OkHttp ✅ Firebase REST ✅ IPC (AIDL/Binder) ✅ Camera2 + MediaCodec ✅ WebRTC ✅ Daemon Management ✅ Background Services ✅ Performance Optimization ✅ Video Streaming Waiting for your response! Best Regards, Zohaib
$900 USD em 2 dias
6,2
6,2

Projects like this excite me because they push me and keep the work interesting. I appreciate your vision for merging the Camera Test App into a cohesive system that includes driving recording, sentry mode events, and robust vehicle telemetry. With my strong background in Java, MediaCodec, and IPC integration, I can create a streamlined solution that enhances functionality while ensuring stability and performance. I have a proven track record of delivering practical, measurable results in similar projects. Happy to outline how I would turn this plan into a working solution. Chat soon, Fred S
$1.050 USD em 7 dias
5,9
5,9

Hi Daniel, I have extensive experience in Android development and am well-versed in Java, Kotlin, Native C. I am confident in my ability to enhance the existing Car App by integrating advanced features like real-time telemetry, trip history tracking, charging history management, video handling, and background operation optimization. Let's discuss further to delve into the project requirements in detail. Regards, Sai Bhaskar
$1.200 USD em 45 dias
5,5
5,5

Advanced Android Developer for Car App Upgrade I’m a full-stack software engineer with expertise in React, Node.js, Python, and cloud architectures, delivering scalable web and mobile applications that are secure, performant, and visually refined. I also specialize in AI integrations, chatbots, and workflow automations using OpenAI, LangChain, Pinecone, n8n, and Zapier, helping businesses build intelligent, future-ready solutions. I focus on creating clean, maintainable code that bridges backend logic with elegant frontend experiences. I’d love to help bring your project to life with a solution that works beautifully and thinks smartly. To review my samples and achievements, please visit:https://www.freelancer.com/u/GameOfWords Let’s bring your vision to life—connect with me today, and I’ll deliver a solution that works flawlessly and exceeds expectations.
$750 USD em 7 dias
5,4
5,4

Nice to meet you ,The requirements of your project match my areas of work and skills, to introduce myself. My name is Anthony Muñoz and i am the lead engineer for DS Pro IT agency. I have worked for over 10 years as a Full-Stack and software development engineer and have successfully done multiple jobs. It will be a pleasure to work together to make your project. Feel free to discuss about the project with me, greetings.
$2.218 USD em 7 dias
5,8
5,8

As an experienced Android developer, particularly in the car application sphere, my skillsets undoubtedly align impeccably with your project requirements. With comprehensive knowledge of Java, Kotlin, Native C as well as ADB lib and JNI libraries, I will hit the ground running on your two-layer architecture project. Additionally, I boast a proven expertise in utilizing WebRTC, a fundamental aspect when dealing with the video streaming nature of your car app. Moreover, having previously worked on apps with similar functionalities to yours and effectively integrated Firebase services into those end-to-end solutions further bolsters my suitability for your project. I'm well aware that your existing solution accommodates real-time vehicle telemetry, trip history, charging history and video management. Rest assured, as I've built efficient data pipelines for predictive modeling in past, the range of features you desire are quite tenable for me to achieve. My devotion to reliable engineering methodologies along with clear communication will ensure a streamlined workflow between us. As a dedicated professional who doesn't shy away from hard work or challenges,I guarantee that I'll take your car app to greater heights ensuring peak performance throughout. Ultimately, my eight plus years of experience in native mobile development will surely be an invaluable asset for you and your project. Let's transform your innovative idea into a reality!
$1.125 USD em 7 dias
5,1
5,1

Netanya, Israel
Método de pagamento verificado
Membro desde out. 6, 2024
$10-30 USD
$250-750 USD
$30-250 USD
$8-15 USD / hora
₹37500-75000 INR
₹1500-12500 INR
₹1500-12500 INR
$12-100 SGD
£10-20 GBP
$250-750 USD
$15-25 USD / hora
₹1500-12500 INR
$250-750 USD
$250-750 USD
₹1500-12500 INR
$30-250 USD
$25-50 USD / hora
$250-750 USD
$10-30 USD
$10-30 USD
$10-30 USD
$250-750 USD
$10-30 AUD
€12-18 EUR / hora