GAMES PC DOWNLOAD FREE FULL

GAME

Winners of the Ice Cream Sandwich VS iOS5 contest

thumbnailDear readers we are glad to announce the winners of our Ice Cream Sandwich VS iOS5 contest:The winners of the first prize: Android a Complete Course:Jim from http://sakiko.com/andBeliever.The winner of the second prize: Android a Quick Course:Corneli…

Ice Cream Sandwich GridLayout

thumbnailAndroid 4.0 (Ice Cream Sandwich) introduced a new type of layouts: the Gridlayout.Gridlayout is like the tag in HTML. child widgets are arranged in Cells made of Rows and Columns.Grid layout is a ViewGroup that can be used in constructing dashboard …

Contest: Do you think Android Ice Cream Sandwich will beat Apple iOS 5

thumbnailHello everybody.Google will release the next major Android update: Android 4.0 (Ice cream Sandwich) along with it's next flagship phone: the Nexus Prime.Join our Contest and have the chance to win a copy of one of these wonderful Android books:Androi…

Android Developers Blog: Preview of Google TV Add-on for the Android SDK

thumbnailAndroid Developers Blog: Preview of Google TV Add-on for the Android SDK…

Android Developing: Remove Auto focus from Edit Text

thumbnailAndroid Developing: Remove Auto focus from Edit Text: "When start Android application, it always auto focus EditText box. Here we give explain how to remove auto focus from EditText. Add your..."…

Implementing Search activities

thumbnailMost Android phones have a search button. this button is used to search contacts,applications or anything on the phone. We can make use of the search functionality in our apps.In this post we're going to see how to implement search functionality to s…

thumbnailIn this post we will see how can a client application call the methods of a service defined in another application. this is achieved through Android Interface Definition Language (AIDL). AIDL is a java like language that enables you to define an inte…

Official Google Blog: When patents attack Android

thumbnailOfficial Google Blog: When patents attack Android…

Android Story: From [x] cube Labs

thumbnailInfographic by Android Developers at [x]cubelabs …

Android Services

thumbnailAndroid Service is used for long-running processes that do not require user interaction, such as calling a web service and parsing response. Or processes that need to be running even if the application that started the service is not on the foregroun…

Parsing JSON respone:

thumbnailif we have a JSON web service response like this:"persons"[{"person"{"firstName": "John", "lastName": "Smith", "age": 25}}{"person"{"firstName": "Catherine", "lastName": "Jones", "age": 35}}]this response is a JSON Array with the name…

Parsing XML wit SAX parser

thumbnailAndroid provides org.xml.sax package that has that provides the event-driven SAX parser.to parse the previous response with SAX parser, we have to create a class extending DefaultHandler and override the following methods:startDocument(): invoked whe…

Parsing XML wit DOM parser

thumbnailAndroid offers three types of XML parsers:DOM Parser.Pull Parser.SAX Parser.we'll demonstrate each using the following xml example: Jack smith 28which we need to parse to create an object from Person class:public class Person{ public Str…

RapidFire

thumbnail APPLICATION: RapidFire. DEVELOPER: Peapple Ltd CATEGORY: Social PRICE: Free. REQUIRES ANDROID: 2.2 and up CONTENT RATING: Low Maturity With RapidFire share your messages and upload multiple photos to mul…

Android Developers Blog: New Editing Features in Eclipse plug-in for Android

thumbnailAndroid Developers Blog: New Editing Features in Eclipse plug-in for Android…

Connecting to a web service over a Secure Sockets Layer (SSL): protocol:

thumbnailAndroid default HttpClinet does not support SSL connections, so if you have a secured web service, you need to connect to it via javax.net.ssl.HttpsURLConnection.if you want to call a SSL SOAP web service:String CallWebService(String url, String s…

Calling SOAP Web Services with Android APIs

thumbnailOne of the most common functionalities required in mobile applications is to call a web service to retrieve data. This process involves requesting the web service with parameters, receiving the response and parsing it to obtain data.Today the most co…

Calling REST Web Services with Android.

thumbnailRequesting REST web service:   you request REST web services by calling a URL with the parameters. like thishttp://example.com/resources/getitemsan example of calling a REST web service:String callWebErvice(String serviceURL){ // http get client …

Using Android Preferences

thumbnailWe saw before that we can persist an application's data using SQLite database. Android offers another way to store user's data through using preferences.Android preferences is a key/value entries that store data that can be specific to a certain acti…

The Difference between Handler and AsyncTask

thumbnailAfter we saw both Handlers and AsyncTasks a question may evolve: what's the difference between the two and when to use one of them over the other ?The Handler is associated with the application's main thread. it handles and schedules messages and run…

Google to Unveil Service to Let Users Stream Their Music

thumbnailGoogle will announce today on Google I/O 2011 it's long anticipated Cloud-based music service.…

Threading in Android part 2: Async Tasks

thumbnailIn the previous post we saw one way to deal with threads in Android, which is by using Handlers. In this post we'll see how to use another technique which is using AsyncTask class.AsyncTask is an abstract class that provides several methods managing …

Threading in Android part 1: Handlers

thumbnailMulti-Threading concept is essential in most platforms. it provides maximum utilization of the processor. threading is used when the program executes time consuming processes (such as calling a web service) and to give a good user experience by unblo…

Android 3.0 (Honeycomb) Overview

thumbnailGoogle released it's tablet-targeted Android version 3.0 (Honeycomb) with a totally new interdace and concepts.here are the major updates:API level: 11.Action Bar:a new concept instead of the old title bar, very si,ilar to the task bar in WindowsFrag…

NEW GAME

Powered by Blogger.

Labels

Quotes

1. Những cô gái giống như những tên miền Internet, những tên đẹp mà ta thích đã có chủ nhân rồi!


Popular Posts