I need an Android app to log data from motion sensors. The logged data should be POSTed to my backend app in JSON format. It will be used for aeroplane flights logbook. UI: is super simple - just input and save the aeroplane reg. Logger: logging start triggered by engine start (noise, vibration); sample every 2–5 seconds during movement/airborne; sample every 30–60 seconds while stationary/idle; samples within one logging session have same UUID; samples appended to SQLite and POSTed in small batches every X minutes; gzip the JSON payload. Ideal Skills and Experience: - Proficiency in Android app development - Experience with sensor data integration - Familiarity with JSON data handling