rcs34.android
Tuesday, October 6, 2015
GlyphView: Stale view: javax.swing.text.BadLocationException: Length must be positive
›
In this article I will show you, how you can get rid of the "GlyphView: Stale view: javax.swing.text.BadLocationException: Length must...
Thursday, January 22, 2015
Cooley–Tukey FFT algorithm
›
In this article I will show you, how you can compute the Cooley–Tukey FFT algorithm using the pure JAVA language. If you are trying to w...
Friday, September 27, 2013
OpenGL - load 3D objects from .obj files
›
In this article I will show you, how to load complex 3D objects into your JAVA program and how to render them. The example uses JAVA/JOGL,...
2 comments:
Thursday, January 24, 2013
Copy files between Android and PC
›
In this article I will show you, how you can copy files between PC and an Android device. If you use some Android device, especially if y...
Monday, January 21, 2013
Android - print all contacts properties
›
In this article I will show you, how you can print out all the contacts from an Android device. If you are trying to work with contacts o...
Wednesday, December 19, 2012
Disable text selection in HTML
›
This is not Android-related, but I do not plan to create a new blog for it:-) Here is the way how to text selection can be disabled in html...
Tuesday, September 18, 2012
Memory leak when setting Drawable from an AsyncTask
›
In this article I share my experience with memory leak problem which have relieved me of several hours of my precious time. Maybe I will not...
2 comments:
›
Home
View web version