Tag Archives: Android Development

Calendar Application

This example explains how to call and use system calendar into your application. Algorithm: 1.)   Create a new project by File-> New -> Android Project name it CalendarApplication. 2.)   Write following into main.xml file: &lt;?xml version=<em>"1.0"</em> encoding=<em>"utf-8"</em>?&gt; &lt;LinearLayout xmlns:android=<em>"http://schemas.android.com/apk/res/android"</em> android:layout_width=<em>"fill_parent"</em> … Continue reading

Posted in Android Application Development | Tagged , , , | Leave a comment

Google Android 4.0: Ice Cream Sandwich Comes With Some Amazing Features

Google android currently is a most well-known stand, as per varied survey company this android mobile operating system turned into most common than apple iPhone smart phone. And still in frequently developing and that makes it different and that is … Continue reading

Posted in Android Tutorials | Tagged , , , , | Leave a comment

Android Development Tutorial-TableLayout

Android Development Tutorial-TableLayout 7.1. Overview In earlier chapter we have used the LinearLayout which allows to stack widgets vertical or horizontal. LinearLayout can be nestled to archive nice effects. This chapter will demonstrate the usage of “TableLayout”. This layout allows … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , , , | Leave a comment

Top 10 Best Android Apps of the week 2011 must have v2.2

Best android apps of the week March 7, 2011- [youtube]http://www.youtube.com/watch?v=XMvJ7ZjlTqY[/youtube]

Posted in Uncategorized | Tagged , , , | Leave a comment

Android Tutorial 1 – Setup

Android Tutorial 1 – Setup n this episode, I go through Unity 3.1.04f’s way of setting up an android device for Unity Android Development, as well as some basics. [youtube]http://www.youtube.com/watch?v=JbBkWsQKKyE[/youtube]

Posted in Android Tutorials | Tagged , , , , , , , | Leave a comment

Android Video Tutorial-Google I/O 2010 – The world of ListView

Google I/O 2010 – The world of ListView Android 201 Romain Guy, Adam Powell ListView is one of the most widely used Android widgets but also the most complex one. Join us to learn how to master ListView and learn … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment

Android Tutorial-Beginner-Lots of Lists: Part 1, Simple List Activity

Android Tutorial-Beginner-Lots of Lists: Part 1, Simple List Activity In most mobile applications, you’re going to be presenting your users a list of something. Most of the time, it’s not as simple as an array of strings; your data may … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , | Leave a comment

Learn Android-Issue with Android Listview: duplicate content

Android Tutorial-Issue with Android Listview: duplicate content I have seen many times on forum the question with Listview like: ListView convertView recycler showing duplicates? I have a listview that is populated by a couple threads that pull in data from … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment

Android Tutorial-Live Wallpaper

Live Wallpaper The SDK comes with a sample live wallpaper that can be found in the platforms/android-2.1/samples/CubeLiveWallpaper folder. As with any other Android application, you will need to write a few XML files that let the market / device know … Continue reading

Posted in Android Tutorials | Tagged , , , , , , , , , | Leave a comment

Google I/O 2010 – Android UI design patterns

Android Video Tutorial

Posted in Android Tutorials | Tagged , , , , , , , , | Leave a comment