EasyHits4U.com - Your Free Traffic Exchange - 1:1 Exchange Ratio, 5-Tier Referral Program. FREE Advertising!

Monday, 24 November 2014

Android Development [Episode -06] :: Android Activity Lifecycle and new Activity Settings

Today we will learn about a new Activity Settings and Activity of the lifecycle.
Generally speaking, we understand the lifecycle first Activity, Activity of the different status. Each time a new one is introduced Activity Information in the onCreate method, so it is going to the Activity run in onStart close though. Thus, when the Activity pause iusa onPause method is to resume it again, it will come up again in the Activity running through onResume method. You can understand it more clearly seen in the diagram below.

Android Development [Episode -05] :: Toast notification of use

Today we will learn to use Android's Toast notification. Open a new Android Project. Graphics layout of the palate Main.xml file with the following code to the button and drag to create the interface meet Linear layout gravity center of the day. Layout_width and layout_height to wrap_content the button on the other hand. The button's text in a string.xml declaredstring / id showed by the day.

Google Adsense Publisher? Not to raise revenue? Find out some of the killer tips to increase Google Adsense revenue !!

Google Adsense! One of the most precious name of bloggers who have their own blogs. After trying several times to get a Google Adsense account, but not less than the blogger who did not. We have always been especially Bengalis English to Adsense and hold so much of the raw velocity is used. Adsense revenues are received, however, and by the number of people, but not less. But there are many people who can not earn Google Adsense Despite expectations.In spite of the many visitors to the blog income is not enough. How it is possible to increase the income of this article with me today.

Saturday, 15 November 2014

Android Development [Episode -04] :: Listcontrol use

Generally speaking, we understand the ListView ListControl, list some of the items displayed in the form or content. Just as today we list some of the items, list it in the App will show the fact.

Android Development [Episode -03] :: Layout, Activity and Use of Onclicklistener

Today we will learn Layout, Activity and Use of OnclickListener.
What we need to go to the first two Android Activity file. You've taken the first Android Application Project atomically a new file will be created in an Activity. Activity to a new file when you File> New> Other> Android Folder> Android Activity by clicking on the Next Blank Activity Activity of the new name, click on Finish.