Main.xml
<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertical">
<TextView android:id="@+id/mainTextView"android:textSize="40dp"android:layout_width="wrap_content"android:layout_height="wrap_content"/>
<ProgressBar android:max="100"android:id="@+id/mainProgressBar"style="?android:attr/progressBarStyleHorizontal"android:layout_height="wrap_content"android:layout_width="wrap_content"android:minHeight="50dp"android:minWidth="150dp"/>
</LinearLayout>
MainActivity.java
package...
Saturday, April 25, 2020
Thursday, April 23, 2020
Bank of the Year Nepal
Bank Of The Year Nepal
Here is the list of name of the Bank of the year in different years
The first bank of the year of Nepal is Standard Chartered Bank Nepal
list of name of the Bank of the year in different years in Nepal
table {
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #ddd;
}
th, td {
text-align:...
Saturday, April 18, 2020
How to disable copy paste in Blog?
How to disable copy paste in Blog?
Are you afraid of Copycat visitors?
Copycat visitors can easily copy paste your articles and publish in their blog to get more traffic that adversely affect our traffic and visitors. Hearing this can discourage and disappoint you, but now you feel free; you can stop them from our blog with following few steps:
Implementation
Steps
Go...
Friday, April 17, 2020
Banking & Finance Abbreviations
.collapsible {
background-color: #777;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.active, .collapsible:hover {
background-color: #555;
}
.content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color:...