By Oleg Mazurashu,on December 17th,2009% When you work with images in Android ,you can not only set this image as background image . Android allows a lot of things which you can do with an image object. Here I want to show how easy is to resize an image (Bitmap object) using Matrix class. This practice is very useful. . . . →Read More:Image resizing in Android By Oleg Mazurashu,on December 16th,2009% I have received some identical questions by e-mail. People ask me how to install non-market application in Android phone. It is simple,by default Android works only with applications from Android Market,for allowing to install non-market application need to configure Android phone:Settings->Applications->Unknown sources That’s all. As you can see it is very easy. . . . →Read More:Installing non-market application in Android phone By Oleg Mazurashu,on December 15th,2009% You can use global or project specific code formatting options in NetBeans. I am going to show how you can change both of them. . . . →Read More:Changing formatting in NetBeans By Oleg Mazurashu,on December 15th,2009% By default NetBeans stores it’s settings in a directory called .netbeans under the user’s home directory. But what if you need to use other settings for other projects (for example home projects)? It is simple,need to use other settings directory. There are 2 ways. You can edit netbeans.conf file or you can specify what . . . →Read More:Using different settings directories for different projects in NetBeans By Oleg Mazurashu,on December 15th,2009% I found that change author name in generated files in IntelliJ IDEA is very simple procedure. I am going to show how you can change it. . . . →Read More:Changing author name in IntelliJ IDEA By Oleg Mazurashu,on December 15th,2009% In Eclipse you can use 2 type of workspace settings. One is general settings,you can change them by visiting Window->Preferences: But sometimes you need to specify some project’s settings. For this you can use project specific settings. . . . →Read More:Setting project specific settings in Eclipse By Oleg Mazurashu,on December 14th,2009% It is very easy to change author name in Eclipse IDE. Steps: open eclipse.ini file in the eclipse directory add the following line after -vmargs line -Duser.name=your name Example of my eclipse.ini: …-vmargs -Duser.name=FaYnaSoft Labs … Also you can change it from here:Preferences ->Java ->Code Style ->Code Templates ->Comments ->Types . . . →Read More:Changing author name in Eclipse IDE By Oleg Mazurashu,on December 14th,2009% In Android application you can use /res/xml XML files. These files are different than other Android resources. They are different from raw files,you don’t use a stream to access them because they are compiled into an efficient binary form when deployed,and they are different from other resources and they can be of any . . . →Read More:Using XML file resources in Android By Oleg Mazurashu,on December 10th,2009% Very good news from NetBeans development team –NetBeans 6.8 is out. The NetBeans IDE 6.8 is the first integrated development environment to provide complete support of Java EE 6 and the GlassFish Enterprise Server v3 platform. Developers hosting their open-source projects on kenai.com benefit from improved instant messenging and issue tracking integration in the . . . →Read More:NetBeans IDE 6.8 is out By Oleg Mazurashu,on December 9th,2009% Very good news for all who use IDEA for development. Version 9 is finally out. What’s new: Faster Environment Improved Code Understanding Cleaner,More Productive Coding More Efficient User Interface More Flexible Project Structure Preliminary Java 7 Features Support Java EE 6 Support Improved Groovy support Extended Polyglot Arsenal New Web Frameworks Support OSGi Application . . . →Read More:IntelliJ IDEA 9 is released | 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