Category: Android
-
Android: Find And Display IP Address Of A Mobile Programmatically
Very often app developers need to find the IP address of the Android device on which an app is installed. This post explains how you can find and display the IP address of a device programmatically. You can download complete source code of the project here. You may be connected to internet through a Wifi…
-
Android: Learn Everything About LinearLayout And Its Attributes
This tutorial will help you understand everything about the LinearLayout and makes it easier for you to create different views using this Layout. The LinearLayout is a layout based on the idea of a box, that is to say, buttons or other widgets belonging to this Layout are either aligned in a horizontal or a vertical line. How to configure my LinearLayout? You can play…
-
Using Arabic, Urdu, Persian And Other Languages Fonts In Android App Development
Many times you would like to develop apps targeting a particular region or country. In that case, using the local language of that area is very user friendly. On first look, it might seem to be a daunting task but infact it is quite simple. Here is an example to explain the necessary steps…