TakuCoder / postman
Postman is a REST API testing tool for Android devices. It helps to test REST API without desktops. can submit a HTTP request with several headers, parameters and raw request body by 6 different HTTP methods including GET, POST, HEAD, PUT, DELETE and PATCH. HTTP response can be shown as three styles including pretty, raw and preview. Response st…
☆14Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for postman
- Android阴影布局,支持自定义边界形状☆12Updated 2 years ago
- 安卓双开/分身 MediaStore 兼容性测试。Tuning of Android MediaStore & File IO compatibility issues between HostProfile App and WorkProfile/DualApp/Mult…☆40Updated 9 months ago
- Aapt for Android☆14Updated 3 years ago
- 🔥功能强大,UI简洁,交互优雅的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!(Powerful and Beau…☆17Updated 5 years ago
- An Android library that can manipulate power-related actions with just few lines of code.☆35Updated 2 years ago
- aapt和aapt2固定资源id,以及为资源进行public flag标记。☆16Updated 3 years ago
- Xposed模块,截取程序崩溃日志进行弹窗显示。☆21Updated 3 years ago
- EIDE为Android手机上的集成开发环境,类似于AIDE,fork源码来学习下原理,基于原版做了以下修改:补全AndroidStudio项目结构; 升级gradle到3.4.0; 升级ADK到28; 升级JDK到1.8;