Code Monkey home page Code Monkey logo

applause / applause Goto Github PK

View Code? Open in Web Editor NEW
97.0 14.0 24.0 34.91 MB

Cross platform mobile development toolkit consisting of a DSL for defining mobile apps and code generators for creating native apps for iOS, Android, Windows Phone 7 and Google App Engine. Based on Eclipse and Xtext. the official repo is at applause/applause.

Home Page: http://applause.github.com/

CSS 0.24% JavaScript 0.26% Java 77.79% Xtend 1.83% Ruby 0.05% Objective-C 19.03% C 0.50% C++ 0.19% Shell 0.10%

applause's Introduction

Applause

Applause is a toolkit for easily creating cross-platform mobile applications.

It consists of a DSL to describe mobile applications and a number of code generators that will use these descriptions to generate native applications for the major mobile platforms (iOS, Android, Windows Phone).

Development Process

Applause uses Git Flow, development is carried out on the development branch.

Currently, Applause 2 is under development. If you're looking for Applause 1, switch to the master branch. Please be aware that you'll have to use very specific versions of Xcode, Eclipse and Xtext to use Applause 1!

applause's People

Contributors

hbehrens avatar marcusficner avatar peterfriese avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

applause's Issues

Copy various image resolutions to appropriate directories

In the model project, images should be placed in either of the following folders:

  • images/highresfor high resolution images
  • imagesfor normal resolution images

On Android, this should be mapped to

  • res/drawable-hdpi
  • `res/drawable``

On iPhone, this should be mapped to

  • Images/<filename>@2x.ext
  • Images/<filename>.ext

no viable alternative at character 'ª'

Just cloned the project and opened up in Eclipse.
I get 31 errors which are all for basically the same thing:
Description Resource Path Location Type
no viable alternative at character 'ª' Activities.xpt /org.applause.lang.generator.android/src/templates Unknown Xtend/Xpand Problem

(Generator-Android) Bug in ListActivities.xpt --> NullPointerException

Der folgende Applause-Code führt zu folgenden Java-Code:

detailsview BlogDetails(BlogItem item) {
title= item.title
header { title= item.title details= item.description } section { cell Default { text= "Open in Browser" action= item.link }}}

public class BlogDetails extends DetailsActivity {

BlogItem item;

@Override
public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);

    setTitle(item.getTitle());

    item = getItemFromProvider();

    setHeaderTitle(item.getTitle());

ZUr Laufzeit wird dann eine NullPointerException geworfen da item noch nicht initialisiert wurde.

Convert .pbxproj XML format to .pbxproj Plist format

After running CocoaPods, the Xcode project file will be in XML format, which is a problem for our .pbxproj DSL.

Options:

  • translate between XML and Plist format as required
  • ditch the pbxproj DSL and use XML instead (as do CocoaPods and various other tools)

model project produces error markers: "Project X is missing required Java project Y"

Description Resource Path Location Type
Project 'itemisApp' is missing required Java project: 'itemisApp.gae' itemisApp Build path Build Path Problem
Project 'itemisApp' is missing required Java project: 'itemisApp.iPhone' itemisApp Build path Build Path Problem
Project 'itemisApp' is missing required Java project: 'itemisApp.wp7' itemisApp Build path Build Path Problem
The project cannot be built until build path errors are resolved itemisApp Unknown Java Problem

When refreshing the workspace I got these errors.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.