• Stars
    star
    222
  • Rank 179,123 (Top 4 %)
  • Language
    Java
  • Created about 9 years ago
  • Updated almost 2 years ago

Reviews

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

Repository Details

The Best Looking Survey Library for Android

Android Survey

Android Arsenal

Sadly, I don't have time to maintain this. If you'd like to be a maintainer, drop me a message in an issue !

Special thanks to https://github.com/howettl for his contribution.

A simple to use, survey library for collecting feedback from your users.

alt text

Instalation:

compile 'com.androidadvance.surveylib:surveylib:0.0.1'

How to use it:

  1. Take a look at the example project
Step 1:

You will need: A json file with the questions. Check the assets folder to see 3 examples.

Step 2:

Call the class SurveyActivity and pass as an extra the json string.

        private static final int SURVEY_REQUEST = 1337;
        a_button.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                Intent i_survey = new Intent(MainActivity.this, SurveyActivity.class);
                i_survey.putExtra("json_survey", loadSurveyJson("example_survey_1.json"));
                startActivityForResult(i_survey, SURVEY_REQUEST);
            }
        });

What is loadSurveyJson ? check this function.

Step 3:

The activity is started with a request code.

    @Override
    protected void onActivityResult(int requestCode, int resultCode, Intent data) {
        if (requestCode == SURVEY_REQUEST) {
            if (resultCode == RESULT_OK) {

                String answers_json = data.getExtras().getString("answers");
                Log.d("****", "****************** WE HAVE ANSWERS ******************");
                Log.v("ANSWERS JSON", answers_json);
                Log.d("****", "*****************************************************");

                //do whatever you want with them...
            }
        }
    }
Last step:

Add this activity to your manifest file.

<activity android:name="com.androidadvance.androidsurvey.SurveyActivity"
            android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
            android:windowSoftInputMode="stateHidden"/>
The Json format of the Questions.

You have couple of question types: String, StringMultiline, Number, Radioboxes, Checkboxes. They can be "required" or not, the choices can be random. Check the examples, everything is simple to use.

Customizations
Colors

Use html codes in your json question title, choices. You can see a compiled list here

Define your material design colors in the style.

Not enough ? You have to do it yourself. Simplest way is to Fork this project and style, add, modify who you like.

More question types / Other Stuff

Fork this project

Troubleshooting

  1. Make sure you have the latest shit. At this moment: compileSdkVersion 23, targetSdkVersion 23, buildToolsVersion "23.0.1", compile 'com.android.support:appcompat-v7:23.1.0', compile 'com.android.support:design:23.1.0' etc.
  2. Feed a valid json! Otherwise you'll get errors.
  3. Check the sample project.

Updates, Questions, and Requests

Ping me here :)

TODO://

  • Offline mode storage.
  • Sync with server example.
  • Adding a sliding bar / stars question type
  • Waiting for your suggestions

You like this library ? Check my other projects.

If you use this library, please star this project.

License

Copyright 2015 AndroidAdvance.com

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

TSnackBar

Android Snackbar from the Top (similar to Crouton)
Java
1,128
star
2

UltimateAndroidAppTemplate

A ready to use android app template. Powered by Android Annotations Retrofit API ready to be used Picasso for image loading Snackbar, RecyclerView, Pull to Refresh etc. Feedback contact by email for feedback / Settings Page with some dummy settings etc.
Java
291
star
3

Flask-Easy-Template

A template web app with Flask. Features: latest bootstrap, user registry, login, forgot password. Secured admin panel, pagination, config files for Nginx and Supervisor and much more.
HTML
176
star
4

UltimateAndroidTemplateRx

MVP Android App Template Ultimate Android Template MVP // Dagger 2 // Boilerplate // Bootstrap // Bottom Navigation Menu Material Design
Java
113
star
5

SimpleChat

The best room chat system for Android. Real-time, IRC Style using firebase as database.
Java
101
star
6

make_yourself_a_bot

make yourself a chat bot. (private web mode)
JavaScript
35
star
7

Spring-Android-Push-Notifications-FCM-

android firebase push notifications, by java. Spring Framework example.
Java
30
star
8

FacebookTwitterGoogleLogins

Android Facebook Twitter Google Logins
Java
29
star
9

qv_voting

Quadratic voting system with smart contract help
Solidity
26
star
10

SlackUptimeMonitor

Receive notifications in Slack when your websites/api/services are down
Python
16
star
11

arweave-ipfs-bridge

a Bridge between IPFS and ARWEAVE
Go
13
star
12

Proof-Of-Authority-Blockchain

a parity proof of authority blockchain
Go
12
star
13

UltimateAndroidAppTemplateKotlin

the Kotlin version of the popular repo Ultimate Android App Template
Kotlin
11
star
14

GoUdpServerClient

golang udp server client example
Go
10
star
15

Spring-Two-Factor-Auth-Android-App

two factor auth android app
Java
9
star
16

FlaskBookV2

all the code from the flask book version 2.
HTML
8
star
17

MVVP-WeatherApp

yet another mvvp weather app. RxAndroid with data bindings.
Java
7
star
18

xzil-wallet

zilliqa android wallet
Java
7
star
19

FlaskBook

my flask book projects.
Python
6
star
20

MyTokensApp

my tokens app source code
Java
5
star
21

Android_Things_Template

Android Things Template App Improved with extras! Rx Java Ready.
Java
5
star
22

WatchdogCrypto

a watchdog for your mining rigs written in Java 🔥
Java
4
star
23

PushNotificationHelper

push notifications helper app
Java
3
star
24

PushNotificationsApp

Google cloud messaging android client. WORKING ATM :)
Java
3
star
25

solana_vanity_generator

vanity address generator for solana
Go
3
star
26

DatabaseTutorialFull

database tutorial android full code.
Java
3
star
27

ethereum_tx_queue

queue txes to be sent to a node, sequentially
Go
3
star
28

FireBaseTutorial

full code of the firebase tutorial
Java
3
star
29

PushNotificationsServer

Flask with Google Cloud Messaging for Android
Python
2
star
30

MiniBlockchainAPI

API to send ETH & Tokens to Ethereum based blockchains.
Go
2
star
31

springfirebase

Example how to manage Firebase Database using Spring Framework
Java
2
star
32

android_encryption

playground for testing encryption in android
Java
2
star
33

FacebookBirthdays

parse facebook birthdays into android calendar
Java
2
star
34

BlockchainBootstrap

A bootstrap project for a custom blockchain, written in Go
Go
1
star
35

piedpiper-backend

backend for piedpiper
Go
1
star
36

orientdb-to-elasticsearch-sync

OrientDB to Elasticsearch sync tool [both ways]. Written in python
Python
1
star
37

opensourcebitcoinwallet

an open source bitcoin wallet android app.
Java
1
star
38

smart_contracts_bootstrap

a smart contracts bootstrap template
Solidity
1
star
39

Smart-Contracts-Starter-Project

a starter project for smart contracts....
JavaScript
1
star
40

BlockchainRelatedUtils

different blockchain related utils that might help someone, someday
Java
1
star
41

REST_Server_Emulator_Mock_In_Spring_Framework

you can use it for creating a shopping app
Java
1
star
42

ZCryptoWallet

z-crypto wallet
Java
1
star
43

PrivateBlockchainSmartContracts

a book about smart contracts on private blockchains
1
star
44

XWeather

first ios app
Swift
1
star
45

Spring-Two-Factor-Auth-Server

server part.
HTML
1
star
46

arweave-permafeed-web

the web part of the permafeed
Vue
1
star
47

JavaFXTemplate

JavaFXTemplate...
Java
1
star
48

JavaRESTAPITemplate

a java rest api template using Spring Framework
Java
1
star
49

EthereumPOAGeth

ethereum poa geth clique
Shell
1
star
50

ESP8266_Stuff

helper code for nodemcu esp8266
C
1
star