Skip to content
sibi edited this page Nov 21, 2016 · 3 revisions

Lab Assignment #5

Complete the following tasks with Ionic Framework:

  1. Create a basic login with 2 buttons “Login” and “Register”
  • On clicking “Login” button, user should be navigated to “Home” page
  • On clicking “Register” button, user should be navigated to “Registration” page

Answer:

Created Login and Register page in ionic framework using Brackets.

WEB

ANDROID

  1. Home page should have a Mashup using at least Two Web Services (refer to the web services from the following link). One of them should be from the list of knowledge services and they should be different from the two services you used in our Lab 3 assignment.

Answer:

Created home page combining two unique API's.

  • uClasify (Knowledge services)
  • Google Translate API

On the coding part,everything is done in AngularJS and HTML-CSS

WEB

  1. Also create a mobile application related to your project. Application should have good UI/UX. Design a good UI using a wireframe tool.

Answer:

A mobile application was created by using ionic command "ionic run android" in Command prompt. UI/UX was developed keeping in mind the rules for developing good UI. Wireframes were created separately for both Android and Web.

ANDROID

Wireframes WEB

Wireframes ANDROID

  1. Write at least 3 unit test cases related to your application.

Answer:

Unit cases were developed on Microsoft Word 2013 and converted into Image(PNG) for better readability.

Clone this wiki locally