We’re using plc automatic switched by using Sensor. When sensor
detect any object like student or else
it will function automatically When
someone is out then after 10 minute plc
turn off. During the functioning of plc, we can perform anything whatever we
want.
सुविचार इस शब्द में ही विचार आता है विचारों की इस बदलती श्रृंखला में ओर बदलते दौर में हमे सुविचार के माध्यम से कुछ कर दिखाने की प्रेरणा मिलती है हमारे लिए प्रेरणादायक होंगे.. सुविचार – Suvichar पढ़ने के बाद हमारे मन को एक नयी उर्जा मिलती है, जो हमें हमारे सभी काम सकारात्मक उर्जा के साथ करने के लिए प्रेरित करती है यदि आपको मेरी पोस्ट अछि लगती है तो फॉलो करें ।
रविवार, 5 मार्च 2017
सोमवार, 13 फ़रवरी 2017
Android Studio Using view Flipper Automatic image Swipe
xml file code-
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/myLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.vishal.autoimage.MainActivity" > <ViewFlipper
android:id="@+id/flipper1"
android:layout_width="fill_parent"
android:layout_height="163dp"
android:paddingTop="55dp"
android:flipInterval="3000"
android:autoStart="true"
android:inAnimation="@android:anim/slide_in_left"
android:outAnimation="@android:anim/slide_out_right"
android:layout_centerInParent="true"
>
<ImageView
android:src="@drawable/image1"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal" />
<ImageView
android:src="@drawable/image2"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal" />
<ImageView
android:src="@drawable/image3"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal"/>
<ImageView
android:src="@drawable/image4"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal"/>
<ImageView
android:src="@drawable/image5"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal"/>
</ViewFlipper> </RelativeLayout>
java code- but no change java only change xml ok..
public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activi ty_main); } }
and last paste images.. drawable folder
सदस्यता लें
संदेश (Atom)
-
DUAL AXIS SOLAR TRACKER ABSTRACT A solar tracking system using Arduino is designed and built. This system collects free e...
-
THIRD EYE FOR THE BLIND USING ARDUINO NANO AND ULTRASONIC SENSORS ...
-
DUAL- AXIS TRACKING SYSTEM USING ARDUINO Single Axis Solar Tracking System using 555 IC ABSTRACT As the energy demand and ...