- Create a new project in Android Studio.
- Set the package name to
demo.firstperformance.fpcandroid
. - Add the following files to the project:
DemoActivity.java
DemoInterface.java
DemoAsyncTask.java
activity_demo.xml
- Complete the designated methods in
DemoActivity
andDemoAsyncTask
.
Please push the completed code to your fork and include the link in your cover letter to be submitted.