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>