Basic On Page SEO Techniques for Your Blog
Have you guys ever wondered why that client was not satisfied enough with your write up? Well, maybe it’s not your content that needs more work but the way in which you optimize search engine tips in your writing. Here are some basic on-page SEO tips that you should be aware of if you want to attract...
Friday, July 29, 2016
Thursday, July 28, 2016
AIDE Tutorial - 20 WebView
AIDE Tutorial - 20 WebView
Xml
<WebView
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:id="@+id/web"/>
Java
WebView WebView;
WebView =(WebView)findViewById(R.id.web);
WebSettings WebSettings=WebView.getSettings();
WebSettings.setJavaScriptEnabled(true);
WebView.setWebViewClient(new WebViewClient());
WebView.loadUrl("http://shyamkumarkc.blogspot.com");
Manifest
<uses-permission...
Tuesday, July 26, 2016
AIDE Tutorial - 15.1 Old White Rectangular Edit Text
AIDE Tutorial 15.1 Old White Rectangular EditText
Create new drawable with following "edit_text_back.xml" name in drawable folder with following code for shape:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<solid android:color="#ffffff"...
Monday, July 18, 2016
AIDE Tutorial - 18 Night mode(Checkable Menu Item)
XML
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:id="@+id/lll">
<TextView
...
Saturday, July 9, 2016
AIDE Tutorial - 16 Grid View Layout
AIDE Tutorial - 16 Grid View Layout
Xml
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:numColumns="auto_fit"
android:columnWidth="70dp"
...
Thursday, July 7, 2016
What is filing?
What is filing?
Filing
Filing is the important function of an office. For the fulfillments of predetermined objectives, an office performs so many functions in its daily life. One of them is filing which is done by all types of organizations. Filing means storing paper, data, documents, and records for the future reference. Without filing system,...