Android-Intent delivers data
I. briefly Intent can carry data. The common data that Intent can carry can be divided into the following categories: intent.putExtra(String name, boo...
Viewpager Sliding Animation Notes
google has opened an interface for viewpager, PageTransformer, to implement viewpager animation. Developers can implement this interface, define the ...
Detailed usage of Android XML shape Tags
Detailed usage of Android XML shape Tags _An android developer must know how to define a Drawable using xml, such as defining a rect or circle as the...
android implements a spring-like server-side framework based on annotations
Anyone who has used spring or Retrofit knows that binding and decoupling functions and http requests is very convenient. Here's a simple annotat...