Im trying to create a moving back ground. My goal is to have a huge bitmap scrolling by itself making it seem as if its moving. but first i need to figure out how show only a part of the bitmap. Ive tried this code but have been unsucessful. Is the subset what im looking for in this situation? canvas.drawBitmap(bitmap, """subset"""src, dst, paint)
This is the method explanation bitmap The bitmap to be drawn ====== src May be null. The subset of the bitmap to be drawn ======= dst The rectangle that the bitmap will be scaled/translated to fit into