Tutorial on Download Image using AsyncTask Tutorial in Android , you will learn how to download an image using URL address into your Android application. In the layout design, button click will start an AsyncTask class to begin downloading an image from a URL address specified in the Edittext control in your android application . Download […]
Android
How to see the data stored in sqlite in android studio
Do you know how to create database connection using SQLite in android studio ? Once you create a android app using SQLite database , most of us facing the problem is how to track our data in SQLite database that we have already created. The tutorial on how to see the data stored in sqlite […]
Android Theme Demo Example
This is a tutorial on usage of theme in android app. We can apply theme to a specific activity or apply to the whole app. We have already discussed the tutorial on style usage in android. Styles on Android allow you to separate your app design from the UI structure and behavior, similar to style […]
Android Style Demo Example
Styles on Android allows you to separate your app design from the UI structure and behavior, similar to style sheets or CSS usage in web design. That is we can separate the design of our app from the structure of the app. Android Style A style is a collection of attributes that is used to […]
Android AbsoluteLayout Tutorials
Android AbsoluteLayout is a layout type that allows you to position your views in the screen using the X, Y coordinates. That is you can specify the exact location of its children by using x and y coordinates. Android AbsoluteLayout What is a layout in android?. What are all the different types of layouts in […]
Android TableLayout Tutorial
Android TableLayout is used to arrange groups of views into rows and columns which is same as Table tag in HTML. In otherwords we can say that TableLayout is a ViewGroup that displays child View elements in rows and columns. TableLayout structure is as shown below. Android TableLayout A layout that arranges its children into […]
Android GridLayout Tutorial
Android GridLayout places the views in a two-dimensional rectangular scrollable grid (rows and columns). Android GridLayouts in XML Resource Files What is Layouts in android ? What are the different types of layouts in android?. I have already discussed tutorial on different types of layout in android. Android GridLayout is declared within an XML file […]
How to fix Internet connection Problem in Ubuntu 16.04
Do you have internet connection problem in Ubuntu 16.04 ?. This is a simple tutorial to solve internet connection problem in your Ubuntu 16.04. How to Open a Terminal Window in Ubuntu Click the Dash button. You can find this in the Launcher bar, and it has the Ubuntu logo. Type terminal and select […]