Skip to main content

KiddoLearn

             A small application which is special designed for the kids to use daily. Now a days kids are using mobile, so if there is an application for learning they can feel the real enjoyment of learning, with this objective the application has developed.We used to preach our kids about animals,birds,flowers,trees and their characteristics like habitat, life span , food habit of animals and birds. those things are given in a simple way and easy to catch those things.

Designing part of the Application:

<?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/activity_mai3n"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingBottom="@dimen/activity_vertical_margin"
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    tools:context="com.example.priyanka.kiddolearn.Main3Activity">

  <LinearLayout
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:weightSum="2">

        <TextView
            android:text="Select one"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:id="@+id/t1"
            android:layout_weight="0.5"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="25px"
            android:textColor="@color/colorPrimaryDark"
            />

        <Spinner
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:id="@+id/s1"
            android:layout_weight="1.5"

            />

    </LinearLayout>
    <LinearLayout
        android:orientation="vertical"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_weight="2"
        android:layout_marginTop="50dp">

        <ImageView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            app:srcCompat="@drawable/blackcheet"
            android:id="@+id/iv1" />
    </LinearLayout>
    <LinearLayout
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="270dp"
        android:weightSum="2">



        <TextView
            android:text="Color"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/t3"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px" />
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/t4"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            android:textColor="@color/colorPrimary"/>
    </LinearLayout>
    <LinearLayout
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="300dp"
        android:weightSum="2">



        <TextView
            android:text="Feature"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/txxx"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px" />
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/tx44"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            android:textColor="@color/colorPrimary"/>
        />
    </LinearLayout>
    <LinearLayout
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="330dp"
        android:weightSum="2">



        <TextView
            android:text="Habitat"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/tx5"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            />
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/t6"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            android:textColor="@color/colorPrimary"/>
        />
    </LinearLayout>
    <LinearLayout
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="360dp"
        android:weightSum="2">



        <TextView
            android:text="Diet"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/tx7"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            />
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/t8"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            android:textColor="@color/colorPrimary"/>
        />
    </LinearLayout>
    <LinearLayout
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="390dp"
        android:weightSum="2">



        <TextView
            android:text="Name of Young"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/tx9"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            />

        />
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/t10"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            android:textColor="@color/colorPrimary"/>

        />
    </LinearLayout>
    <LinearLayout
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="420dp"
        android:weightSum="2">



        <TextView
            android:text="Prey"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/tx11"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            />

        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/t12"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            android:textColor="@color/colorPrimary"/>
        />
    </LinearLayout>
    <LinearLayout
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="450dp"
        android:weightSum="2">

        <TextView
            android:text="LifeSpan"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/tx13"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            />

        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:id="@+id/t14"
            android:layout_weight="1"
            android:textStyle="bold"
            android:textAppearance="@android:color/black"
            android:textSize="23px"
            android:textColor="@color/colorPrimary"/>

    </LinearLayout>

</RelativeLayout>

Java Portion:

package priyanka.kiddolearn;

import android.content.Intent;
import android.content.res.TypedArray;
import android.graphics.Color;
import android.media.MediaPlayer;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.ImageButton;
import android.widget.ImageView;
import android.widget.Spinner;
import android.widget.TextView;
import android.widget.Toast;
import java.util.ArrayList;
import java.util.List;

public class Main3Activity extends AppCompatActivity implements View.OnClickListener {
    TypedArray images;
    ImageView itemimages;
    String[] loo,loo1;
    EditText e1;
    TypedArray b;
    TextView tv,t4,tx4,t6,t8,t10,t12,t14,t1;
    String a[];
    String h[],cc[];
    String d[],n[],p[],l[],f[],ad[];
    TextView t3,tx5,tx7,tx9,tx11,tx13,txxx;
    MediaPlayer mb;
   ImageButton ii;
    int z;
    
      @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main3);
        t1=(TextView)findViewById(R.id.t1);
        Toast.makeText(this,"plug-in with Audio jack",Toast.LENGTH_LONG).show();
        t1.setTextColor(Color.parseColor("#37474F"));
        t3=(TextView)findViewById(R.id.t3);
        tx5=(TextView)findViewById(R.id.tx5);
        tx7=(TextView)findViewById(R.id.tx7);
        tx9=(TextView)findViewById(R.id.tx9);
        tx11=(TextView)findViewById(R.id.tx11);
        tx13=(TextView)findViewById(R.id.tx13);
        txxx=(TextView)findViewById(R.id.txxx);
      
       // cc=new String[]{"#607D8B","#795548","#FFAB40","#EF9A9A","#FF9800","#607D8B","#EF6C00","#FF6D00","#FFB74D","#9E9D24","#FFD600","#8D6E63"};
        //viewPage
        ad=new String[]{"R.raw.jaguar","R.raw.cat","R.raw.dog","R.raw.lion","R.raw.tiger","R.raw.goat","R.raw.cow","R.raw.monkey","r.raw.fox","R.raw.wolf","R.raw.elephant","R.raw.bear"};

       a= new String[]{"black,yellow","Black,brown,white","white,gray,calico,murmalade,buff","White,brown,black","Black,Cream,Fawn,grey,golden,brown","Grey","Sandle","Tan,brown,grey,yellow,White","Golden,tawny,brown,Blonde","tan,brown,black,red","brown,tan,black,white","Ash,black,brown,grey,white"};
        f= new String[]{"Golden or black spots","fur","tabbies,pointed,Stripes","leathery skin","bicolor,Tricolor","leathery skin type","fur skin","fur skin","mane of hair encircling the neck and head","hairs,spend most their lives in trees","striped fur and powerful body","Fur Skin with Smooth hairs"};
        h=new String[]{"GrassLands,Mountains","Adapt to varity of environments","as like human(domestic)","wooden land,scrub,grassland","Dense tropical forest","dry woodland, mountainranges(domestic)","Forest and grassland(domestic)","tropical forest,grassland and mountainous plains","wooden areas & urban parks","10grassplains and woodland","11forest and flood plain","12forest and mountain regions"};
        d=new String[]{"Carnivores","omnivore","omnivore","herbivore","carnivore","herbivore","carnivore","herbivore","carnivore","omnivores","carnivore","carnivore"};
        n=new String[]{"Cub","cub","Kitten","calf","puppy,pup","calf","kid,cub,pup","kid,billy","cub","infant","cub","pups"};
        p=new String[]{"wildeBeest,hare","fish,insects,wildcat","small birds","grass,seeds,flowers","pray drive:cat,squrills","11grass, fruit, root","9rabbit,birds,lizard","6grass,fruit,leaves","4antelope,zebra","8fruits,seeds,insects","5deer,cattle,wildboar","10Deer,Elk,Moose"};
        l=new String[]{"10-12 years","15-13 years","15 years","15-20 years","15 years","55-70 years","3-11 years","10-15 years","8-15 years","10-30 years","18-25 years","10-12 years"};
        images=getResources().obtainTypedArray(R.array.object_image);
        loo=getResources().getStringArray(R.array.object_image);
        itemimages=(ImageView)findViewById(R.id.iv1);
        final Spinner s1=(Spinner)findViewById(R.id.s1);
        t4=(TextView)findViewById(R.id.t4);
        tx4=(TextView)findViewById(R.id.tx44);
        t6=(TextView)findViewById(R.id.t6);
        t8=(TextView)findViewById(R.id.t8);
        t10=(TextView)findViewById(R.id.t10);
        t12=(TextView)findViewById(R.id.t12);
        t14=(TextView)findViewById(R.id.t14);
        tv=(TextView)findViewById(R.id.textView3);
        b = getResources().obtainTypedArray(R.array.object_image1);
        ArrayAdapter<String> sa=new ArrayAdapter<String>(getApplicationContext(),android.R.layout.simple_spinner_item,loo);
        sa.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
        s1.setAdapter(sa);
        List<String> an=new ArrayList<String>();
        an.add("Black Cheetah");
        an.add("bear");
        an.add("Cat");
        an.add("cow");
        an.add("Dog");
        an.add("elephant");
        an.add("fox");
        an.add("Goat");
        an.add("Lion");
        an.add("Monkey");
        an.add("Tiger");
        an.add("wolf");



        ArrayAdapter<String> da=new ArrayAdapter<String>(this,android.R.layout.simple_spinner_dropdown_item,an);
        da.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
        s1.setAdapter(da);
        s1.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
            @Override
            public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
                itemimages.setImageResource(images.getResourceId(s1.getSelectedItemPosition(),-1));
                 z=s1.getSelectedItemPosition();
                if(z==0)
                {
                    mb=MediaPlayer.create(getApplicationContext(),R.raw.jaguar);
                    mb.start();
                }
                if(z==1)
                {
                    mb.stop();
                    mb=MediaPlayer.create(getApplicationContext(),R.raw.bear);
                    mb.start();
                }
                if(z==2)
                {
                    mb.stop();
                    mb=MediaPlayer.create(getApplicationContext(),R.raw.cat);
                    mb.start();
                }
                if(z==3)
                {
                    mb.stop();
                    mb=MediaPlayer.create(getApplicationContext(),R.raw.cow);
                    mb.start();
                }
                if(z==4)
                {
                    mb.stop();
                    mb=MediaPlayer.create(getApplicationContext(),R.raw.dog);
                    mb.start();
                }
                if(z==5)
                {
                    mb.stop();
                    mb=MediaPlayer.create(getApplicationContext(),R.raw.elephant);
                    mb.start();
                }
                if(z==6)
                {
                    mb.stop();
                    mb=MediaPlayer.create(getApplicationContext(),R.raw.fox);
                    mb.start();
                }
                if(z==7)
                {
                    mb.stop();
                    mb=MediaPlayer.create(getApplicationContext(),R.raw.goat);
                    mb.start();
                }
                if(z==8)
                {
                    mb.stop();
                    mb=MediaPlayer.create(getApplicationContext(),R.raw.lion);
                    mb.start();

                }
                if(z==9)
                {
                    mb.stop();
                    mb=MediaPlayer.create(getApplicationContext(),R.raw.monkey);
                    mb.start();
                }
                if(z==10)
                {
                    mb.stop();
                    mb=MediaPlayer.create(getApplicationContext(),R.raw.tiger);
                    mb.start();
                }
                 if(z==11)
                 {
                     mb.stop();
                     mb=MediaPlayer.create(getApplicationContext(),R.raw.wolf);
                     mb.start();
                 }

                t4.setText(a[z]);
                tx4.setText(f[z]);
                t6.setText(h[z]);
                t8.setText(d[z]);
                t10.setText(n[z]);
                t12.setText(p[z]);
                t14.setText(l[z]);
                t4.setTextColor(Color.parseColor("#00B0FF"));
                tx4.setTextColor(Color.parseColor("#00B0FF"));
  t6.setTextColor(Color.parseColor("#00B0FF"));
                t10.setTextColor(Color.parseColor("#00B0FF"));
                t8.setTextColor(Color.parseColor("#00B0FF"));
                t12.setTextColor(Color.parseColor("#00B0FF"));
                t14.setTextColor(Color.parseColor("#00B0FF"));
             
            }

            @Override
            public void onNothingSelected(AdapterView<?> parent) {

            }
        });
            }

    @Override
    public void onClick(View v) {
        Intent i= new Intent(this,Main2Activity.class);
        startActivity(i);
    }
    @Override
    public void onDestroy() {
        mb.stop();
        mb.release();

        super.onDestroy();

    }
    @Override
    public void onBackPressed()
    {  mb.stop();
         Intent m= new Intent(this,Main2Activity.class);
        startActivity(m);
    }

}

This is nice app to engage your kid with super cool pictures and more intellectual information about animals, birds,flowers,fruits ,vegetables and trees.you can know more about colors,habitat,prey and lots about animals.you can get something new like sounds of animals and birds and more. You can know about the vitamin and goodness about vegetables.come kids... lets learn happily...APP LINK


Comments

Popular posts from this blog

Gist about GitHub

Hey folks,                     For Tech savvies this blog will be an entertainment page just enjoy, for people who are all seeking for good technical stuffs , this page would be a sneak peak of GitHub.  If you are a developer GitHub going to play a phenomenal role for you better future and make your works so simple.      what is GitHub?                              GitHub is a version controller repository .It allow you to track the history of collections of files It states that developers and programmer may come across lots of idea and their work portfolio. In order to preserve those collections they have to take a backup of it any drives but its actually a tedious process to follow and to remember the files details and related things, but GitHub helps to maintain the details of specific details and their versions.   ...

programming is not a big task...Its like gaming!!!

                          Computer programming is the craft of writing useful, maintainable, and extensible source code which can be interpreted or compiled by a computing system to perform a meaningful task.Programming is a way of thinking, not a rote skill. Learning about "for" loops is not learning to program, any more than learning about pencils is learning to draw.People understand what they can see. If a programmer cannot see what a program is doing, They can't understand it. The goals of a programming can be :    i)To support and encourage powerful ways of thinking    ii)To enable programmers to see and understand the execution of their programs      A live-coding Processing environment addresses neither of these goals. JavaScript and Processing are poorly-designed languages that support weak ways of thinking, and ignore decades of learning about learning. And live coding, ...

JAVA BEAN

                                               EXTENDED JAVA                                          I n java platform,Standard Edition or Java SE is a widely used platform for development and deployment of portable code for desktop. Java SE should be run each and every time we need to use it the code.Java SE  uses the object-oriented java programming language. It is part of the java software platform family .Java SE should be run each and every time we need to use it the code. Enterprise Edition or Java EE is the standard in community driven enterprise software .It is a widely used computing platform  for enterprise software.Java EE extends the Java platform, standard Edition providing an API for object-relational mapping,distributed and multi-tier ar...