Posts by Jemerson Damásio • 61 points
3 posts
-
3
votes1
answer597
viewsQ: Java String byte array with negative numbers
I’m having trouble figuring out the encoding of a string. The entrance is: São Paulo The original reading of this content is not my job, because the text goes through a Lua wrapper for Java. On my…
-
1
votes2
answers322
viewsA: Comparison of search algorithms within text strings
To compare them it is necessary that they are willing to do the same thing, you quoted "text comparison", but the term is very generic, maybe what you want is editing distance: ie, what is the…
-
2
votes1
answer200
viewsQ: Synchronous Creation of Android Surfaceview
I created a subclass of Surfaceview to abstract canvas operations, such as drawBitmap (among others), as shown below: public class MyView extends SurfaceView { public MyView(Context c) { super(c);…