Skip to content

A seed app for Angular (1.1.4) + jQuery mobile (CSS Only) + Phonegap service

Notifications You must be signed in to change notification settings

ShavitCohen/angularjs-mobile

Repository files navigation

angularjs-mobile

A boilerplate for starting a PhoneGap application that meant to be compiled via PhoneGap Build using AngularJS with routing and anice animation between different views. In this project there is a use of jQuery Mobile CSS 1.3.2 only.

I used angular-phonegap-seed for the resources library that holds the different images required for icons and splash screens.

#Devices: This project targeting all PhoneGap Build supported devices.

The project includes a service and a directive:

#Device service A service that had some device related logic, like glottalization and geolocation

#Directives Since this project use only jQuery Mobile CSS file and not the logic of it, we gain the look of jQuery Mobile by placing the exact markup (after jQuery Mobile would render the markup). there is a directive meant render each tag with the "mobile-button" attribute to a jQuery Mobile button markup. it has further attributes required (documented in the directive file)

#Animations This project includes an approach for using ng-animate for transition between views. this approach was taken from a great post of Julien Bouquillon

Install

I used yeoman generator-angular for boilerplate this project, and grunt to run it, but the important files are at the "app" folder.

The use of PhoneGap Build will allow you to develop the application using the browser only - technically, no android nor IOS SDK requires in order to run it. You should test in on a real device dough.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

About

A seed app for Angular (1.1.4) + jQuery mobile (CSS Only) + Phonegap service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published