How To Convert iOS UI To Android
1. Do Not Convert You shouldn’t use the same UI spec to Android. iOS has a “physical home button” that brings you from any screen to home. However, the Android has “back, home and multi tasking buttons” on the screen. To learn complete ios app development course visit: ios online course What does this mean? An Android user can browse your app, go to the other app, and come back easily. That makes a huge difference. For this reason, iOS generally has a mixture of vertical and horizontal UI structures, but the Android is more vertical. And these “back, home and multi tasking buttons” are on the bottom so you can’t have a tab on the bottom. 2. Familiar with New Terms You will often hear the terms “DP”, “SP” and “9 Patch”. DP and SP are size units and 9 Patch is the name of the asset format. DP stands for density independent pixels . It is the absolute unit that never changes in size. SP is basically the same as DP, but it’s scaleable. If the user set font ...