Skip to main content

Posts

Showing posts from 2017

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.   ...
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"   ...