Wednesday, April 24, 2013

Larry Page: Android powers Google Glass

By Magesh Kumar   Posted at  10:14 PM   Android No comments
After reaching smartphones and tablets, Google's mobile OS is stretching to electronic head wear  And looking on the bright side, the CEO says Android fragmentation reflects innovation and flexibility. Google uses its Android mobile operating system to power its Glass devices,

Friday, August 19, 2011

Google buys Motorola Mobility, Samsung and Apple fight it out (Video)

By Magesh Kumar   Posted at  3:12 AM   Android No comments
Google announced plans to acquire mobile phone and tablet maker Motorola Mobility for about $12.5bn.Google buys Motorola Mobility, Samsung and Apple fight it outMotorola Mobility exclusively ships phones and its Xoom tablet with Google's Android operating system. The deal will

Friday, July 15, 2011

Thread Concepts:

By Magesh Kumar   Posted at  9:59 PM   Android No comments
Method1: import android.app.Activity; import android.os.AsyncTask; import android.os.Bundle; import android.widget.Toast; public class Method1 extends Activity { class PrinterTask extends AsyncTask<String, Void, Void> { protected Void doInBackground(String... x) { while (true) { System.out.println(x[0]); test(); try { Thread.sleep(1000); test2(); } catch (InterruptedException ie) {

Async Task in Android

By Magesh Kumar   Posted at  9:41 PM   Android No comments
import android.app.Activity; import android.app.ProgressDialog; import android.content.DialogInterface; import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.Toast; public class AsyncTasks extends Activity { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); Button upload = (Button) findViewById(R.id.widget27); upload.setOnClickListener(new OnClickListener() {

Tuesday, June 21, 2011

Flip Animation

By Magesh Kumar   Posted at  2:37 AM   Android No comments
Main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"      android:orientation="vertical" android:layout_width="fill_parent"      android:layout_height="fill_parent">      <TextView android:layout_width="fill_parent"            android:layout_height="wrap_content" android:text="@string/hello" />      <ViewFlipper android:id="@+id/viewflipper"            android:layout_width="fill_parent" android:layout_height="fill_parent">            <LinearLayout android:layout_width="fill_parent"                  android:layout_height="wrap_content" android:orientation="vertical">                  <TextView android:layout_width="wrap_content"                        android:layout_height="wrap_content" android:text="First Screen" />                  <Button android:id="@+id/button1" android:layout_width="fill_parent"                        android:layout_height="wrap_content" android:text="Flip to second page" />            </LinearLayout>            <LinearLayout android:layout_width="fill_parent"                  android:layout_height="fill_parent" android:orientation="vertical">                 

X-Files Effect

By Magesh Kumar   Posted at  12:35 AM   Photoshop No comments
You've seen X-Files, haven't you? And you liked the effect they use for their title? Something very mysterious, right. Well, it isn't as complex as you might think. All you need is Photoshop and a little bit of patience.

Oil Effect

By Magesh Kumar   Posted at  12:27 AM   Photoshop No comments
1. Start a new file. File | new... Choose a suitable size and make sure you are in RGB mode and that the resolution is set to 72 dpi. Use Black as background color.Type in a optional text with white color.Layer

Page 1 of 28123Next
Connect with Us

What they says

© 2013 MaGeSH 2 help. WP Mythemeshop Converted by BloggerTheme9
Blogger templates. Proudly Powered by Blogger.