🎯
Focusing
Highlights
- Pro
Pinned Loading
-
-
Android Debug Bridge (ADB) Wi-Fi Con...
Android Debug Bridge (ADB) Wi-Fi Connection Script 1@echo off
2set /p ip="Enter Device IP Adress: "
3set port=5555
4echo %ip%
5adb tcpip %port%
-
RecyclerView Adapter Template (Java)
RecyclerView Adapter Template (Java) 1#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
23import android.content.Context;
4import android.view.LayoutInflater;
5import android.view.View;
-
RecyclerView Adapter Template (Kotlin)
RecyclerView Adapter Template (Kotlin) 1#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}#end
23import android.view.LayoutInflater
4import android.view.View
5import android.view.ViewGroup
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.