Skip to main content

Day 40

We worked on problem analysis and finalized a topic for our project. We gathered system requirements from people and started working on UI.
Requirements gathering is also popularly known as requirements elicitation. The primary objective of the requirement gathering task is to collect the requirements from the stake-holders.
A stakeholder is a source of requirements and is usually a person, or a group of persons who either directly or indirectly are concerned with the software.
Procedures adopted while requirements gathering during the project were:
Interview: We interviewed people from different residential areas and gathered their requirements.
Scenario Analysis: The different use cases and functionality of the app were discussed. It includes  discussion on Main panel and followed by transaction history .
Task Analysis: The technologies to be used in Frontend and Backend were discussed.
Studying Documentation: The documentation of various cloud technologies were studied and discussed with the Project Mentor. Finally, we agreed on using Google Firebase and Google Cloud Platform as our cloud technology.

Comments

Popular posts from this blog

Day 14

Today we started working on UI of our application and we developed sin up and login forms and customized it's design. The user interface for an Android app is built using a hierarchy of  layouts  ( ViewGroup  objects) and  widgets ( View  objects). Layouts are containers that control how their child views are positioned on the screen. Widgets are UI components such as buttons and text boxes.

Day 24

Today we worked on a navigation activity, worked with use of float button and item listeners.We also added the validation of unique data storage in fire base in our app. Android  Event  Listeners . In  android , Event  Listener  is an interface in the View class that contains a single call-back method. These methods will be called by the  Android  framework when the View which is registered with  listener  is triggered by user interaction with the item in UI.

Day 62

Worked on time stamp of a ride and history of single page system. A thin wrapper around  java.util.Date  that allows the JDBC API to identify this as an SQL  TIMESTAMP  value. It adds the ability to hold the SQL  TIMESTAMP  fractional seconds value, by allowing the specification of fractional seconds to a precision of nanoseconds. A Timestamp also provides formatting and parsing operations to support the JDBC escape syntax for timestamp values. The precision of a Timestamp object is calculated to be either: 19  , which is the number of characters in yyyy-mm-dd hh:mm:ss 20 + s  , which is the number of characters in the yyyy-mm-dd hh:mm:ss.[fff...] and  s  represents the scale of the given Timestamp, its fractional seconds precision.