GAMES PC DOWNLOAD FREE FULL

GAME

Android 2.3 (Gingerbread) released

thumbnailYesterday Google fially released the long-anticipated Android 2.3 (Gingerbread).here are some of the new features:API Level: 9.The Dalvik VM introduces a new concurrent garbage collector that produces a smoother and faster performance.Session Initiat…

Android Content Providers

thumbnailRemember when we created a sqlite database android application. We saw that the database file is stored in the file system directories of that application meaning that the database cannot be accessed from another application. You can apply the same t…

How to check if the phone is connected to the Internet

thumbnailto check whether your phone is connected to the Internet, use the following code:ConnectivityManager con=(ConnectivityManager)getSystemService(Activity.CONNECTIVITY_SERVICE); boolean wifi=con.getNetworkInfo(ConnectivityManager.TYPE_WIFI).isCon…

Using SQLite Database with Android

thumbnailAndroid default Database engine is Lite. SQLite is a lightweight transactional database engine that occupies small amout of disk storage and memory, so its a perfect choice for creating databases on many mobile operating systems such as Android, iOS.…

Using Android SlidingDrawer

thumbnailRemeber Android's old versions' (prior to 2.2) launcher screen where we had a sliding pane at the bottom that when dragged upwards displays the applications menu of the phone, that is called the SlidingDrawer control.consider this layout: xmlns:andr…

Using View Flipper in Android

thumbnailSuppose you want to display a news bar in your activity. this news bar displays a single news item at a time then flips and shows next item and so on, then your choice would be Android's ViewFlipper.ViewFlipper inherits from frame layout, so it displ…

Currency Converter v1.0 released on Slide ME

thumbnailCurrency Converter v1.0 is released and is available at this location:the application provides real time currency convertion for more than 100 currencies.provides the conversion rate of two currencies and the conversion of an amount of money from one…

Using Alerts in Android

thumbnailIn a previuos post we saw how to display a popup message using Toasts. Toasts are just notification messages involving no interaction from the user.another way to show interactive messages is to use Alerts. alerts act as MessageBox or JOptionPane in …

Android popup messages using Toast

thumbnailIn Android you can display pop up messages that lasts for a certain duration and then disappears-using the Toast class.Toast is a transient message that appears and disappears without any interaction from the user and with no notification to the prog…

Using Themes and Styles in Android

thumbnailIn web design we have the concept of Styles and Themes. Styles like Cascading Style Sheets (CSS) define the values of the web controls attributes such as width, heigth, font color, background and so on. A style can be applied on several controls in s…

Android Error: Error generating final archive: Debug certificate expired on …

thumbnailOne day I opened eclipse to start a new android application, after creating the project and trying to run it I received the following error:[2010-08-27 15:32:04 – (Project Name)] Error generating final archive: Debug certificate expired on 7/30/10 10…

iPhone-Like Tab bar in Android

thumbnailIn a previous post we saw how to use the TabHost to create tabs in Android applications. Also we noticed that the Tabs in Android appear at the top of the activity.but what if we want to give the tabs the look of the iPhone Tab Bar ?this is possible …

Tabbed Applications in Android

thumbnailSome times we want to wrap multiple views in a single window and navigate throught them with a Tab Container. this can be done in Android using TabHost controlThere are two ways to use a TabHost application in Android:Using the TabHost to navigate th…

Android Simple Image Gallery

thumbnailIn this post we are going to use the gallery control t construct a simple image gallery.the layout is like the previous post.remeber that the Gallery control is populated by an adapter, so we will create a custom adapter that contains ImageViews to d…

Android Gallery Control

thumbnailIn Android the Gallery control is a selection control that displays items in a horizontal gallery. the items in the gallery appear beside each other. they can appear separated by a pre-defined space.remember that there is a sample demo application fo…

How to rotate the Android Emulator ?

thumbnailTo rotate the Android Emulator, just disable the Num Lock key and and use the 7 and the 9 in the num pad to rotate the emulator and change its layout from portrait to landscape.If you are working on a laptop you can do the same thing by pressing  Fn(…

Android Intents: Part3: Intent Filters

thumbnailAndroid components like activities can also serve implicit intents. but to do so they have to filter all implicit intents in order to serve only the intents they desire to serve. this is done using intent filters.Suppose you want to create an activit…

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