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 97

Android Fragment Back Stack Example

Leave a Comment / Android Tutorial / Fragment

Android OS provides a back stack function for Activity, it also provides the back stack function for Fragment. If you add one Fragment into the back stack, when you press the android device back menu, you can find the Fragment that is saved in the back stack popup. Until all the saved Fragments in the […]

Android Fragment Back Stack Example Read More »

Android Add Fragment To Activity Dynamically Example

2 Comments / Android Tutorial / Activity, Fragment

The fragment is widely used in android app development. You can use it statically or dynamically. Article Android Multiple Fragments In One Activity Example has introduced what it is and how to use Fragment statically. This article will tell you how to use it dynamically in your android app.

Android Add Fragment To Activity Dynamically Example Read More »

Android Multiple Fragments In One Activity Example

6 Comments / Android Tutorial / Activity, Fragment

There are so many android devices in the world today. Different device screen sizes are also different. So when you create an android app, you must want it can be run in both small size ( android phone ) and big size ( android pad ) devices use only one release build.

Android Multiple Fragments In One Activity Example Read More »

Android Chat App Example Using RecyclerView

9 Comments / Android Tutorial / RecyclerView

This article will show you how to use RecyclerView to implement an android chat application. You can read the article Android RecyclerView Example to learn more about RecyclerView. You should read Android Nine Patch Image Example to learn how to make the chat bubble images stretch correctly.

Android Chat App Example Using RecyclerView Read More »

Android Custom Widget Example

Leave a Comment / Android Tutorial

If you find the current widget can not fit your needs, you can create a custom widget as you like. The benefits of such action are encapsulation and reuse. This also makes UI component manipulation easy and clear.

Android Custom Widget Example Read More »

Android PercentFrameLayout PercentRelativeLayout Example

Leave a Comment / Android Tutorial

LinearLayout has layout_weight property that can be used to specify the width percentage that a component can occupy. But FrameLayout and RelativeLayout do not support such properties.

Android PercentFrameLayout PercentRelativeLayout Example Read More »

Android LinearLayout OnTouchListener OnClickListener Example

Leave a Comment / Android Tutorial

Previous article Android LinearLayout Example has introduced how to use LinearLayout to layout and align components in android app. This article will show you an example about how to implement on touch listener and on click listener to the LinearLayout object.

Android LinearLayout OnTouchListener OnClickListener Example Read More »

Android RelativeLayout Example

Leave a Comment / Android Tutorial

RelativeLayout is different from LinearLayout in layout rules. RelativeLayout is more flexible and allows the controls to appear in any location of the layout by a relative position. This article will introduce RelativeLayout and it’s properties with examples.

Android RelativeLayout Example Read More »

Android Activity Launch Mode SingleTask SingleInstance Example

Leave a Comment / Android Tutorial / Activity

The previous article Android Activity Launch Mode Standard SingleTop Example has introduced the two android activity launch modes Standard and SingleTop. This article will introduce the other two android activity launch modes SingleTask and SingleInstance which are more difficult to understand.

Android Activity Launch Mode SingleTask SingleInstance Example Read More »

Android Activity Launch Mode Standard SingleTop Example

Leave a Comment / Android Tutorial / Activity

An activity can be configured with four launch modes, each launch mode is used in one special scenario. This article will introduce all the four launch modes of activity with examples.

Android Activity Launch Mode Standard SingleTop Example Read More »

Post pagination
← Previous 1 … 96 97 98 … 104 Next →

Search The Blog With Google

Copyright © 2025 Windows Tricks | Powered by Astra WordPress Theme