By Oleg Mazurashu,on October 16th,2009% 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 By Oleg Mazurashu,on October 16th,2009% 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 By Oleg Mazurashu,on October 16th,2009% This news present in every news portal and in every blogs. Yes IDEA now is in open-source. There are 2 versions Community Edition and Ultimate Edition. Editions comparison page here. Really bad that Android support will be only in Ultimate Edition. Also JetBrains promote their IntelliJ Platform. IntelliJ Platform –is a platform for building smart, . . . →Read More:IntelliJ IDEA goes in open-source By Oleg Mazurashu,on October 15th,2009% What need to do when you want to filter files by extensions in directory? There are 2 ways: implement FileFilter or FilenameFilter. I am going to show how to do this with FileFilter. . . . →Read More:Using FileFilter in Java By Oleg Mazurashu,on October 15th,2009% 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 By Oleg Mazurashu,on October 15th,2009% Sometimes need to use SDCard for retrieving or saving some data. For that need to know if SDCard exists in the phone. By Oleg Mazurashu,on October 14th,2009% Today I found that NetBeans team updated documentation about how to use Google Web Toolkit in NetBeans. I found this tutorial very useful. Introduction to the Google Web Toolkit Framework By Oleg Mazurashu,on October 14th,2009% I have a rule. If I want to learn something new I always read article in style “Hello,World”,after that I read one book and last one I read documentation. . . . →Read More:Thinking in Java 4-th edition Book Recommendation By Oleg Mazurashu,on October 14th,2009% What is the AVD? AVD is an emulator instance with specific configurations. . . . →Read More:Using Android Virtual Devices (AVD's) By Oleg Mazurashu,on October 13th,2009% Several days ago we modified looks of our file manager in Wallpaper Changer application. In first version we used simple sort without Comparator or Comparable interfaces. . . . →Read More:Sorting directories and files in Java | A sample text widgetEtiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa. Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna,tincidunt vitae molestie nec,molestie at mi. Nulla nulla lorem,suscipit in posuere in,interdum non magna. | "If people do not believe that architecture is simple,it is only because they do not realize how complicated life is." - J.H. von Neumann |
Recent Comments