Fries is an awesome mobile development framework (yes, not just for prototyping!) for Android apps using just HTML, CSS, and Javascript and was inspired by [Ratchet]. We all know that you can find loads of iOS development tools out there, so this time let's give some love to Android.
This Android project is a demo of how you can integrate Fries with PhoneGap.
It's pretty straightforward since you just have to copy your HTML, CSS, and JavaScript files
into the /assets/www/
directory and run your application.
Note: Make sure the paths to the Fries components in your HTML files are correct to get it to work.
To run this project:
- Download a copy of the reposity and unzip
- Launch your Eclipse IDE
- Import the project into Eclipse by going to File > New > Other > Android > Android Project from Existing Code
- Choose the folder where you unzipped the demo
- Click 'Finish'
- Then just run the app
Head on over to Fries' documentation if you want to learn more about Fries. And maybe star and [fork a copy of it].