Giter VIP home page Giter VIP logo

phonegap_skeleton_android's Introduction

Phonegap_skeleton_android

These are all base files and styles needed to create a very native-looking Android application with Phonegap Build.

  • Slide-out menu with the three-lines like the modern google apps.
  • Colors follow the design guidelines.
  • Google's "roboto" fonts.
  • Functioning "back" button (rare in Phonegap apps).
  • Components of a "card" UI.
  • Hardware accelerated CSS 3 animations (So NO lag)
  • Fully customizable.
  • Commented.
  • Seriously, this looks and acts native.

.

To understand some of the code I have in here, you will need to know:

.

You should be able to figure out the code by looking at it; I commented the entire thing and named my clsses and IDs accordingly.

If you have any problem figuring something out, shoot me an email at [email protected].

If you end up publishing an app from my source, let me know!

.

When making an app with Phonegap, there are a few things to remember:

  • Stay away from images. The more images, the slower the app.
  • Use CSS3 Animations instead of Jquery. Jquery slows it down. That's why I'm using Transit. Css is hardware accelerated, jquery is not.
  • Do not use links, and do not use onclick. Use the tap detection from Jquery Mobile that you can see in use in the index file.
  • Do not use Alerts or Prompts or any Javascript crap like that. Since Phonegap builds it as a gingerbread style app, the prompts will look gingerbread styled, and will look like crap. Make your own alert boxes, even though its more work.

phonegap_skeleton_android's People

Watchers

James Cloos avatar Erwin James Will avatar

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.