Gmail's new compose now default

Posted by Unknown Kamis, 28 Maret 2013 0 komentar
Posted by Phil Sharp, Product ManagerYou are busy people, so it's no surprise that an overwhelming number of you opted to try out Gmail's faster, simpler compose experience after it launched last October. In addition to telling us what you love about the new compose experience (like how much easier it is to multitask!) you’ve also been sending us helpful suggestions for what features you'd like to...

Baca Selengkapnya ....

Indic Languages in Gmail on your feature phone

Posted by Unknown Rabu, 27 Maret 2013 0 komentar
Posted by Ian Hill, Project Manager, Google LocalizationIndian culture is diverse, with more than 100 languages and thousands of alphabets used every day. Depending on where you are, you might hear anything from Gujarati to Bengali and Tamil to Urdu. If you're a speaker of these languages and use a feature phone, communicating is about to get a little easier.Starting today, we are rolling out support...

Baca Selengkapnya ....

Get inside your favorite movies with Google Play

Posted by Unknown 0 komentar
“What’s his name again? Wasn’t he the guy in that movie with the battle of the bands?” Now, while you're watching a movie on Google Play, you can find out that it’s Jack Black (of course!), who was born in Hermosa Beach and is 43 years old. And with one click you can search the web and learn the fun fact that his parents are both rocket scientists.We’ve added info cards to the Google Play Movies &...

Baca Selengkapnya ....

The World’s Languages in Your Pocket (No Internet Required)

Posted by Unknown 0 komentar
Have you ever found yourself in a foreign country, wishing you knew how to say "I'm lost!" or "I'm allergic to peanuts”? The Internet and services like Google Translate can help—but what if you don't have a connection? Today we're launching offline language packages for Google Translate on Android (2.3 and above) with support for fifty languages, from French and Spanish to Chinese and Arabic. You...

Baca Selengkapnya ....

Restrict Edittext input content using Input Filters in ANDROID

Posted by Unknown Jumat, 22 Maret 2013 0 komentar
InputFilter filter = new InputFilter() { public CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) { // TODO Auto-generated method stub for (int i = start; i < end; i++) { if (Character.isLetter(source.charAt(i))) { System.out.println("Input consist of only characters from 'a' to 'z'"); return ""; } } return null; } };...

Baca Selengkapnya ....

Simple AutoComplete TextView in ANDROID

Posted by Unknown 0 komentar
public class Autocomplete extends Activity { String name[]={ "John", "Angel", "Mark", "Angelina", "Jhony", "Juli", "Augustine", "Robert", "Reena", "Ancilina", "Mary", "Juliet" }; AutoCompleteTextView autotextview; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_autocomplete); autotextview=(AutoCompleteTextView)...

Baca Selengkapnya ....

Google Keep--Save what’s on your mind

Posted by Unknown Rabu, 20 Maret 2013 0 komentar
Every day we all see, hear or think of things we need to remember. Usually we grab a pad of sticky-notes, scribble a reminder and put it on the desk, the fridge or the relevant page of a magazine. Unfortunately, if you’re like me you probably often discover that the desk, fridge or magazine wasn’t such a clever place to leave the note after all...it’s rarely where you need it when you need it.To solve...

Baca Selengkapnya ....

Get Id of inflated xml in ANDROID

Posted by Unknown Selasa, 19 Maret 2013 0 komentar
How to inflate an xml see my previous post. Suppose we have button in the inflated xml we can get the id like this: Button b1= (Button) v1.findViewById(R.id.button1); //where v1 is the V...

Baca Selengkapnya ....

View Flipper with Animationin ANDROID

Posted by Unknown 0 komentar
Suppose you have to show an item for few minutes and then flips to next one we can use viewflipper. ViewFlipper inherits from frame layout, so it displays a single view at a time. in java class: ViewFlipper vflip; vflip=(ViewFlipper) findViewById(R.id.viewFlipper1); //when a view is displayed vflip.setInAnimation(this,android.R.anim.fade_in); //when a view disappears ...

Baca Selengkapnya ....

Latest Chrome Beta for Android reduces data usage by half

Posted by Unknown Kamis, 14 Maret 2013 0 komentar
The last time we reported about Chrome Beta for Android we were excited to show how Google’s popular browser can be modified to render pages in full-screen mode. This time, users with heavy mobile data usage are in for a treat: Chrome 26 Beta adds a new experimental feature that makes use of Google’s proxy servers to optimize web content, thereby saving bandwidth. The reduction in data usage is...

Baca Selengkapnya ....

BlackBerry plans security feature for Android, iPhone

Posted by Unknown 0 komentar
BlackBerry will offer technology to separate and make secure both work and personal data on mobile devices powered by Google Inc's Android platform and by Apple Inc's iOS operating system, the company said on Thursday. The new feature could help BlackBerry sell high-margin services to enterprise clients even if many, or all, of their workers are using smartphones made by BlackBerry's competitors....

Baca Selengkapnya ....

Open wifi settings in android

Posted by Unknown 0 komentar
final Intent intent = new Intent(Intent.ACTION_MAIN, null); intent.addCategory(Intent.CATEGORY_LAUNCHER); final ComponentName cn = new ComponentName("com.android.settings","com.android.settings.wifi.WifiSettings"); intent.setComponent(cn); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); startActivity( intent);&nb...

Baca Selengkapnya ....

Check different Network status in Android

Posted by Unknown Rabu, 13 Maret 2013 0 komentar
public class CheckConnectionsDemo extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); checkAvailableConnection(); } void checkAvailableConnection() { ConnectivityManager connMgr = (ConnectivityManager) this.getSystemService(Context.CONNECTIVITY_SERVICE); final android.net.NetworkInfo...

Baca Selengkapnya ....

Programatically enable or disable WIFI in android

Posted by Unknown 0 komentar
simple code snippet to enable WI-FI in android programatically in android. public boolean enableWIFI(){ WifiManager wifiManager = (WifiManager) this.getSystemService(Context.WIFI_SERVICE); if(wifiManager.isWifiEnabled()) { if(wifiManager.setWifiEnabled(false)) return true; } else { if(wifiManager.setWifiEnabled(true)) return true; } return false;}Make...

Baca Selengkapnya ....

How to enable and disable Wifi in ANDROID?

Posted by Unknown 0 komentar
WifiManager wifi = (WifiManager) getSystemService(Context.WIFI_SERVICE);wifi.setWifiEnabled(enable...

Baca Selengkapnya ....

Sniper Vs Sniper: Online v1.1.8 apk

Posted by Unknown 0 komentar
IMGA'S EXCELLENCE IN CONNECTIVITY AWARD!Go Head-to-Head against other Snipers from all around the world.Online mode for real-time Sniper operationsTeam up with other Sniper in Alliance Attack mode for counter terrorist operationOnline rankingOnline chatting with other Snipers in the worldUpgradable weaponry6 High quality maps30 Special Missions────────────────OTHER FUN and EXCITING GAMES BY COM2US────────────────<...

Baca Selengkapnya ....

Using external font in ANDROID

Posted by Unknown Selasa, 12 Maret 2013 0 komentar
TextView text =(TextView) findViewById(R.id.textview); Typeface face; face = Typeface.createFromAsset(getAssets(), "AMAZB.TTF"); text.setTypeface(face); text.setTextSize(30); text.setTextColor(Color.WHITE); ...

Baca Selengkapnya ....

Inflate an xml in ANDROID

Posted by Unknown 0 komentar
RelativeLayout mainLayout = (RelativeLayout)findViewById(R.id.relative); //create a view to inflate the layout_item ( the xml with the textView created before) View view = getLayoutInflater().inflate(R.layout.inflate,mainLayout,false); //add the view to the main layout mainLayout.addView(view);                          ...

Baca Selengkapnya ....

SQLiteManager plugin for Eclipse

Posted by Unknown 0 komentar
See more basics on Android along with interview questionsHow can we access the database?i will give solution to all these problems. I created the database from my previous postabout Using SQLite in ANDROIDYou can see the sqlite database in eclipse by opening File Explorer .Then/data/data/package_name/databasesBut here we cannot see the tables and table data.For viewing the table details Eclipse has...

Baca Selengkapnya ....

Merge two layouts in xml

Posted by Unknown 0 komentar
In any one of the xml include the other xml like this :<include layout="@layout/newxmlname"/&...

Baca Selengkapnya ....

A complete reference to Database Helper Class in SQLite in ANDROID

Posted by Unknown 0 komentar
For COMPLETE TUTORIALS see here : DABASEHELPER CLASS : import android.content.ContentValues;import android.content.Context;import android.database.Cursor;import android.database.SQLException;import android.database.sqlite.SQLiteDatabase;import android.database.sqlite.SQLiteOpenHelper;public class DBAdapter { public static final String KEY_ROWID = "id"; public static final String KEY_NAME...

Baca Selengkapnya ....

Get a single record from SQLite in ANDROID

Posted by Unknown 0 komentar
For COMPLETE TUTORIALS see here :in DATABASE HELPER class: String[] coloumns = new String[] { KEY_ROWID, KEY_NAME, KEY_NICKNAME }; // calling elements in an array Cursor c = db.query(DATABASE_TABLE, coloumns, KEY_ROWID + "=" + l,null, null, null, null); if (c != null) { c.moveToFirst(); String name = c.getString(1); // since name is in position 1 ie second...

Baca Selengkapnya ....

Get all records from SQLite in ANDROID

Posted by Unknown Senin, 11 Maret 2013 0 komentar
For COMPLETE TUTORIALS see here :in DABASEHELPER CLASS : String[] coloumns = new String[] { KEY_ROWID, KEY_NAME,KEY_NICKNAME }; // calling all elements in an array Cursor c = db.query(DATABASE_TABLE, coloumns, null, null, null, null,null);// basically reading a database need cursor String result = " ";// since string is to be returned System.out.println("count of cursor=====>>" + c.getCount());...

Baca Selengkapnya ....

Modify records in SQLite in ANDROID

Posted by Unknown 0 komentar
For COMPLETE TUTORIALS see here : in DABASEHELPER CLASS : ContentValues cvupdate = new ContentValues(); // Bundle for writting the database fields cvupdate.put(KEY_NAME, namestr);// put the values passed to ContentValues cvupdate.put(KEY_NICKNAME, nickstr);// put the values passed to ContentValues db.update(DATABASE_TABLE, cvupdate, KEY_ROWID + "=" + smodify, null);// specify where to be...

Baca Selengkapnya ....

Delete records from SQLite table in ANDROID

Posted by Unknown 0 komentar
For COMPLETE TUTORIALS see here : in DABASEHELPER CLASS : public void deleteentry(long ldelete) { // TODO Auto-generated method stub db.delete(DATABASE_TABLE, KEY_ROWID + "=" +ldelete, null); } in Sqlite.java : String sdelete =editinfo.getText().toString(); long ldelete =Long.parseLong(sdelete); DBAdapter adaptdelete =new DBAdapter(SQliteExample.this); adaptdelete.open();...

Baca Selengkapnya ....

Insert records in SQLite tables in ANDROID

Posted by Unknown 0 komentar
For COMPLETE TUTORIAL see here :in DABASEHELPER CLASS :public void entryfield(String namestr, String nickstr) { ContentValues cv = new ContentValues(); // Bundle for writting the database fields cv.put(KEY_NAME, namestr);// put the values passed to ContentValues cv.put(KEY_NICKNAME, nickstr);// put the values passed to ContentValues db.insert(DATABASE_TABLE, null, cv);// insert into databse...

Baca Selengkapnya ....

Simple SQLite Example in Android

Posted by Unknown 0 komentar
See more basics on Android along with interview questions DBAdapter.java (DABASEHELPER CLASS)import android.content.ContentValues;import android.content.Context;import android.database.Cursor;import android.database.SQLException;import android.database.sqlite.SQLiteDatabase;import android.database.sqlite.SQLiteOpenHelper;public class DBAdapter { public static final String KEY_ROWID = "id"; public...

Baca Selengkapnya ....

Poweramp Full Version Unlocker 1.1-build-12 apk (NEEDS ROOT)

Posted by Unknown Kamis, 07 Maret 2013 0 komentar
Music moves people; it unites us, it allows us to relax, and sometimes, when done right, it can even motivate us to do great things. Poweramp does great things.The #1 paid music player in the Google Play Store 3 years running—Poweramp is the most powerful music player available on the Android OS. Features like gapless play, an unmatched equalization system, great crossfade, and support for most popular...

Baca Selengkapnya ....

Celebrating Google Play’s first birthday

Posted by Unknown Rabu, 06 Maret 2013 0 komentar
Accessing digital entertainment should be simple, whether you like to read books on your tablet, listen to music on your phone and computer, or watch movies on all three. That’s why one year ago today we launched Google Play, where you can find and enjoy your favorite music, movies, books and apps on your Android phone and tablet, or on the web.Google Play has grown rapidly in the last year, bringing...

Baca Selengkapnya ....

TextView with link in ANDROID…….

Posted by Unknown Senin, 04 Maret 2013 0 komentar
in java class:import android.app.Activity;import android.os.Bundle;import android.text.Html;import android.text.method.LinkMovementMethod;import android.widget.TextView;public class TextViewLinkDemo extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); TextView tv = (TextView) findViewById(R.id.tv);...

Baca Selengkapnya ....

Parsing an XML from Online in Android

Posted by Unknown 0 komentar
Create a fresh project and name it ParseXMLDemoThen in the ParseXMLDemo.java file copy this code |import java.util.ArrayList;import java.util.HashMap;import org.w3c.dom.Document;import org.w3c.dom.Element;import org.w3c.dom.NodeList;import android.app.ListActivity;import android.os.Bundle;import android.view.View;import android.widget.AdapterView;import android.widget.ListAdapter;import android.widget.ListView;import...

Baca Selengkapnya ....

What are webservices? How we can use in Android?

Posted by Unknown 0 komentar
A web service is any piece of software that makes itself available over the internet and uses a standardized XML messaging system. XML is used to encode all communications to a web service. For example, a client invokes a web service by sending an XML message, then waits for a corresponding XML response. Because all communication is in XML, web services are not tied to any one operating system or...

Baca Selengkapnya ....

Simple Json Parser in Android

Posted by Unknown Sabtu, 02 Maret 2013 0 komentar
Java Class:private JSONObject jObject; private String jString = "{\"itemmenu\": {" + "\"itemid\": \"file\"," + " \"itemvalue\": \"File\"," + " \"itemarray\": { \"menuitem\": " + "[ " + "{\"value\": \"New\" , " + "\"onclick\": \"CreateNewDoc()\"}, " + " {\"value\": \"Open\"," + " \"onclick\":"...

Baca Selengkapnya ....

ListView in Alphabetic Order in ANDROID

Posted by Unknown Jumat, 01 Maret 2013 0 komentar
Java class: public class MainActivity extends ListActivity { static final String[] items = new String[] { "Babbage","Boole", "Berners-Lee", "Atanasoff", "Allen","Cormack", "Cray","Dijkstra","Dix","Dewey", "Erdos","Zebra" }; ArrayAdapter<string> arrayadapter; ListView listview; ArrayList<string> arraylist; @Override public...

Baca Selengkapnya ....

Activity Life Cycle of Android

Posted by Unknown 0 komentar
An activity is usually a single screen that the user sees on the device at one time. An application typically has multiple activities, and the user flips back and forth among them. As such, activities are the most visible part of your application.Activity Manager is responsible for creating, destroying, and managing activities. For example, when the user starts an application for the first time,...

Baca Selengkapnya ....
Trik SEO Terbaru support Online Shop Baju Wanita - Original design by Bamz | Copyright of android populer.