ASSIGNMENTS

Assignment 6 - Memory Game App

  • Develop the Memory Game App as shown in the URL above.
  • Generate more levels in new pages with more pictures
  • Build the Android App using Webview widget of Android Studio
  • Build the iOS App using the WebKit of the Xcode

Assignment 5- Nigeria Tax Calculator App

  • Download and edit a design template of your choice from https://getmdl.io
  • Develop An Android App using the Webview widget to present the html/Css/Javascript
  • Follow the tax rules to generate a single value called TAX based on the given input value of TaxableIncome
  • See the rule of Taxation:
Source: Pwc (2019) - Nigeria Individual Sample Personal Income Tax Calculation

Assignment 4- Mathematician App

  • Visit https://getmdl.io to download a design template of your choice
  • Edit the downloaded template by removing any unused elements
  • Create a Web App of 2 pages to calculate the root of a Quadratic Equation (i.e. x1 and x2) on page 1 - ax2+bx+c = 0,
  • On the Page 2, Write App to calculate the Factorial of any positive number (i.e n!)

Hints

Quadratic Equation

Factorial of n = 1 x 2 x 3 x 4….x n-2 x n-1 x n

Assignment 3- Android App -Ohm's Law

  • Develop the Ohm’s Law Web Application (as in above URL)
  • Create an Android Project in Android Studio
  • Copy the html file (CSS and JS files if any) into the asset folder
  • Use Webview to present the web App to the Android App
  • Package and deploy the Android App as APK file

Assignment 2: Android App - Quiz 101

  • Todo List
  • Update Score value to be increasing by 10 on every correct answer
  • Tell User something when the wrong answer is submitted
  • If wrong answer submitted, restart the game and rest the scores to 0
  • Add more questions up to 10

Keep in touch