Tag archives for Layout

Android

Learn to create a System Keyboard on Android

In that tutorial, you are going to learn how to create your own System Keyboard on Android with Android Studio. A System Keyboard could be used in any application that a user has installed on his phone. Note that you can also discover this tutorial in video on YouTube :   Layout for the Keyboard The first thing to make is to…
Continue Reading
Android

How to create a layout with rounded corner borders in Android ?

In Android, when you define your user interface in XML, you can define a border for layouts. However, these borders are rectangles by default. May be, you could want to create a layout with rounded corner borders. You know how to achieve that in CSS but you don't know how to make that in Android. This tutorial is made for…
Continue Reading