Recent Posts
-
Java – how to put Google Adsense in GWT
Does anyone know how to put Google Adsense ads in GWT web applications? Solution You can put the JavaScript code in Ad…… -
How to output the content of scene graphics in JavaFX 2 to images
How to output the content of scene graph in JavaFX 2 to image In fact, I'm developing an application that basically de…… -
JPA2. 0: delete entity in onetomany relationship
How to delete an entity in a onetomany relationship @Entity @NamedQueries({ @NamedQuery(name="User.findByUserNamePa…… -
Java code to XML / XSD without annotations
I need to group and ungroup Java The course doesn't belong to me. I can't add animation so that I can use JAXB Is ther…… -
Create an object before the super call in Java
Consider the simple java code that doesn't work: public class Bar extends AbstractBar{ private final Foo foo = ne…… -
Get heap dumps from remote applications in Java using jvisualvm
I run jvisualvm (Windows XP, Sun Java 1.6.0.13, 32-bit client VM) to monitor remote applications (Linux, Sun Java 1.6.…… -
Java – how to put Google Adsense in GWT
Does anyone know how to put Google Adsense ads in GWT web applications? Solution You can put the JavaScript code in Ad…… -
Get heap dumps from remote applications in Java using jvisualvm
I run jvisualvm (Windows XP, Sun Java 1.6.0.13, 32-bit client VM) to monitor remote applications (Linux, Sun Java 1.6.…… -
Java convert converts string to int when using BufferedReader
How to convert string to int when using BufferedReader? System.out.println("input a number"); int n=Integer.parseInt(…… -
Android application internal suspension drag button simple implementation code
This paper introduces the simple implementation code of the internal suspended draggable button of Android application…… -
Popupwindow custom location display implementation code
1、 Overview In Android, pop-up menu (hereinafter referred to as pop-up window) is a widely used menu presentation met…… -
Some small changes in Android studio 3.0
preface Early in the morning, in the crowded subway in Beijing, my CTO, brother Yan, sent me a message on wechat: Andr…… -
Three methods of Android delay operation
In Android development, we may need to delay the execution of an operation. For example, when we start the application…… -
Android development uses JSON to realize the interactive function between server and client data
This paper describes the example of Android development using JSON to realize the interactive function of server and c…… -
Explain how Android popupwindow can reasonably control the pop-up location (showatlocation)
When it comes to popupwindow, you should feel familiar and easy to use If the height and width are not specified when …… -
Explain in detail some problems about installing and gradle in Android studio
It has been almost a year since I started using Android studio. When I first started using Android studio, it was stil…… -
Android studio super simple packaging method for generating apk
This article introduces the super simple package generation APK of Android studio, which can be shared with you and le…… -
Android develops a simple method to realize shaking animation
This paper gives an example of how to develop simple shaking animation for Android. Share with you for your reference,…… -
On the way to update Android studio 3.0
Preface: as a leading biological "ape" in the world, how can we know nothing about new things? On October 26, with the…… -
Method of completing APK multi-channel packaging by Android secondary packaging
This paper introduces how to write the channel number into the assets file, extract APK, modify the files in assets, g…… -
Example of phrase highlighting textview method in Android
preface This article mainly introduces the relevant contents of the phrase highlighted textview implemented by Android…… -
New features and installation of Android studio 3.0
Android studio is the official ide of Android. It is designed for Android, which can speed up your development and hel…… -
Android imitation wechat @ friend function input @ jump and delete the whole block
Recently, when doing the chat function, there was a need to imitate the function of wechat as @ friend. I thought it w…… -
Explain in detail the precautions when using Android service
Recently, a project just used service, especially Aidl remote service. After this project, we have a better understand…… -
Android implements the sideslip deletion of QQ class based on swiperefreshlayout
preface I remember last year, when I did a chat project, I needed to achieve a pull-down refresh similar to QQ and hav…… -
Implementation of menu displaying icon and text at the same time in Android
@H_ 403_ 1@Android Implementation of displaying icons and text simultaneously in menu @H_ 403_ 1 @ Preface: When setti…… -
Android implements a simple and practical search box
This example shares the specific code of Android search box for your reference. The specific contents are as follows D…… -
Solution to item click failure of listview in Android
If stu_ Item.xml includes a button or check@R_ 463_ 2419 @ and other controls. By default, the item of the list will l…… -
Solution to the problem of unable to locate in Android WebView
I had a problem before. I couldn't locate it when I used WebView. Recently, the top 19 can't find a wall. I can only g…… -
Android xrecyclerview realizes multi entry loading
This example shares the specific code of Android multi entry loading display for your reference. The specific contents…… -
Asynctask class instance details
Asynctask, also known as "asynchronous task", is an abstract class Asynctask specifies an abstract method for executin…… -
Download and installation tutorial for Android studio 3.0
I have no contact with Android development. I want to learn, so I study by myself. Next is my learning route. I hope t……