Technology recommendation required for iOS and Android Apps for dynamic UI [closed]

General Tech Technology & Software 2 years ago

0 1 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating

Posted on 16 Aug 2022, this text provides information on Technology & Software related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (1)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 2 years ago

 

It is required to develop an application which should work on both iOS and Android. The fields to be displayed on loan application form are dynamic and hence depends on the webservice response. There are even fields which are displayed with respect to the user selection on drop-down

Device Compatibility : iOS, Android

Fields contain : Textfield, Dropdown, radio button, Labels for titles, Checkbox.

Suggest a technology other than native languages like Objective C,Swift/Java.

JSON response is given below

[
{
    "title": "Tab1",
    "Contents": [
        {
            "title": "Personal Details",
            "Values": [
                {
                    "id": "0",
                    "fieldvalue": "radio",
                    "label": "Salutation",
                    "values": [
                        {
                            "id": "1",
                            "label": "Mr"
                        },
                        {
                            "id": "2",
                            "label": "Mrs"
                        },
                        {
                            "id": "3",
                            "label": "Others"
                        }
                    ]
                },
                {
                    "id": "1",
                    "fieldname": "UserName",
                    "fieldvalue": "string",
                    "label": "FIRST NAME",
                    "length": "30"
                },
                {
                    "id": "2",
                    "fieldname": "UserName",
                    "fieldvalue": "string",
                    "label": "LAST NAME",
                    "length": "30"
                },
                {
                    "id": "3",
                    "fieldname": "UserName",
                    "fieldvalue": "string",
                    "label": "MOTHERS NAME",
                    "length": "30"
                },
                {
                    "id": "4",
                    "fieldname": "UserName",
                    "fieldvalue": "string",
                    "label": "FAMILY NAME",
                    "length": "30"
                },
                {
                    "id": "5",
                    "fieldname": "UserName",
                    "fieldvalue": "selector",
                    "label": "GENDER",
                    "values": [
                        "Male",
                        "Female",
                        "Others"
                    ],
                    "length": "30"
                },
                {
                    "id": "6",
                    "fieldname": "UserName",
                    "fieldvalue": "selector",
                    "label": "Education",
                    "values": [
                        "Graduate",
                        "Post Graduate",
                        "School Level",
                        "Illitrate"
                    ],
                    "length": "30"
                },
                {
                    "id": "7",
                    "fieldname": "DOB",
                    "fieldvalue": 
                                                
                                                
0 views
0 shares

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.