0% found this document useful (0 votes)
88 views

Medicine Reminder: Budget Manager

The document describes an Android application called Book Listing that allows users to search for books using the Google Books API. It displays search results in a list with details like the book title, author, rating, and price. The app has two screens - a search page and results screen that displays books in card views. It was created using tools like Gradle, Android Plugin, and the Google Books API to query and display published books based on user searches.

Uploaded by

Kumara S
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views

Medicine Reminder: Budget Manager

The document describes an Android application called Book Listing that allows users to search for books using the Google Books API. It displays search results in a list with details like the book title, author, rating, and price. The app has two screens - a search page and results screen that displays books in card views. It was created using tools like Gradle, Android Plugin, and the Google Books API to query and display published books based on user searches.

Uploaded by

Kumara S
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Medicine Reminder

Medicine Reminder Android App Project is an native android


application meant to aid the forgetful and busy with remembering
to take their daily medications. It is designed for users who need
a little help keeping track of their medication schedule and who
are dedicated to keeping the schedule. The application allows the
user to store pill objects and multiple alarms for those pills.
Alarms have one time of day and can occur on multiple days of
the week. The user is able to view their pills in a today view and
can select date to view medicines. In addition, the application
stores the history of when each medication was taken; this will
aid the user in keeping track of their medication usage.

Budget Manager

Budget Manager helps manage personal budgets. After adding


your budgets, simply record your day-to-day transactions. You
can then view how close your sending is to your budget.

Budget Manager helps you keep track of your spending, and keep
your data as your own. After adding some budgets, simply record
your data-to-day transactions. You can then view how close your
sending is to your budget.

The application requires very few permissions, and never


attempts to access the Internet. There is an option to backup
your cards to local storage. From there you can send the backup
somewhere safe.

Expense Tracker
Manage your expenses using your Android smartphone. Keep
track of your expenses as you go.

No need for physical notebook to record your expenses.

Additionally, the source code is available. You can modify it to


suit your needs.

Features:

 Add/Edit Category
 Record Expenses
 Budget Report with Graph
 Edit/Delete Expense Transaction
 List of Expense Transaction
 Choose Your Currency

Book Listing

The application takes in a user input and queries the Google


Books API with the user input and gets a list of published books
based on the user's search query. The UI is managed in two
different screens. The splash screen presents a search page,
similar to the Google search page and a search results screen
with a list of books presented as cards with the following details:

 Title of the Book


 Author(s) of the book
 Average rating of the book (five stars max)
 Sale price of the book (in USD)

Objective

The goal is to design and create the structure of a Book Listing


app which would allow a user to get a list of published books on
a given topic.

Tools

 Gradle v4.1
 Android Plugin v3.0.1
 Android API v27
 Android Build Tools v27
 Google Books API

You might also like