AIDE Tutorial - 32 Video View
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">
<VideoView
...
Monday, April 10, 2017
AIDE Tutorial -27 Splash Screen
AIDE Tutorial -27 Splash Screen
Add new xml:Splash.xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:gravity="center">
<TextView
...
Tuesday, April 4, 2017
Formula of Mathematics
Some important formula of Mathematics
(α+в+c)²= α²+в²+c²+2(αв+вc+cα)
(α+в)²= α²+2αв+в²
(α+в)²= (α-в)²+4αв
(α-в)²= α²-2αв+в²
(α-в)²= (α+в)²-4αв
α² + в²= (α+в)² - 2αв
α² + в²= (α-в)² + 2αв
α²-в² =(α + в)(α - в)
2(α²+в²) = (α+в)² + (α-в)²
(α+в)² - (α-в)² = 4αв
αв ={(α+в)/2}²-{(α-в)/2}²
(α+в+c)²= α²+в²+c²+ 2(αв +вc+cα)
(α + в)³ = α³+3α²в+3αв²+в³
(α...
Sunday, April 2, 2017
TU questions of Research Methodology
TU questions of Research Methodology
2066
What is scientific research? Discuss its characteristics.
What is a research design? Explain the elements of a research design.
What is review of literature? Discuss why it is necessary for a research
work?
Define the terms"reliability and validity". Discuss its importance in
measurement of data.
What are...