0422 Math Pocket Elf App

Source: Internet
Author: User

The first step to deploying this app project is:

I. Prerequisites download and install the JDK

Online Illustration: Teach you to install JDK http://www.lvtao.net/server/windows-setup-jdk.html

Two. Download and install Eclipse

Http://jingyan.baidu.com/article/d7130635194f1513fcf47557.html

Installing Eclipse installation is done by building an Android operating environment. Download the ADT plugin and install:

Download path for ADT plugin:

For offline installation ADT package, the following is the steps, followed by a step to the line, if you can not find me, ask Niang!!!

Select work with: Add after ... → Enter Android plugin→ in the local option to find the ADT package in archive → Click ok→ to check the option in the name below.

Success!!!!!!!!!

Three. Fork the Math Pocket Elf app project and import into eclipse

Choose file-from Eclipse import-"git-" from the Git project

Select next-"SELECT Uri"

Select Next and paste the following information (note the password for the account you requested on GitHub):

Iv. use of the app

We use the mobile phone to download the "Math Pocket elf" to experience, at first feel good, but play to play suddenly found some bugs, specifically as follows:

1. Completion of the topic output box is not fully displayed

2.APP screen does not occupy the phone full screen

3. Unable to exit the answer screen after completing all the questions

4. Found that some mobile phones can not be opened after installation, Flash back (such as my phone)

5. Part of the problem is too difficult, even I can not count

6. No difficulty choice, not suitable for the use of all groups

7.pass and fail on monkeys can cause misunderstanding.

8, in the course of operation will sometimes appear the program flash.

9. There is no way to close the music during operation.

Five. Conducting unit tests

 Packagename.feisky.android.test;Importandroid.test.AndroidTestCase;ImportJunit.framework.Assert; Public classPersonservicetestextendsandroidtestcase{ Public voidTestsave ()throwsexception{Personservice Service=NewPersonservice (); Service.save (NULL); }   Public voidTestadd ()throwsexception{Personservice Service=NewPersonservice ();intResult=service.add (1, 2); Assert.assertequals (3, result); Assert.assertequals (2, result); }   Public voidTESTADD1 ()throwsexception{Personservice Service=NewPersonservice ();intRESULT=SERVICE.ADD1 (1, 2); Assert.assertequals (-1, result); Assert.assertequals (0.5, result); }   Public voidTESTADD2 ()throwsexception{Personservice Service=NewPersonservice ();intRESULT=SERVICE.ADD2 (1, 2); Assert.assertequals (2, result); Assert.assertequals (3, result); }   Public voidTESTADD3 ()throwsexception{Personservice Service=NewPersonservice ();intRESULT=SERVICE.ADD3 (1, 2); Assert.assertequals (0.5, result); Assert.assertequals (1, result); }}

Member Blogs

Column Zhi Hua http://www.cnblogs.com/liezhihua/ Group leader, Team
Huang http://www.cnblogs.com/huang123/
Han Kylin http://www.cnblogs.com/hanqilin/
Wang Junjie http://www.cnblogs.com/wangjunjie123/

Summarize

The main problem of this experiment is to find the relevant software download installation, but the application of the software is not familiar with, need to find relevant tutorials to learn, this takes a long time. Perhaps because of the recent things more, everyone's mood is a bit irritable, but we will continue to refuel!

0422 Math Pocket Elf App

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.