N Nicolás Cieri Active Member Licensed User Jan 15, 2020 #1 Hi, The function to make a circular image works well. I see a difference between Android and iOS, using the same function. On iOS, the circle is perfect. On Android, the circle seems to be a bit pixelated. Is there any other way to create a perfect circle on Android? Thanks a lot Attachments a.png 115.8 KB · Views: 189
Hi, The function to make a circular image works well. I see a difference between Android and iOS, using the same function. On iOS, the circle is perfect. On Android, the circle seems to be a bit pixelated. Is there any other way to create a perfect circle on Android? Thanks a lot
Erel B4X founder Staff member Licensed User Longtime User Jan 15, 2020 #2 Can you post a screenshot from the Android device? Upvote 0
N Nicolás Cieri Active Member Licensed User Jan 15, 2020 #3 Attached screenshot!., thanks Erel. Upvote 0
S sorex Expert Licensed User Longtime User Jan 15, 2020 #4 It should be smooth on Android aswell. Did you replace the colors.white from the original example with colors.transparent? Upvote 0
It should be smooth on Android aswell. Did you replace the colors.white from the original example with colors.transparent?
N Nicolás Cieri Active Member Licensed User Jan 15, 2020 #5 The same happens if the color is white or if it is transparent. I have done the tests anyway, even with other colors. Upvote 0
The same happens if the color is white or if it is transparent. I have done the tests anyway, even with other colors.
Erel B4X founder Staff member Licensed User Longtime User Jan 16, 2020 #6 Are you testing it on the emulator? It will look better on a high density screen. All Android phones are high density (not all tablets). Upvote 0
Are you testing it on the emulator? It will look better on a high density screen. All Android phones are high density (not all tablets).
N Nicolás Cieri Active Member Licensed User Jan 16, 2020 #7 No, in a real device.. I'm using a Samsung SM-J320M for test Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 16, 2020 #8 While there is no antialiasing in this case, it shouldn't look too bad. Try to reproduce it in a small project and upload it. Maybe I can offer a different method based on BitmapCreator. Upvote 0
While there is no antialiasing in this case, it shouldn't look too bad. Try to reproduce it in a small project and upload it. Maybe I can offer a different method based on BitmapCreator.
N Nicolás Cieri Active Member Licensed User Jan 16, 2020 #9 It looks the same way in a small project. Maybe the alternate method would be a very good option. Thanks Upvote 0
It looks the same way in a small project. Maybe the alternate method would be a very good option. Thanks
Toky Olivier Active Member Licensed User Longtime User Jan 16, 2020 #10 You cannot upload the small project? Upvote 0