Android LinearLayout Basic Layouting and Example
Android LinearLayout is an essential layout to build a UI layout block for Android apps. Most of the time you will need to use this layout as your main layout when designing the UI....
Android LinearLayout is an essential layout to build a UI layout block for Android apps. Most of the time you will need to use this layout as your main layout when designing the UI....
In this tutorial we’re gonna learn about the most common Android widgets (ImageView, TextView, and Button) by creating a simple Mystery Box application. Hmm, basically we’re just gonna show a single image, text, and...
The most important thing as we learn to code Android apps is to know about what Activity is. We have to get to know all about Activity in Android before we go deep down...
Technology is the core of everything. Nowadays, we can’t live without it and mobile technology is one of those. So many people use technology but not everyone can create technology. Let’s start with something...
More