• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. B

    Apps listview items are cut!

    Hi, I created a listview whenever my text is 3 rows and more the text in 3rd row is cut!!! See attachment for example - the third row in every list item is cut. Can anyone help me with this please? Thanks
  2. B

    Apps BitmapMesh.java android example some things i dont understand

    Hi, What do they exactly mean by mesh? I'm looking at the source code of this example and i see: float w = mBitmap.getWidth(); float h = mBitmap.getHeight(); // construct our mesh int index = 0; for (int y = 0; y <=...