Anda di halaman 1dari 4

MOBILE APPLICATION DEVELOPMENT

( MTS 3072 )

ASSIGNMENT 1

NAME : AZIZAH BINTI MOHD ARSAD

MATRIK NO : D20141067273

GROUP : D

LECTURER : DR. MASHITOH BINTI HASHIM


1. Give your opinions regarding this issue: Developing Apps: why it is very important?

In my opinion, extremely important for the development of applications on today because all
need something that powerful. Advanced media via smartphones nowadays lead to the creation of
applications such as Whatsapp, Telegram, Facebook, Wechat, Skype, and so on. All applications that
allow users to communicate with each other and get information quickly, regardless of distance and
time. This application is not only free, but we can send files, photos, music and more. A variety of
information can be reached fingertips immediately, communication networks are also increasingly
extends to a distance of millions of miles is no longer a barrier. Over time, seems to exist for the human
dependence on technology is that the arrangements that we are doing today can be done through
this medium only. Eventually, seems to exist for the human dependence on technology is that the
arrangements that we are doing today can be done through this app only.

Furthermore, for me, the development of this application is also important for students. This
is because students today are very attracted to the mobile application. Most children as young as 6
years old know how to play smart phones. In terms of benefits or positive point is that we can with
the development of educational applications, we can attract students to study a subject or education
through the application built. Students will also be more focused on the lessons that can make them
feel good to learn. It can also increase the level of their learning.

In addition, when we develop an application in the field of education we can help other people
to perform a task easily. For example, when we make an application relating to education we can help
to save time teachers to provide exercise to students. Thus, we can improve the quality of learning
and teaching. Thus, the teaching and learning process is nowadays no longer concentrated in
classroom alone, but can occur anywhere and at anytime.
2. There are a few ways to make a button clickable and performs a few tasks. Explain
with an example of codes for each of the way you have mentioned. You can use the
button to calculate the sum of two integer numbers for an example of codes.

1) The first method that we can use is to use OnClick function.

OnClick

-Connect between the activity with the intent

2) OnclickListener
-Make buttons out of the application method

-
3) Button btnCheck = (Button) findViewById(R.id.check_button);
-To make the button to function and process as directed

android:text="@string/check_button = text or a name for the button

android:onClick="onButtonClicked = To ensure that the click button is function

android:id="@+id/check_button“ = ID for declare on Main Java Layout

Anda mungkin juga menyukai