The Architecture Of Android Case Study You'll Never Forget
The Architecture Of Android Case Study You'll Never Forget

you will be equipped with the basic knowledge you need to explore more sophisticated techniques and tricks for developing your next killer Android application.

Android WebView Control
Android WebView Control

webView control is used to display the content of the web browser which has .htm or .html extension file. WebView can also be used by declaring html tags in string datatype.

Android ScrollView Control
Android ScrollView Control

Scrollview is used to define the content on the screen. It provides the platform in which content is adjustable according to the content display in a view.

SeekBar in Android
SeekBar in Android

Android provides SeekBar control which is similar to progress bar except it has to drag and drop functionality by which user can adjust the functionality of the control. It is a part of widget category.

Android Progress Bar
Android Progress Bar

ProgressBar is a dialog box which gives the current status of Activity on Android such as downloading and uploading of files.

Android Material Tab with Swipe View example
Android Material Tab with Swipe View example

Android Material design is developed by google which functionality available in Android 5.0 (API Level 21) and above.

How to set shape of Image view in Android
How to set shape of Image view in Android

In Android, you can use android.widget.ImageView class to display an image file. Image file is easy to use but hard to master,

Navigation Drawer Implementation in Android
Navigation Drawer Implementation in Android

Hi Everyone, Here we are going to learn how to implement a very popular UI pattern called navigation drawer list in andriod