← Back to Guides
Mobile App Development with Backend
Mobile
12 min read
#mobile
#android
#ios
#backend
Overview
MACH-AI supports building native mobile apps with automatic backend deployment.
Architecture
- Mobile App: Built locally on your machine (Android/iOS)
- Backend API: Deployed to Machaao cloud automatically
- Configuration: Backend URL auto-injected into mobile config
Android Development
Create Project
/mode architect
Build an Android app for food delivery with:
- User authentication
- Restaurant listings
- Order management
- Push notifications
Build Locally
cd android
./gradlew assembleDebug
iOS Development
Create Project
/mode architect
Build an iOS app for fitness tracking with user profiles and progress charts
Build Locally
cd ios
pod install
open YourApp.xcworkspace
Deploy Backend
/deploy
The backend URL is automatically injected into your mobile app configuration.