Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monkeymars/emobc-android

eMobc Android Framework: Develop native apps based in XML
https://github.com/monkeymars/emobc-android

Last synced: 3 months ago
JSON representation

eMobc Android Framework: Develop native apps based in XML

Awesome Lists containing this project

README

        

emobc-android
=============

eMobc Android Framework: Create native apps based in XML in Android.

Follow these steps:

1) Define the XML navigation and contents (samples with eMobc app)
2) Copy the resources for each device (xdpi, hdpi, mdpi and ldpi).
Check supported resolutions in Android website.
3) Read the INSTALL steps to configure your Eclipse enviroment
4) Integrate with third parties (Mylin GitHub and Egit)
5) Deploy your project
6) If you want to make changes, upload them or make a pull request in GitHub.

Soon documentation in the website and blog and new features.

Download: www.emobc.com/download.php
Blog: emobc.blogspot.com
Mailing List: Sign in emobc-dev in Google Groups

Contact information emobc in developers _at_ emobc _dot_ com

Warnings and errors using Eclipse IDE.

Quit warnings related with DTD in XML layout files:
1) Preferences -> XML -> XML files -> validation
2) Choose Ignore in the drop down box for the "No grammar specified" preference.
Close the file and then reopen it to make the warning go away.

Quit namespace errors in XML files:
Project -> Clean...