Need to notify user when for example user clicks button and in onClick method program starts some long-time process. Need to have some solution which will do your task in background.
. . . →Read More:Using Handler for long-time operations in Android
| |||||
Need to notify user when for example user clicks button and in onClick method program starts some long-time process. Need to have some solution which will do your task in background. . . . →Read More:Using Handler for long-time operations in Android In situations when need to wait some operation it is good practice to notify user that operation is in progress. For this cases in Android present several classes which can help with this. One of them I am going to demonstrate. I will show how to use ProgressDialog class for showing progress dialog. I will . . . →Read More:Using ProgressDialog in Android Activity There is possibility to hide your title bar in application. It is very easy and I am going to show how you can do it. There are 2 ways,one from code other from AndroidManifest.xml file. I will show both solutions. . . . →Read More:Hiding the title bar in Android In Android is simple to run one activity from other. But what if you need to send data to the new activity. You can use several ways,for example DB,preferences,file system or just use Bundle. Last one is very useful in practice and I will show how to do this. . . . →Read More:Passing data between activities in Android Clipboard is very useful feature because you can use it for copying and getting data. . . . →Read More:Using clipboard in Android | |||||
| Copyright ©2012 The Developer's Info - All Rights Reserved | |||||
Recent Comments