Content for Lightning with iOS and Android (#14038)

* Content for Lightning with iOS and Android

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* make link clickable

* Update docs/source-app/glossary/ios_and_android.rst

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
This commit is contained in:
Laverne Henderson 2022-09-13 08:04:50 -07:00 committed by GitHub
parent 616304831a
commit b24f5f164a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
###############################################
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.

View File

@ -271,6 +271,7 @@ Keep Learning
Event Loop <glossary/event_loop>
Environment Variables <glossary/environment_variables>
Frontend <workflows/add_web_ui/glossary_front_end.rst>
Apple and Android mobile devices with Lighting Apps <glossary/ios_and_android>
REST API <glossary/restful_api/restful_api>
Sharing Components <glossary/sharing_components>
Scheduling <glossary/scheduling.rst>