0% found this document useful (0 votes)
41 views

Tutorial Async Task For Mobile Development

This document provides instructions for enhancing an Android app to include an asynchronous task by modifying the activity_main.xml file, adding code to the MainActivity.java file, and including an internet permission in the AndroidManifest.xml file.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

Tutorial Async Task For Mobile Development

This document provides instructions for enhancing an Android app to include an asynchronous task by modifying the activity_main.xml file, adding code to the MainActivity.java file, and including an internet permission in the AndroidManifest.xml file.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

TUTORIAL ASYNC TASK

1 Enhancement activity_main.xml

2 Enhancement MainActivity.java
3 Add internet permission in AndroidManifest.xml

<uses-permission android:name="android.permission.INTERNET"/>

You might also like