android-json-form-wizard icon indicating copy to clipboard operation
android-json-form-wizard copied to clipboard

Android Material Json Form Wizard is a library for creating beautiful form based wizards within your app just by defining json in a particular format.

Results 22 android-json-form-wizard issues
Sort by recently updated
recently updated
newest added

activity and fragment are blank. i'm running sample app here logcat `03-10 16:31:17.822 21312-21312/com.paybay.quismartm E/Minikin: addFontFromAsset failed to create font font/Roboto-Regular.ttf 03-10 16:31:17.822 21312-21312/com.paybay.quismartm D/JsonFormInteractor: Exception occurred in making child...

When trying to Add a radio butto as an example { "key":"radioData", "type":"radio", "label":"Select one item from below", "options":[ { "key":"areYouPro", "text":"Are you pro?" }, { "key":"areYouAmature", "text":"Are you amature?"...

Edit Text and spinner and checkbox not showing in android 8.0 and android 10.0

I have built a web based form builder to automate the creation of the json string for the wizard. Uploading code after testing in 2days

I am getting following crashes from firebase log. Unable to start activity java.lang.NullPointerException: Attempt to invoke virtual method 'void com.vijay.jsonwizard.mvp.ViewState.setSavedInstance(boolean)' on a null object reference

I have three values(item1, item2,item3), when i select the item3 it show this error. please, change your class "JsonFormFragmentPresenter", in the function "onItemSelect", (position + 1) to (position)

Is it possible for the library to handle questions that depends on selected results of the previous question? e.g Are you sure you want to continue? Yes No on selecting...

java.lang.IllegalStateException: This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar to false in your theme to use a Toolbar instead....

I got an error in my sample project using this library that says: FATAL EXCEPTION: main Process: com.garudainfinity.leumartsurvey, PID: 30819 java.lang.NoClassDefFoundError: com.vijay.jsonwizard.activities.JsonFormActivity at com.garudainfinity.leumartsurvey.activities.SurveyListActivity.onClick(SurveyListActivity.java:156) at android.view.View.performClick(View.java:5214) at android.view.View$PerformClick.run(View.java:20978) at android.os.Handler.handleCallback(Handler.java:739)...