27 lines
1022 B
ReStructuredText
27 lines
1022 B
ReStructuredText
|
|
###############################################
|
|
Apple and Android mobile devices with Lightning
|
|
###############################################
|
|
|
|
Audience: Users who want to develop Lightning Apps for Apple or Android mobile devices.
|
|
|
|
----
|
|
|
|
***********************************************************
|
|
Develop a Lightning App for Apple or Android mobile devices
|
|
***********************************************************
|
|
|
|
There are a couple of ways you can go about building Lightning Apps that work on Apple or Android mobile devices.
|
|
|
|
Option 1
|
|
^^^^^^^^
|
|
|
|
You can develop a Lightning App that interacts with an iOS or Android app.
|
|
The ML and backend services live on the Lightning App, but the iOS or Android code (obj-c/swift or android) lives on the mobile devices.
|
|
|
|
Option 2
|
|
^^^^^^^^
|
|
|
|
You can build a mobile-first React Lightning App that works on both Apple and Android mobile devices.
|
|
The `InVideo app <https://lightning.ai/app/7pmQNIDxAE-InVideo%20Search>`_ is a good example of a Lightning App that does just that.
|