postheadericon HTML Exercises





1.      Write HTML code to develop a web page having the background in red and title “My First Page” in any other color.
2.     Create a HTML document giving details of your name, age, telephone, address, Pin code & enrollment no. aligned in proper order (About Me page for you)
3.       Write HTML code to design a page containing a text in a paragraph give suitable heading style. Create three paragraphs each should differently align like left, right and center.
4.       Create a page to show different attribute of Font tag.
5.       Create a page to show different attribute italic, bold, underline, strike, subscript superscript etc.

postheadericon Android Read Phone Contacts Example

Read contact from Phone book  using Content Provider

Ex12Activity.java

package com.bipin.rupadiya.Ex12;



import android.app.Activity;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.provider.ContactsContract.PhoneLookup;
import android.widget.ArrayAdapter;
import android.widget.ListView;

postheadericon Android Service Example



postheadericon Android WebView Example

postheadericon Android SQLite Database tutorial


Total Pageviews

© BipinRupadiya.com. Powered by Blogger.