Android Tutorial | Android SDK Development & Programming 
1. Data Fetching in Android

This is a sample activity which shows How to get text files from the web and display them using the TextView view. Underlying Algorithm: Basic description of algorithm in step by step form: 1.) Create a Project httpsData. 2.) Add the relevant permissions to your AndroidManifest.xml file: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"      package="com.apps.httpsData" [...] No related posts. Related posts brought to you by Yet Another Related Posts Plugin.

Read more...

2. Share Your Data in Android

This example shows how you can share your text and data with your friends. Algorithm: 1.) Create a new project by File-> New -> Android Project name it ShareYourData. 2.) Write following into activity_main.xml: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="fill_parent"     android:layout_height="fill_parent"     android:background="#C0C0C0"     android:orientation="vertical" >     <Button [...] No related posts. Related posts brought to you byYet Another Related Posts Plugin.

Read more...
 
I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

Android, Android Development, Android Resources, Android Samples,Mobile Development Tutorials,Mobile Developments