This blog talks about some useful tips while building an Android Application
- How to make your application run using internet
Add this to your AndroidManifest.xml just before the <application> tag.
<uses-permission android:name="android.permission.INTERNET"/>
No comments:
Post a Comment