Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

thushanperera95/Android-Easy-About-and-Help-Activity

Repository files navigation

Android Easy About and Help Activity

Provides an easy way of adding an activity to that app that handles all the help, about and/or feedback information you want to include.

Developers

Thushan Perera (thushan.perera95@gmail.com)

System Requirements

Android 4.0 Ice Cream Sandwich (API level 14) or above

How to use

You only have to download android-easy-help-feedback project, import it into your workspace and add the project as a library in your android project settings.

Alternatively, you can add it as a gradle depency (add the following lines to your build.gradle file).

repositories {
    jcenter()
}

dependencies {
    compile 'com.kaozgamer.android:android-easy-help-feedback:0.9.6@aar'
}

I also recommend modifying the menu layout (pref.xml) and strings (strings.xml) to your suiting.

Contributing

Code

Feel free to contribute to the project by forking the project and then submit a pull request.

Issues

Please help out by submitting any bug you come across to the issue tracker.

A screenshot and a short description on where and when the bug occurs would greatly help us with locating and fixing the bug.

Areas of Focus

These are the areas of the app that needs more work. If you can see any improvements that can be made, please feel free to contribute!

Code Style

Please ensure that any code that you contribute, conforms to the coding standard defined here.

License

This project is licensed under the MIT License.

About

Provides an easy way of adding an activity to that app that handles all the help, about and/or feedback information you want to include.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages