GithubHelp home page GithubHelp logo

ionic-learn's Introduction

Depreciated

The content on this site is outdated and no longer maintained. It is left her for reference purposes only.

Ionic Learn

To start:

bundle install
rbenv rehash (if using rbenv)
nanoc
nanoc view

Open browser to http://localhost:3000

To watch files:

guard

Contributing

Still working out contribution guidelines for content. Otherwise, the code is MIT licensed.

ionic-learn's People

Contributors

ericwooley avatar mhartington avatar mlynch avatar perrygovier avatar robkorv avatar stefek99 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

Watchers

 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

ionic-learn's Issues

Comments?

Do we want to add comments below individual formulas and videos?

Perhaps something like Disqus.

Pros:

  • Call out errors
  • Add tips from community

Cons:

  • Support channel when it shouldn't be
  • Incorrect examples, etc. lead astray

sensor integration

It would greatly benefit the community if you covered how to get

  • camera pictures
  • locally stored pictures
  • gps data

ui-router

although not directly related to ionic, I thin ui-router related video would be a great resource for someone who starts with ionic.

Skinning Ionic Components

The only reason i haven't taken up ionic is that i can't find a proper guide to skinning ionic components. What styles do i need to override and what is the best way to go about it etc. Very rarely would you want to use plain vanilla factory made components in your apps, since they will all look the same. This is the only thing that is stopping me from stepping into an otherwise excellent framework.

Different Icons / Elements in different tabs

I love Ionic Framework, great job guys.
I'll be awesome if you guys made a tutorial of how to get different icons on the header-bar depending on the tab, as I am trying to accomplish that.

Thank you.
Isaac Vigil.

Digest email

Digest email summarizing new content on Ionic Learn on certain intervals

Ionic Side Menu Animation

Hi Team Ionic,

I was just curious if there's any animation/behavior we can apply to the ionic side menu. By default, it's got a push(or reveal, i think) behavior/animation.

Is it possible if we can do an overlay animation? The one that covers a small section of the page based on the max-width of the sidemenu. Thus, not pushing any view the entire view to a different side.

Cheers!

Hardcore Navigation Baby

I'm sure a lot of us would love to see some really deep navigation tutorials. Like with views nested inside of views and nested again. It seems most docs only go two levels deep, but this is Ionic, let's go three.

I'd also like some explanation on what "abstract: true" means for navigation. Basically explanation on what all the variables means with the $state service :)

Thanks!

Google Maps with some markers

I think it would be nice to show how to use Google Maps in your app.
For example, display a map with some markers and show details when tapping on a marker.

Hello world

Hi there, as a complete newbie with ionic and angular, any chance of some really basic starter demos ? And as a newbie on git hub too Im hoping Ive typed this in the correct place and that this area is newbie friendly :)

Topic Suggestion: Theming

A recommended process for creating a theme for an app, working with the scss files from the CLI, and what are the necessary lines/variables for a new theme.

Testing Your App

I think that Chap 4: "Testing your App" is misleading. It does kinda work but cannot be used for real testing of the app.
deviceReady event does not get called for instance. so code waiting to execute will not trigger.
I would like to see Testing your App with XCode/Safari.
How do you force an ionic build ios?
How do you run and see logging messages?
For some strange reason, I need to hit the run button twice to force the App to come up and trigger the deviceReady event.
ionic build ios also keeps adding the some facebook info to my app plist over and over again... How do you prevent that?
Just some ideas.
Thanks for great framework.
Pat.

Development Environment / Process

Hey guys,

I have a request for a video. My team is building an ionic app that utilizes the Cordova SQLite plugin. An issue we've run into (and I know this isn't an exclusively ionic issue) is that now any change we make we have to build / send it to an emulator to see it. It would be great for the Ionic team to have a "Development" best practices video for how to streamline the development process in terms of tools / building / and automation.

Perhaps the concept of a shim and even a repo for them would be great!

Thanks!

Simple wizard

Wizard with 3-4 steps with validation and submit form.

Google Maps

Hi,

Please bring some example about google maps / openstreetmap working with ionicframework.

Thank's

Ionic learn video suggestion

I think it would be awesome if you went step by step through the weather demo app, it hits on all the major parts of ionic and would also intro a lot of people to angular that might not be up to speed with it.

Formula for getting json data and storing it in localstorage so app can function offline

Hey there,

I'd think it'd be great to have a formula for how to retrieve data from a backend service (already available now), but also how to then store that retrieved data in local storage. Then when the device is offline the data could be retrieved from localstorage so the app would still be useable when it goes offline.

Extra points for using a promise for the retrieving and storing data so we can use the Ionic loading backdrop and make it disappear when that process completes.

From the emulator to the app store

The reason I love Ionic is that I hardly have to touch any Apple stuff to get my app up and running. Just command line and my IDE. However, once I have a finished app, I have no idea how to get it off my emulator, work with XCode, or get it into the actual app store. A tutorial on how to do this would be great. Thanks!

customizing ionic styles

as a developer for white labelled solution, we often have to change styles (colors mainly). a video around that would be great

setting up a code pen for explaining an issue

Since ionic is so new it would be useful to see a tutorial on the best way to report an issue. For example, a forum search then if nothing found a new forum topic post including a codepen.

Twitter Integration with iOS

I've been unable to find any documentation on integrating with the native Twitter functions on iOS to allow users to login with Twitter.

Browser Keyboard Plugin

Hi Ionic Team,

I've been doing an app(product catalogue app) for a larger screen(1080x1920). The app, however runs on a touch-enabled screen, that is, not entirely mobile. It will just be executed on Chrome for this matter.

We've managed to have some progress on building our keyboard layout using angular based on Trochette's numeric keypad. Here: https://github.com/trochette/ng-keypad.

Basically, we just need a pop-over keyboard that serves input-based mechanism in our app. It will be good if we can develop this plugin for some of our apps are not running on mobile. In our case, a touch-enabled screen.

video suggestion: Learn to work with plugins

I'm wondering what the keyboard plugin is doing exactly and how to use it on different platforms. Also, covering topics like using the statusbar or other plugins in ionic may be helpful.

I'm sure I'm not the only one who's getting started with cordova thanks to ionic, so some of that stuff is still new to me. Thanks for the great work!

"Features" video series

It'd be incredibly useful (not to mention awesome) to create a library of videos, each one covering a different Ionic core component, gesture,or feature.

They'd be great for learning. We could reference or embed some of them in the official Docs. And when we release new Ionic "features."

Working with Bower and Gulp in Ionic

There are a lot of cool javascript products like pouchdb and angularfire. What is ionic's opinion on using bower components and gulp.js?

  1. Where should the bower-components folder reside in the ionic folder tree?
  2. How do I link the component into my index.html?
  3. Can I use gulp.js to simplify this workflow?

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.