Credit Information Bureau / Karja Suchana Kendra Limited
Karja Suchana Kendra Limited is one of the oldest Credit Information Bureau in the SAARC region and was established in May 1989 with the sole objective of restraining the growth of the Non Performing Assets of...
Thursday, May 31, 2018
Tuesday, May 22, 2018
AIDE Tutorial - 57 Open another Activity
AIDE Tutorial - 57 Open another Activity
Watch the video below
Main.xml
<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:id="@+id/mainButton"
...
Tuesday, May 15, 2018
AIDE Tutorial - 55 BMI Calculator
AIDE Tutorial - 55 BMI Calculator
Watch the video below
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:orientation="vertical">
<TextView
android:layout_marginBottom="20dp"
android:textSize="25dp"
android:text="BMI...
Monday, May 14, 2018
AIDE Tutorial - 56 Table Layout
AIDE Tutorial - 56 Table Layout
Watch the video below
Main xml
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TableRow>
<Button
android:background="@drawable/background_et"
...