0% found this document useful (0 votes)
74 views3 pages

Amity Institute of Information and Technology: Major Project

This document is a weekly progress report for a major project on developing a cab booking application. According to the report, in the third week of development, the student designed the third screen of the application and worked on coding it. Google Maps API was downloaded but linking it to the application proved problematic. By the end of the week, some issues with installing and adding maps were resolved, but work remained to be done to improve the usability of maps integration in the cab booking application. The future work plan is to further develop maps integration and design the fourth screen.

Uploaded by

Akanksha Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views3 pages

Amity Institute of Information and Technology: Major Project

This document is a weekly progress report for a major project on developing a cab booking application. According to the report, in the third week of development, the student designed the third screen of the application and worked on coding it. Google Maps API was downloaded but linking it to the application proved problematic. By the end of the week, some issues with installing and adding maps were resolved, but work remained to be done to improve the usability of maps integration in the cab booking application. The future work plan is to further develop maps integration and design the fourth screen.

Uploaded by

Akanksha Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Amity Institute of Information and Technology

Major Project

WPR of Week 3RD WPRs Remaining - 3

Enrollment Number- A10046613002 Programme- BCA[eve],VI

Major Project Subject Area- Cab Booking Application

Weeks Summary

Days/Time 3rd week

Monday Designing Part of Third screen is designed and all problems are analyzed associated
with it.

Tuesday Designed part is executed in terms of coding part but google live maps are not added
yet to the application.

Wednesday Api for google maps are successfully downloaded but having problem in linking it
with cab booking app.

Thursday Few problems are solved associated with installing and adding maps.

Friday Still working on google live maps to improve the usability of the cab booking
application. Because api for maps still have some troubles.
Amity Institute of Information and Technology

MAJOR PROJECT
WEEKLY PROGRESS REPORT (WPR)
For the week commencing:- 3

WPR-3 Enrollment Number: A10046613002

Program:-BCA{EVE},VI Student Name :- Vishvendra Pratap Singh

Company Name: Vinayak Enterprises

Industry Guides Name: Mr. Abhishek Katiyar

Faculty Guides Name:- Mr. Sandeep Mathur

Project Title:- Cab Booking Application

TARGETS SET FOR THE WEEK:- Target for this week was to add google live maps to cab booking application.

ACHIEVEMENTS FOR THE WEEK:- Screen 3 for cab booking app is designed successfully and executed in terms of

coding . Google maps are working but not in expected manner .

FUTURE WORK PLANS:- Future plan for cab booking app is to add google maps and design 4th screen for the app.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="@dimen/activity_vertical_margin"

>
<TextView

android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="login"
android:textColor="@color/colorAccent"
android:layout_margin="@dimen/activity_horizontal_margin"
android:textSize="50dp"
/>

<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="login id "
android:textColor="@color/colorAccent"
android:padding="@dimen/activity_vertical_margin"
android:textSize="20dp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="password"
android:textColor="@color/colorAccent"
android:padding="@dimen/activity_vertical_margin"
android:textSize="20dp"
/>

<Button
android:text="Button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/login" />

</LinearLayout>

You might also like