Skip to content
View gitzxon's full-sized avatar
Block or Report

Block or report gitzxon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MyBluetoothDemo MyBluetoothDemo Public

    Getting the phone book from another phone via bluetooth with the PBAP(PhoneBookAccessProfile). The os of the remote phone can be android or ios.

    Java 19 10

  2. yyhelper yyhelper Public

    free yourself from yinyangshi

    Python 12 1

  3. find the soft keyboard height, and ... find the soft keyboard height, and scroll the target view when it is hidden by the soft keyboard.
    1
    public class KeyboardUtil {
    2
    
                  
    3
        public static void hide(View v) {
    4
            InputMethodManager imm = (InputMethodManager) v.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
    5
            if (imm != null && imm.isActive()) {
  4. LeetCodeLearning LeetCodeLearning Public

    Java 1