Difference between revisions of "Category:PhoneGap Apps"

From Lianjapedia
Jump to: navigation, search
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===See Also===
+
'''Note: PhoneGap Build of Lianja Apps was deprecated in Lianja v5.4.'''
  
The Lianja Developer Community [http://www.lianja.com/community/forumdisplay.php?65-Mobile-App-Development Mobile App Development Forum] has been specifically created for mobile app development questions and best practices.
+
'''Instead, the Build Workspace provides the ability to configure Apps as''' [[#Progressive Web Apps|Progressive Web Apps (PWA)]].
 +
 
 +
Lianja App Builder includes [https://build.phonegap.com Adobe Phonegap Build] integration for generating executable self-contained Mobile Apps for iOS and Android.
 +
 
 +
PhoneGap Apps require a connection to Lianja Cloud Server running either on-premises or in the Cloud.
 +
{{DISPLAYTITLE:Building PhoneGap Apps}}
 +
<div style="height:140px;margin-bottom:5px;padding:5px;border:0px solid orange;border-left:5px solid orange;background:#fff8dc;vertical-align:middle;position:relative;">
 +
[[File:bm-noteicon.png|top|40px|link=]]<div style="position:absolute;top:3px;margin-bottom;bottom:5px;margin-left:50px;"><b> Quick Start Guide</b>
 +
[[Getting_Started_Part_1#Creating_your_first_Lianja_App|Create a Web or Mobile App]].<br>
 +
Use JavaScript or TypeScript as the scripting language.<br>
 +
Test the App in a Web, Tablet or Phone App View and/or Live Preview.<br>
 +
You configure phonegap Apps in the "Phonegap" Tab of the [[:Category:Build_Workspace|Build workspace]].<br/>
 +
When you click the build button the phonegap App will be built remotely in the Cloud using Adobe phonegap build.<br>
 +
</div>
 +
<span style="height:6px;"> </span>
 +
</div>
 +
 
 +
With Phonegap you can package up a Lianja Mobile App into an executable for iOS and Android. You develop your mobile Apps visually in Lianja and can include TypeScript and/or JavaScript custom code, but the target is a Mobile application which can be submitted to the Apple and/or Google Play App stores.
 +
 
 +
After creating your Lianja Mobile App, you build the Phonegap executable in the Phonegap tab in the [[:Category:Build_Workspace|Build Workspace]].
 +
 
 +
==See Also==
 +
[[:Category:Developers Guide|Developers Guide]], [[:Category:Lianja Cloud Server|Lianja Cloud Server]], [[Lianja Server Manager on Linux]], [[Lianja Server Manager on Windows]], [http://www.lianja.com/community/forumdisplay.php?65-Mobile-App-Development Mobile App Development Forum], [https://www.lianja.com/resources/blog/39-coding-tips/412-the-lianja-html5-client Understanding the Lianja HTML5 Client]
 +
 
 +
==Overview==
 +
The following article provides in depth coverage on how to build PhoneGap Apps in Lianja.
 +
* [[Building Lianja Mobile business database Apps]]
 +
 
 +
==Installation and Licensing==
 +
Product installation guides and instructions on how to activate and deactivate licenses.
 +
* [[:Category:Installation|Installation Guide]]
 +
* [[:Category:License Management|License Management Guide]]
 +
 
 +
==Getting Started==
 +
Introducing the Lianja App Builder and how to build your first App.
 +
* [[:Category:Getting Started|Getting Started]]
 +
* [[Lianja Web Client - Getting Started (Video)]]
 +
 
 +
==Lianja App Builder==
 +
Guides to the Lianja App Builder workspaces.
 +
* [[:Category:Workspaces|Workspaces]]
 +
 
 +
==Development==
 +
 
 +
===Lianja Projects===
 +
Creating a Project for your PhoneGap App.
 +
* [[Lianja Projects]]
 +
 
 +
===User Interface===
 +
Visual development of pages, sections, gadgets and formitems in the Page Builder.
 +
* [[:Category:Page Builder|Page Builder]]
 +
 
 +
===Data===
 +
Designing and accessing native Lianja databases and tables and connecting to third party databases such as MS SQL Server and MySQL.
 +
* [[:Category:Working with Data|Working with Data]]
 +
 
 +
===Scripting===
 +
Writing JavaScript event delegate code, Lianja/VFP and JavaScript server-side procedures and functions and Lianja/VFP and JavaScript Server Pages.
 +
* [[Custom Delegates]]
 +
* [[Script Editor]]
 +
* [[JavaScript built-in Lianja/VFP functions]]
 +
* [[Lianja|The Lianja System Object]]
 +
* [[:Category:OData Functions|OData]]
 +
* [[:Category:TypeScript|TypeScript Scripting]]
 +
* [[Visual FoxPro Server Pages|Lianja/VFP Server Pages (.rsp files)]]
 +
* [[JavaScript Server Pages|JavaScript Server Pages (.jssp files)]]
 +
* [[:Category:Lianja Cloud Server#Server side procedures|Server Side Procedures]]
 +
* [[:Category:Lianja Scripting Essentials|Lianja Scripting Essentials]]
 +
* [[:Category:Commands|Commands]]
 +
* [[:Category:Functions|Functions]]
 +
 
 +
===Debugging and Testing===
 +
Testing and debugging your Apps.
 +
* [[Guide to debugging Android Lianja Mobile Apps with Chrome]]
 +
* [[PhoneGap Build Troubleshooter]]
 +
 
 +
===Users and Roles===
 +
Setting up users, roles and permissions.
 +
* [[:Category:Users and Roles|Users and Roles]]
 +
 
 +
==Deployment==
 +
Deploying your Apps.
 +
* [[Building Lianja Mobile business database Apps#PhoneGap Build|PhoneGap Build]]
  
 
[[Category:Developers Guide]]
 
[[Category:Developers Guide]]
 +
[[Category:Build Workspace]]

Latest revision as of 10:37, 9 December 2020

Note: PhoneGap Build of Lianja Apps was deprecated in Lianja v5.4.

Instead, the Build Workspace provides the ability to configure Apps as Progressive Web Apps (PWA).

Lianja App Builder includes Adobe Phonegap Build integration for generating executable self-contained Mobile Apps for iOS and Android.

PhoneGap Apps require a connection to Lianja Cloud Server running either on-premises or in the Cloud.

Bm-noteicon.png
Quick Start Guide

Create a Web or Mobile App.
Use JavaScript or TypeScript as the scripting language.
Test the App in a Web, Tablet or Phone App View and/or Live Preview.
You configure phonegap Apps in the "Phonegap" Tab of the Build workspace.
When you click the build button the phonegap App will be built remotely in the Cloud using Adobe phonegap build.

With Phonegap you can package up a Lianja Mobile App into an executable for iOS and Android. You develop your mobile Apps visually in Lianja and can include TypeScript and/or JavaScript custom code, but the target is a Mobile application which can be submitted to the Apple and/or Google Play App stores.

After creating your Lianja Mobile App, you build the Phonegap executable in the Phonegap tab in the Build Workspace.

See Also

Developers Guide, Lianja Cloud Server, Lianja Server Manager on Linux, Lianja Server Manager on Windows, Mobile App Development Forum, Understanding the Lianja HTML5 Client

Overview

The following article provides in depth coverage on how to build PhoneGap Apps in Lianja.

Installation and Licensing

Product installation guides and instructions on how to activate and deactivate licenses.

Getting Started

Introducing the Lianja App Builder and how to build your first App.

Lianja App Builder

Guides to the Lianja App Builder workspaces.

Development

Lianja Projects

Creating a Project for your PhoneGap App.

User Interface

Visual development of pages, sections, gadgets and formitems in the Page Builder.

Data

Designing and accessing native Lianja databases and tables and connecting to third party databases such as MS SQL Server and MySQL.

Scripting

Writing JavaScript event delegate code, Lianja/VFP and JavaScript server-side procedures and functions and Lianja/VFP and JavaScript Server Pages.

Debugging and Testing

Testing and debugging your Apps.

Users and Roles

Setting up users, roles and permissions.

Deployment

Deploying your Apps.

Pages in category "PhoneGap Apps"

The following 6 pages are in this category, out of 6 total.