Difference between revisions of "Portal:webOS Applications"

From WebOS Internals
Jump to navigation Jump to search
 
(23 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
__notoc__
 
__notoc__
{{reorganize|Some applications are only listed under "All". Please help copy unsorted applications, see [[Talk:Portal:webOS_Applications | talk]] for a list of applications that have not been sorted. New applications are being written faster than we can add them.  Please help by adding apps you find missing here. }}
+
This page is currently available in two languages:
 +
:[[Image:Australia.png]] [[Image:USA.png]] [[Portal:webOS Applications]]
 +
:[[Image:China.png]] [[Portal:webOS Applications-ZH]]
 +
{{preware}}
 
{{portal-header
 
{{portal-header
 
|The Instructions on [[Tutorials_webOS_Hello_World|building WebOS Mojo applications]] of your own are simple and straight forward.
 
|The Instructions on [[Tutorials_webOS_Hello_World|building WebOS Mojo applications]] of your own are simple and straight forward.
Line 33: Line 36:
 
* [[Tutorials_webOS_Hello_World|Building Your First Application]]
 
* [[Tutorials_webOS_Hello_World|Building Your First Application]]
 
* [[Tutorials_webOS_Porting_Older_App|Porting older javascript apps]]
 
* [[Tutorials_webOS_Porting_Older_App|Porting older javascript apps]]
 +
* [[Tutorials_webOS_IPKG_Installer|IPKG Installer]]
 
* [[Tutorials_webOS_Installing_An_Ipk|Installing an IPK]]
 
* [[Tutorials_webOS_Installing_An_Ipk|Installing an IPK]]
 +
* [[Komodo|Komodo Specific Tutorials]]
 
* [[Tutorials_webOS_Loading_Existing_Apps_Into_An_Eclipse_Project|Loading Existing apps into an Eclipse Project]]
 
* [[Tutorials_webOS_Loading_Existing_Apps_Into_An_Eclipse_Project|Loading Existing apps into an Eclipse Project]]
 +
* [[Tutorials_webOS_Using Cookies|Using Cookies To Move Variables]]
 +
* [[Tutorials_webOS_Debugging 101|Common Ways to Debug Your Application]]
 +
* [[Tutorials_webOS_Getting_JSON_From_An_External_MySQL_Database|Getting JSON From An External MySQL Database]]
 +
* [[Tutorials_Differences_between_Emulator_and_Pre|Diffences between Emulator and Pre]]
  
 
== Want to write a tutorial and Add it? ==
 
== Want to write a tutorial and Add it? ==
Line 45: Line 54:
 
(spaces are the same thing as underscores)
 
(spaces are the same thing as underscores)
  
 +
==Need help formatting your text for wiki? ==
 +
Find easy to use markup examples with visual representations on our formatting help pages.
 +
 +
[[Help:Formatting | Wiki Formatting Help]]
  
 
|column2=
 
|column2=
Line 68: Line 81:
 
webOS Mojo and Multiple language projects being developed as open source by the community.  
 
webOS Mojo and Multiple language projects being developed as open source by the community.  
  
* [[Application:Preware|Preware]]: A mojo app with backend plugin to run ipkg and fetch over the air installs and updates from the PreWare ipkg feed.
+
* [[Application:Preware|Preware]]: A mojo app with backend plugin to run ipkg and fetch over the air installs and updates from the Preware ipkg feed.
 +
* [[On Screen Keyboard]]
 +
* [[My notification|My notification]] : a Mojo app to enable the changing of system sounds and wallpaper.
 +
* [[EBook-Reader]]: a Mojo app for reading text-oriented books on line. 
 +
* [[Save and Restore]]: save and restore application
  
 
== Development Proposals ==
 
== Development Proposals ==
 
These proposals for webOS applications lack a formal project at this time.  
 
These proposals for webOS applications lack a formal project at this time.  
 +
* [[AppStats| App Stats, an application reporting standard for webOS apps]]
 
* [[Splash Application|Splash Application]]
 
* [[Splash Application|Splash Application]]
* [[On Screen Keyboard]]
+
* [[Proposal_to_install_Homebrew_apps_on_/media/internal_%28USB_partition%29]]

Latest revision as of 07:39, 8 February 2011

This page is currently available in two languages:

Australia.png USA.png Portal:webOS Applications
China.png Portal:webOS Applications-ZH
Application:Preware
Application Manager
64
Install
Install Applications
64
Update
Update Applications
The Instructions on building WebOS Mojo applications of your own are simple and straight forward.
If you are looking for patches to modify existing webOS applications those are found in Patches to webOS.

Tutorials

Want to write a tutorial and Add it?

Just name the article like

"Tutorials webOS " + name

Ex: Tutorials_webOS_Getting_Started
(spaces are the same thing as underscores)

Need help formatting your text for wiki?

Find easy to use markup examples with visual representations on our formatting help pages.

Wiki Formatting Help

Policies about adding Applications

Your application can be any progress (Completed/Beta/Design Phase), just make sure you have a temporary name. For example if your application is called "Testing This":

<source lang="text">

This is a short description, leave screenshots and other details for the application page.

</source>

Place this under the All webOS Application Portal, and the category it goes under (for instance "Games" if it is a game). You can always change the applications name just make sure it is not taken and let us know on the Admin Changes page so we can delete the old application page (so others can use it).

Development Projects

webOS Mojo and Multiple language projects being developed as open source by the community.

  • Preware: A mojo app with backend plugin to run ipkg and fetch over the air installs and updates from the Preware ipkg feed.
  • On Screen Keyboard
  • My notification : a Mojo app to enable the changing of system sounds and wallpaper.
  • EBook-Reader: a Mojo app for reading text-oriented books on line.
  • Save and Restore: save and restore application

Development Proposals

These proposals for webOS applications lack a formal project at this time.