ad728

Monday, August 29, 2016

Research Methodology

Background The word Research is derived from two words "Re" means "agai n" and Search means "find out". Research means find out something again. Similarly the word Methodology is derived from two words "Method" means "ways/Approaches/Techniques" and "Logy" means "Study". Methodology is the science that studies about ways...
Share:

AIDE Tutorial - 22 Custom toast

Main xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center"> <Button android:text="Show toast" android:layout_width="wrap_content" android:layout_height="wrap_content" android:onClick="abc"/><...
Share:

AIDE Tutorial - 20.2 WebView with back button

Java package com.kc.webview3; import android.app.*; import android.os.*; import android.widget.*; import android.webkit.*; public class MainActivity extends Activity { private FrameLayout fl; private ProgressBar pb; private WebView web;     @Override     protected void onCreate(Bundle savedInstanceState)    ...
Share:

AIDE Tutorial - 23 Option menu

Java package com.kc.optionmenu; import android.app.*; import android.os.*; import android.view.*; import android.widget.*; public class MainActivity extends Activity {     @Override     protected void onCreate(Bundle savedInstanceState)     {         super.onCreate(savedInstanceState);        ...
Share:

Sunday, August 21, 2016

नेपालै नरहे

नेपालै नरहे झ्याउरे लयमा रचना गरिएको यस ‘नेपालै नरहे’ कविता राष्ट्र कवि माधवप्रसाद  घिमिरेको कविता हो l नेपाली माटो, नेपाली प्रकृति,  विरता, संस्कृति जस्ता  विषय माथि प्रकाश पार्दै  नेपाल र नेपालीको परिचय  कवितामा प्रस्तुत गरिएको  छ l हिमालको काखमा अवस्थित यस सुन्दर आकर्षक देश नेपाललाई...
Share:

Sunday, August 14, 2016

असल फाइलिङ प्रणालीका गुणहरु

असल फाइलिङ प्रणालीका गुणहरु :- सरलता मितव्ययिता पहँचता सुरक्षा शीघ्रता लचकता अनुकुलता कम स्थान गोप्यता एकरुपता ...
Share:

Saturday, August 13, 2016

How to root any Android device

How to root any Android device  Kingo Android Root is the best one-click Android root software for free. It supports almost any Android device and version.Samsung Galaxy S6, Sony Xperia Z3 and a bunch of other Android smartphones running Android 2.x through Android 5.x can go ahead and root their device using KingRoot (one-click rooting tool)...
Share:

Wednesday, August 10, 2016

AIDE Tutorial - 20.1.1 WebView with Progress Bar without JavaScript enabled

AIDE Tutorial - 20.1.1 WebView with Progress Bar without JavaScript enabled Xml <FrameLayout 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/fl"> <WebView android:id="@+id/web" android:layout_width="match_parent" android:layout_height="match_parent"/> <ProgressBar android:id="@+id/pb" android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_gravity="center"/> </FrameLayout> Manifest <uses-permission...
Share:

AIDE Tutorial - 20.1 WebView with ProgressBar

AIDE Tutorial - 20.1 WebView with Progress Bar with JavaScript enabled Xml <FrameLayout 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/fl"> <WebView android:id="@+id/web" android:layout_width="match_parent" android:layout_height="match_parent"/> <ProgressBar android:id="@+id/pb" android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_gravity="center"/> </FrameLayout> Manifest <uses-permission...
Share:

Total Pageviews

Sponsor

Sponsor

ad300

Blog Archive