• Stars
    star
    104
  • Rank 323,016 (Top 7 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

✏️ Easily gather feedback from any android application. Get detailed information on the email.

Android Arsenal Open Source Love License

EasyFeedback

So you have developed full Application, Now the part comes when you have to create a FeedbackActivity to gather feedback but you feel terrible for creating something boilerplate. Now don't feel just write your email-id and you are done.

What you get

  • Text Feedback
  • System Info - Device Name, App Version, Android Version etc.
  • Log Report
  • Screenshot

Min SDK

15

Download

Gradle

implementation 'com.webianks.library:easy-feedback:1.0.5'

Maven

<dependency>
  <groupId>com.webianks.library</groupId>
  <artifactId>easy-feedback</artifactId>
  <version>1.0.5</version>
  <type>pom</type>
</dependency>

Usage

Use this piece of code inside the onClick method of the Activity/Fragment from where you want to open the FeedbackActivity.

   new EasyFeedback.Builder(this)
            .withEmail("[email protected]")
            .withSystemInfo()
            .build()
            .start();

Method Explanations

withEmail(String email)

Takes the string email-id of the developer on which you want to get the feedback/report.

withSystemInfo()

Add this method in the builder when you want the System Info & Log reports also.

Note

Sceenshot is optional.

LICENSE

 Copyright 2017 Ramankit Singh 

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 

More Repositories

1

PopupBubble

🅿️ Easily add and customise "New Post" popup button with the feeds (RecyclerView) of your app.
Java
381
star
2

ScrollChoice

✔️ Scrollable view which can be used to give different choices to user with nice ui.
Java
199
star
3

msgs

📥 Messaging app utilising some of the sms APIs.
Kotlin
163
star
4

BluetoothChat

☉‿⊙ Simple bluetooth chat app.
Kotlin
120
star
5

EasyPortfolio

💻 Easily add Portfolio Screen in your android app.
Java
28
star
6

PlayStoreParallelDownload

🌀 Demo logic to download/update apps in parallel inside recyclerview like AppStore.
Java
26
star
7

Crimson

👓 An android application that can prove to be the ultimate care taker of your eyes. [Built during hackDTU event.]
Java
24
star
8

Expensive

Simple Expense Manager App using MVP.
Kotlin
24
star
9

BreathingProgressDemo

🔵 Nice little breathing progress which can be used in replacement with the default ProgressBar in Android.
Java
22
star
10

webianks_resume

📄 Clone of MaterialResume with customizations for my resume.
HTML
7
star
11

scout

🔰 Scout helps to perform email search flawlessly on the basis of extracting various email search parameters from plain english query.
Java
4
star
12

CybonitoApp

Source code of official android app of fest "Cybonito".
Java
3
star
13

INCHECK-InternetCheck

📡 This project contains very simple but usefull feature to check if the device has the Internet Access or not.
Java
3
star
14

BestKick

Pseudo Mobile application which lists the best Kickstarter.com projects.
Java
3
star
15

flutter_resume

My portfolio website built with Flutter Web
Dart
2
star
16

adidas-concept

Adidas Concept App made with Flutter.
Dart
2
star
17

Creddit

Basic credit card maintenance demonstration app.
Kotlin
2
star
18

EdforaStudio

Pseudo Android application that lists and plays best coke studio songs. [Edfora Hiring Challenge]
Java
2
star
19

EduCorp

A simplified way to connect parents and tutors! [Rang De Android Hiring Challenge]
Java
2
star
20

TheUltimateInternshipGuide

Best guide for internship.
2
star
21

travy-bot

Your travel helper chat bot.
JavaScript
1
star
22

doggo

Kotlin
1
star
23

MallOfDeals

Mindtree Digital Hackathon 2015 project.
Java
1
star
24

NasaPicturesApp

Kotlin
1
star