Skip to content
Windows Tricks
  • Windows11
  • Windows10
  • iPhone
  • Python
    • Python Basic
    • Python Classes and Objects
    • Python Exception Handling
    • Python File Operation (I/O)
    • Python Flow Control
    • Python Functions and Lambda Expressions
    • Python List, Tuple, Dict, Set
    • Python Modules and Packages
    • Python String
    • Python Special Attributes and Methods
    • Python Variable Types and Operators
    • Anaconda
    • PyCharm
  • Matplotlib
  • Pandas
  • Windows
  • Oracle VirtualBox
  • Scratch
  • Contact
  • Privacy Policy
  • Home
  • Page 99

Android ListView Example

1 Comment / Android Tutorial / Android UI

android.widget.ListView is widely used in android mobile app. It displays all the list items in the form of a vertical list. This article will show you examples about how to create ListView and how to add item data in it.

Android ListView Example Read More »

Android Shape, Selector Examples

1 Comment / Android Tutorial / Android UI

Shape, selector, and layer-list are usually used to create custom drawable resources in android development. Those three XML elements can save a lot of UI resources and time if being used properly. This article will show you how to use them correctly.

Android Shape, Selector Examples Read More »

Android Progress Bar Example

7 Comments / Android Tutorial

android.widget.ProgressBar is a sub-class of android.view.View. It is the parent class of both AbsSeekBar, RatingBar, SeekBar and ContentLoadingProgressBar. This article will introduce ProgressBar properties and how to customize ProgressBar for your needs.

Android Progress Bar Example Read More »

Android Thread Message Looper Handler Example

3 Comments / Android Tutorial

Android’s message queue and queue looper are aimed at the specific thread, a thread can have it’s own message queue and queue looper. 1. Android Message Queue And Looper Introduction. If you want to send messages between different threads, you need to add a message object in that thread’s message queue. Then the queue looper

Android Thread Message Looper Handler Example Read More »

Java DecimalFormat Example

Leave a Comment / Java Tutorial / JAVA BASIC

We often need to format numbers, such as taking two decimal places for a number, show only the integer part of a number, etc. Java provides java.text.DecimalFormat class, which can help you to format numbers use your specified pattern as quickly as possible.

Java DecimalFormat Example Read More »

Android Splash Screen Example

Leave a Comment / Android Tutorial / Android UI

Android splash screen is a popular screen effect in app development. It is always used in below two scenarios. Show app logo or company info in several seconds when the app initialize. The splash screen show time is fixed in this case. Show something when the app load data from a web server in the

Android Splash Screen Example Read More »

Android DatePicker TimePicker Example

Leave a Comment / Android Tutorial / Android UI

DatePicker and TimePicker are all extends android.widget.FrameLayout. They are used to display the date and time selection widget in the android applications. They can be used in either spinner mode or calendar mode ( date picker), clock mode ( time picker ). You can control their appearance with their properties.

Android DatePicker TimePicker Example Read More »

How To Change Minimum Sdk Version In Android Studio

6 Comments / Android Tutorial / Android Studio

When you use the android widget in layout XML or java code, you may encounter error messages like Call requires API level 23 (current min is 17):. This means your current android minimum SDK version is 1.7, which is too low to use this widget. You need to change it to 23. This article will

How To Change Minimum Sdk Version In Android Studio Read More »

Android ImageView Matrix Rotate, Scale, Skew, Translate Example

Leave a Comment / Android Tutorial / Android UI

android.graphics.Matrix is the class that be used to process images in android. This article will show you examples of how to use android.graphics.Matrix to rotate, scale, skew and translate bitmap images in android.

Android ImageView Matrix Rotate, Scale, Skew, Translate Example Read More »

Android ImageView Examples

Leave a Comment / Android Tutorial / Android UI

android.widget.ImageView is android image manipulation class. It can be used to load images, show images, and edit images. This article will introduce this class to you and show you an example to demonstrate it’s functions.

Android ImageView Examples Read More »

Post pagination
← Previous 1 … 98 99 100 … 104 Next →

Search The Blog With Google

Copyright © 2025 Windows Tricks | Powered by Astra WordPress Theme