Ionic Framework
Ionic Framework
Ionic Framework
- It
is built on top of Cascading, Scalding, C++ and nodeJS
Many components in Ionic purposely have both padding and margin reset set to zero.
Developers can easily control padding and margins throughout the app.
The padding utility classes add a default 10px between the outer box of the element
and its inner content.
Which of the following tags display a button with rounded corners? Both
Responsive Grid
Responsive classes can be used to turn each column in a row into its own row at
certain breakpoints. This is useful when columns do not fit well in the available
area.
Classes for defining when the columns should break into stack of rows:
Which CSS component is ideal for creating top navigation for a mobile app? –
Tabs
Adding which of the following classes to the content, makes space for the
header. –
Which of the following is a slide-up pane that lets the user choose from a set
of options? – Action Sheet
Which of the following directives can help in using Ionic custom Scroll View, or
the built in overflow scrolling of the browse? Content
Which of the following directives can be used to enable the "pull to refresh"
functionality? refresher
Testing an Ionic App in a Browser
Start the local development server by navigating to the project directory and running
the command below in the CLI.
In a port in your IP
In your local host
Hosting the app in IP, allows users to test from other devices by invoking the server IP
address with the port.
Once the command is executed, it will automatically open the app in the browser.
Go inside the TestApp directory and type the emulator command to launch the app.
Once the app is launched, click on different tabs to see if the app is working perfectly.
Note: Optionally, device name can be provided in this command. If not provided, it will
automatically open the app in the latest device iOS/Android Device.
In Ionic CLI, which of the follow commands can be used to automatically
monitor changes in the file system? Ionic serve
What is the command for running an app in IOS emulator? ionic emulate ios
Ionic Resources
Ionic Resources is a really cool tool for automatically generating all the splash screens
and icons for your apps.
Save icons, splashscreens to resources folder of Ionic Project, add platform and run the
resource tool using:
ionic resources
Ionic View makes it easy to share your Ionic apps with other developers in the organization and
testers around the world, without complicated Beta provisioning.
Ionic Framework is light and performant, with most essential components and mobile UI
paradigms. If you are looking for anything beyond this, Ionic Market is the place you
need to go.
Going beyond prototying, you can add your own code, export clean, standards
compliant Ionic projects, and even iOS and Android builds ready to submit to the App
Stores.
A collection of over 70 native AngularJS extensions on top of the Cordova API that
makesit easy to build, test, and deploy Cordova mobile apps with AngularJS.
Camera
Touch ID
Authorization
Push Notification
Geolocation
Progress Indicator
Which of the following can be used for Rapid Prototyping? – ionic Creator
Which tool can be used to create icons and splash screens for all supported
devices? Ionic resources