# packagehunter **Repository Path**: applibgroup/packagehunter ## Basic Information - **Project Name**: packagehunter - **Description**: 📥 [HMOS Library] Hunt down all package information - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-29 - **Last Updated**: 2022-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Android library to hunt down package information.

The library is built for simplicity and approachability. It not only eliminates most boilerplate code for dealing with package information, but also provides an easy and simple API to retrieve them and associated data.



Also featured in Awesome Android Newsletter #Issue 13
Built with ❤︎ by Nishant Srivastava and contributors


### App in Playstore [![playstore](https://github.com/nisrulz/packagehunter/blob/master/img/google-play-store.png)](https://play.google.com/store/apps/details?id=github.nisrulz.projectpackagehunter) ![Sc1](https://github.com/nisrulz/packagehunter/blob/master/img/sc1.png) ![Sc2](https://github.com/nisrulz/packagehunter/blob/master/img/sc2.png) ![Sc3](https://github.com/nisrulz/packagehunter/blob/master/img/sc3.png) ![Sc4](https://github.com/nisrulz/packagehunter/blob/master/img/sc4.png) # Changelog Starting with `1.1.0`, Changes exist in the [releases tab](https://github.com/nisrulz/packagehunter/releases). # Including in your project PackageHunter is available in the Jcenter, so getting it as simple as adding it as a dependency ```gradle compile 'com.github.nisrulz:packagehunter:{latest version}' ``` where `{latest version}` corresponds to published version in [ ![Download](https://api.bintray.com/packages/nisrulz/maven/com.github.nisrulz%3Apackagehunter/images/download.svg) ](https://bintray.com/nisrulz/maven/com.github.nisrulz%3Apackagehunter/_latestVersion) # Simple example Create an instance of `PackageHunter` ```java PackageHunter packageHunter = new PackageHunter(context); ``` Next call an available function on the ***packageHunter*** instance such as ```java String appName= packageHunter.getAppNameForPkg(packageName); ``` ### Get information for + [Specific Package](https://github.com/nisrulz/packagehunter/wiki/Usage#specific-package) + [All Packages in Device](https://github.com/nisrulz/packagehunter/wiki/Usage#all-packages-in-device) + [Search for a Package](https://github.com/nisrulz/packagehunter/wiki/Usage#search-for-a-package) ### :page_with_curl: For more info , check the **[Wiki Docs](https://github.com/nisrulz/packagehunter/wiki/Usage)** # Pull Requests I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request: 1. Match coding style (braces, spacing, etc.) This is best achieved using CMD+Option+L (Reformat code) on Mac (not sure for Windows) with Android Studio defaults. The code style used in this project is from [Grandcentrix](https://github.com/grandcentrix/AndroidCodeStyle), so please use the same when editing this project. 2. If its a feature, bugfix, or anything please only change code to what you specify. 3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :) 4. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected. 5. Check for existing [issues](https://github.com/nisrulz/packagehunter/issues) first, before filing an issue. 6. Have fun! ## Author & support This project was created by [Nishant Srivastava](https://github.com/nisrulz/nisrulz.github.io#nishant-srivastava) but hopefully developed and maintained by many others. See the [the list of contributors here](https://github.com/nisrulz/packagehunter/graphs/contributors). > If you appreciate my work, consider buying me a cup of :coffee: to keep me recharged :metal: > + [PayPal](https://www.paypal.me/nisrulz/5) > + Bitcoin Address: 13PjuJcfVW2Ad81fawqwLtku4bZLv1AxCL > > I love using my work and I'm available for contract work. Freelancing helps to maintain and keep [my open source projects](https://github.com/nisrulz/) up to date!