System/Software Development Method Used
Developing application with Android basis was not an easy task. The first need for the developer was substantial knowledge of Android SDK and Java programming. The secondary need was how to develop an Android application on less time and budget.
RAD was used because it has innovations in developing application rather than the traditional methodology. RAD saved development time, possibly at the expense of economy or product quality; however, it limited the project’s exposure to the forces of change. RAD
satisfied the objective and scope of the project very well.
Using RAD methodology employed analysis, designing, building and test phases in the development cycles. RAD quickly developed the best Android application at affordable rates. It made sure that all requirements were fulfilled in the shortest possible time. It also allowed the software to write faster and make it easy to change the requirements.
RAD was suitable for use in this project because RAD satisfied the creation of a system modularized in 2-3 months’ time. In the RAD model, the components or functions were
developed in parallel ways as in mini projects. The model quickly provided feedback on the delivery and requirements. Generally, it was totally designed for faster development and high quality results.
Figure 2.Rapid Application Development methodology.
Figure 2 shows the flowchart of building the fitness and gym usage application. It consists of four steps, each with sub-steps: analysis and quick design, build-demonstrate-refine, testing, and implementation of application at fitness and gym usage. Rapid Application
Methodology (RAD) ensured that the project was completed within the given time parameter.
Analysis and Quick Design
The first step involved simply searching for requirements. The developer gathered information on how to make the system. In order to identify the ideas of features and requirements of the proposed mobile application, the developer gathered all the images, documents, videos that may be used in the application. To determine the flow of information
gym training the project utilized use case and activity diagram to analyze the different UML systems used.
Build, Demonstrate and Refine
This was the phase involving designing, building, demonstrating, and defining focus on tasks. The information already gathered from the first step was used to determine the necessary data of the system. After determining the necessary data, the developer converted the flow of information that will serve the system. The iteration phase and series of changes continued to help design the system. This is a circular phase since RAD is an iterative process, so the developer performed the repetitive task until its completion. The design continued evolving as long as the system faced issues in the testing phase.
Build
In this stage, the developer handled coding when the data and the processes were outlined. The latest IDE Eclipse was used for coding and debugging while creating the layout user’s interface and functionalities. The emulator Genymotion was used for testing and anticipating what it would look like when run on a smartphone.
Demonstrate
In this stage, the developer tried the full coded environment to demonstrate how to produce a process.
Refine
Refining requirements happened repeatedly in this stage. The developer updated the requirements, data model and project plan during the design phase included in the Build-
Demonstrate-Refine part. The iteration developed continued the lifecycle until the requirements were refined.
Testing
After the building, demonstrating, and refining phase, the system is nearly ready for testing its code functionalities using the available platform to test the code like Eclipse for Testers, JVM virtual device, virtual Genymotion or mobile phone. Following the important areas, the developer tested the application of like activity life cycle events, file system and database operations, and device configurations. The developer tested if the activity handled the android life cycle events correctly, the configuration change events were handled well and if for instance the state of user’s interface components was restored. The developer wrote and read the access from and to the file system testing them including the handling of the databases. The developer also tested if the application behaved well in different device configurations. After some of these tests, when no errors occurred in the system, it was readied for the next phase.
Implementation
The last step was the development phase. The system was simply spread and tested by some users who engaged in fitness and gym usage application to know if the proposed project met the requirements’ capability and goals.
In the development of Fitness and Gym Usage, there were a number of modifications in the different features carried out and broken into series of small steps. By re-running the test cases, the developer gained confidence that the code did not damage any existing functionalities.
Models, Technologies, Tools and Techniques
In this part, the developer discusses the implementation and deployment issues,
particularly the different diagrams and specific technologies that were used in implementing the entire system.
Unified Modeling Language (UML). The UML architecture is based on the object facility, which defines the foundation for creating modeling language. The UML is a graphical language for visualizing, specifying, constructing, and documenting the artifacts of a software- intensive system. The UML is offered as a standard way to write a system blueprints, including conceptual things like business processes and system functions as well as concrete things such as programing language statements, database schemas, and reusable software components (IBM Developer Works, 2015).
The UML diagram can be divided into two categories. The first type contains diagram types representing structural information such as class, object, component, and
deployment diagram. The second contains the remaining types representing general types of behavioral diagrams like use case, activity, sequence diagram. Structure diagrams are used in documenting the architecture of software and are involved in the system being modeled (IBM Developer Works, 2015).
Use Case Diagram. A use case illustrates a unit of functionality provided by the system. The use case diagram helps the developer visualize the functional requirements of the systems, including the relationship of “actor” (human beings who will interact with the system) to essential processes as the relationship among variety of use cases. The use case is a
methodology used in system analysis to identify, clarify, and organize system requirements (IBM Developer Works, 2015).
In this project, the use case diagram was utilized to visualize the relationship of the user to the system. The developed system can be used by an actor particularly a customer/user, the fitness and health manager, the coach of the gym training center, or the owners of
establishments. The application will help user by providing relevant information about fitness and health. Users may use the application to get necessary information about fitness and health.
Activity Diagram. An activity diagram describes dynamic aspects of the system showing the procedural flow of control between classes while processing an activity. It is basically a flow chart to represent the flow from one activity to another activity. Activity diagrams are best used to model high-level processes because activity diagrams are less technical in appearance to sequence diagrams.
In this project, the developer used activity diagrams to get the steps of workflow of a certain use case diagram. It shows the paths within the use cases, the activity and the event that cause the object to be in the particular state.
Sequence Diagram. Sequence diagrams show a detailed flow for a specific use case or part of specific use case. Sequence diagram is used to model object interactions arranged in time sequence and to distribute use case behavior to classes. It can also be used to illustrate all the paths a particular use case can ultimately produce.
In this project, the developer used sequence diagram to show the interactions between objects in a sequential fashion that those interactions occur.
Class Diagram. Class diagram shows how the different entities relate to each other like people, things and data. A class diagram represents system class, attributes and relationships among the classes. It shows a set of classes, interfaces, relationships. It is very useful in modeling object-oriented system (IBM Developer Works, 2015).
In this project, the developer used class diagram to show the actor in the proposed
application. The diagram showed the different classes together with their attributes and methods.
Deployment Diagram. Deployment diagram is the completed phase and configuration; it illustrates that the .apk file of the proposed system application will be deployed to different smartphones or tablets with Android Operating System. The developer could upload the application to Google’s Play and the customer could download the application for free.
Technologies
The developer used freeware and open source technologies such Android Development Tool (ADT) Bundle, PHP, and SQLite which were used for the mobile application and database.
The technologies were chosen because they were totally free and also provided good performance.
Android Development Tool (ADT) Bundle. The Android software development Kit (SDK) is distributed in a form called the “ADT Bundle”, which contains a number of libraries and tools for compiling Android applications. The ADT Bundle provides everything a user needs to start developing applications, including a version of the Eclipse IDE with built-in ADT to streamline the Android application development.
PHP stands for Hypertext Preprocessor, an open source general-purpose scripting language especially suited for web development. The PHP is the server-side scripting language.
In the proposed application, the simple website was used like a server where archives database, videos, profiles used to update information to mobile application through WIFI ran inside the web server or Apache web server.
SQLite is an open source database that stores data to a text file on a device. Android comes in with built-in SQLite database implementation. SQLite supported all the relational database capability utilizing SQL commands. Each application that used SQLite has its own instance of the database, which by default is accessible only from the application itself. The database is stored in the /data/data/<package_name>/databases folder of an Android device.
MySQL is an open source database typically used in web applications. MySQL allowed full relational database structure on web-server and was used to handle the database of the proposed application. It contains different tables about the different categories of establishments in the proposed application.
Tools
In this study, Eclipse IDE and WampServer were used to develop the system.
Eclipse is a JAVA-based open source platform that allows a software developer to create a customized development environment from plug-in components built by Eclipse members.
Eclipse is an integrated development environment (IDE) for JAVA, Android and other program languages like C, C++, and PHP. Development environment provided by Eclipse includes the Eclipse JAVA development tools for JAVA and Eclipse PDT for PHP.
WampServer is a mini web server that runs on almost any Windows operating system.
WampServer has Apache, PHP, and MySQL (phpMyAdmin and SQLitemanager are installed to manage the user’s databases) pre-installed.
System / Software Evaluation Plan
The project utilized the ISO 25010 Software Evaluation Form to gather information and feedback from end users. The evaluation looked into the safety-critical system software product through the eight characteristics such functional suitability, performance efficiency,
compatibility, usability, reliability, security, maintainability and portability.
The acceptability of the system was determined by using weighted mean with the following formula:
WM =∑𝑛𝑖=1𝑔𝑖 𝑛 Where:
WM = weighted mean 𝑔𝑖= grade by respondent i n = total number of respondents
The data were analyzed and interpreted using the following scales:
Table 2
Data Interpretation of Range Scale
Point Range Scale Qualitative Description
5 4.21 – 5.00 HA – Highly Acceptable
4 3.41 – 4.20 A – Acceptable
3 2.61 – 3.40 U – Uncertain
2 1.81 – 2.60 SA – Slightly Acceptable
1 1.00 – 1.80 NA – Not Acceptable
CHAPTER IV