Skip to content

Instantly share code, notes, and snippets.

View JavadBadirkhanli's full-sized avatar
🏠
Working from home

Javad Badirkhanly JavadBadirkhanli

🏠
Working from home
  • Baku, Azerbaijan
View GitHub Profile
@JavadBadirkhanli
JavadBadirkhanli / AdbCommands
Created November 19, 2025 23:33 — forked from Pulimet/AdbCommands
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.
{
"latestVersion": "1.0.1",
"latestVersionCode": "2",
"url": "https://drive.google.com/file/d/1WqprUo69X4SpS_2Ngsh3not2YpDmxzUV/view?usp=sharing"
}
{
"latestVersion": "1.0.1",
"latestVersionCode": "2",
"url": "https://drive.google.com/file/d/1WqprUo69X4SpS_2Ngsh3not2YpDmxzUV/view?usp=sharing"
}
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion "21.1.2"
defaultConfig{
minSdkVersion 14
targetSdkVersion 21
versionCode 101
@JavadBadirkhanli
JavadBadirkhanli / Readme.md
Created February 5, 2016 11:05 — forked from gabrielemariotti/Readme.md
A SimpleSectionedRecyclerViewAdapter: use this class to realize a simple sectioned `RecyclerView.Adapter`.

You can use this class to realize a simple sectioned RecyclerView.Adapter without changing your code.

The RecyclerView should use a LinearLayoutManager. You can use this code also with the TwoWayView with the ListLayoutManager (https://github.com/lucasr/twoway-view)

This is a porting of the class SimpleSectionedListAdapter provided by Google

Screen

Example: