-
InputStream
How to Convert InputStream to String in Java
In this tutorial we are going to show three different methods that you can use in order to read a…
Read More » -
WebView
Android WebView Example
In Android, you can use the WebView component in order to present markup pages from URL or custom html markup page (short of…
Read More » -
GridView
Android GridView Example
One of the most usefull layouts in Android is the GridView. GridView organizes the items of your screen in a…
Read More » -
ListView
Android ListView Example
One of the most usefull layouts in Android is the ListView. ListView allows you to arrange your items in a scrollable list. Of…
Read More » -
TableLayout
Android TableLayout Example
In Android there are may ways you can arrange the components of your Application on the screen. One of the…
Read More » -
RelativeLayout
Android RelativeLayout Example
In Android there are may ways you can arrange the components of your Application on the screen. One of the…
Read More » -
LinearLayout
Android LinearLayout Example
In Android there are may ways you can arrange the components of your Application on the screen. One of the…
Read More »