Sunday, 10 May 2015

Blog Migrated

This blog has been migrated. For further articles refer to www.mindsparkk.com.

Thank You!

Thursday, 7 May 2015

Android Layout - GridView



Android Layouts - Relative , Linear and Table Layout (Part 1)

Choosing a correct layout is very important from the design point of view. Every layout has its own advantage and disadvantage. So, in this post I will be discussing about various layout available in android. 

Various Layouts are : 

  1. Relative Layout
  2. Linear Layout
  3. Table Layout
  4. Grid Layout
  5. Tab Layout
  6. Absolute Layout
  7. ListView
Okay , so lets start by discussing each layout.

Tuesday, 5 May 2015

Android Material Design - Toolbar Example


Android's new Operating System Lollipop uses a new User Experience which is called as Material Design. Many new stuffs have been introduced in Material Design, and one of them is Toolbar which is the replacement of ActionBar.

Saturday, 2 May 2015

Developing your First Android App - Hello Users




Hello Everyone. This tutorial will help you to build your first basic Android app ie to display Hello User when the app runs.