Getting started
Projects
Blog
Toggle theme
Contact
Toggle theme
Toggle menu
Projects
Explore our open source contributions and projects.
optima
A website for teamopitma
TypeScript
0
0
interview-app
An offline Android application to manage interview practice sessions, track performance, and analyze progress using simple analytics.
Java
0
0
13
Aim: Design an application to provide the student details with section number using fragments.
Java
0
0
12
Aim: Design an application to provide the nutrition details of burger and pizza by using fragments.
Java
0
0
11
Design an application to prepare Doctor Appointment Scheduler where the User selects a doctor, preferred date and time for appointment. Upon submission, display the appointment details in another activity using AutoCompleteTextView(Doctor/Specialty),DatePicker, TimePicker,Intent to pass data.
Java
0
0
10
Aim: Design an application to order the cake by selecting the date and time and display the order details in another activity.
Java
0
0
9
To create an activity like a phone dialer with CALL and SAVE buttons. On pressing the CALL button, it must call the phone number and on pressing the SAVE button it must save the number to the phone contacts.
Java
0
0
8
Aim: Design an application to check the user is eligibility to vote or not by reading the data of birth and aadhar card number.
Java
0
0
7
Design an application to fill the Online Product Order Form Using AutoCompleteTextView (Product List),RadioButton (Payment Mode),EditText (Address, Quantity).
Java
0
0
6
To develop an application to set an image as wallpaper. On click of a button, the wallpaper image should start to change randomly every 30 seconds
Java
0
0
5
Aim: Design an application to fill the course selection of discipline electives for upcoming semester using Spinner by reading the input from user
Java
0
0
4
Aim: Design an application to fill the registration form using AutoCompleteTextView and RadioButton by reading the input from user
Java
0
0
3
Design an application to perform Simple Interest Calculator that reads principal amount, rate of interest, and time period from the user and calculates the simple interest. Formula: SI = (P × R × T) / 100 Input: Principal, Rate, Time Output: Interest and Total Amount
Java
0
0
2
Aim: Design an application to calculate the body mass index by reading the input from user
Java
0
0
1
Aim: Design an application to calculate the body mass index by reading the input from user
Java
0
0
30_15
Design an Android application to insert Player Name, Team Name, and Score into an SQLite database through user input.Retrieve and display the top 10 highest scorers based on the score in descending order.Show the result in a ListView/RecyclerView with player name, team name, and score
Java
0
0
30_14
Design an Android app to insert Clothing Item, Size, and Available Quantity into an SQLite database.Display all items where quantity = 0 or quantity ≤ 5 to identify out-of-stock and low-stock clothing.Show the filtered results clearly in a ListView/RecyclerView with item name, size, and quantity.
Java
0
0
30_13
Insert Participant Name, Skill Track (Python / Android / AI / Cloud / IoT etc.), and Email in SQLite . Display participant lists sorted by skill track.
Java
0
0
30_12
Design an app to insert Guest Name, Room Type (AC / Non-AC / Suite), and No. of Days in SQLite. Display the currently occupied rooms.
Java
0
0
30_11
Design an Android application to store Order ID, Food Item, Delivery Status (Placed / Preparing / Out for Delivery / Delivered) in SQLite. Display the list of orders based on latest order first.
Java
0
0
30_10
Develop an Android application that allows the user to insert expense details (Amount, Category, Date) into SQLite and display all expenses in a list format for tracking daily spending.
Java
0
0
30_9
Design a parking management mobile application to insert parking details (Vehicle Number, Entry Time) into SQLite and display the currently parked vehicles on the screen.
Java
0
0
30_8
Create an Android app to insert patient details (Patient Name, Age, Diagnosis) into an SQLite database and display the complete list of patients for doctor reference.
Java
0
0
30_7
Build a grocery app that allows the user to insert grocery items (Item Name and Quantity) into SQLite and display the entire shopping list using a list component.
Java
0
0
30_6
Design an Android app that stores login event details (Timestamp, Device/Location) in SQLite each time the user logs in and displays all historical login entries when requested.
Java
0
0
30_5
Create a contact manager application that stores Name and Phone Number in SQLite and displays all contacts alphabetically in a list on the screen
Java
0
0
30_4
Develop an Android application to insert customer purchase details (Customer Name, Product Purchased, Amount) into SQLite and display the full purchase history in the UI.
Java
0
0
30_3
Build a library database app using SQLite to store book details (Book Title, Author, Availability Status) and display only the available books when the user clicks the View button.
Java
0
0
30_2
Create an Android app that allows the user to enter employee details (Employee ID, Name, Salary) and display all saved employees in a salary register format using SQLite.
Java
0
0
30_1
Design an Android application using SQLite to insert student details (Name, Register Number, Department) and display the complete list of stored student records in Listview
Java
0
0
20_31
Design an application to order event decorations by selecting theme, quantity and date and display order summary.
Java
0
0
20_30
Design an application to search and display contact details using AutoCompleteTextView and custom list data of users.
Java
0
0
20_29
Design an application to predict fuel cost for a trip by reading distance and mileage and selecting fuel type.
Java
0
0
20_28
Design an application to track attendance percentage by reading total classes and attended classes and classify status.
Java
0
0
20_27
Design an application to register complaint for consumer service by reading user details and issue type and display complaint ID.
Java
0
0
20_26
Design an application to perform unit conversions (km-m, cm-mm, kg-g, etc.) and display converted values.
Java
0
0
20_25
Design an application to place an online food order with different cuisines via RadioGroup and show delivery summary.
Java
0
0
20_24
Design an application to create a student timetable by selecting subjects for each weekday using Spinners and display schedule.
Java
0
0
20_23
Design an application to purchase travel ticket by selecting source, destination, number of persons and display fare details.
Java
0
0
20_22
Design an application to check leap year by reading year input and display result.
Java
0
0
20_21
Design an application to calculate age of user by reading date of birth and show category (minor/adult/senior).
Java
0
0
20_20
Design an application to record workout details (exercise name, duration, calories burned) and display total calories.
Java
0
0
20_19
Design an application to split restaurant bill by reading total bill amount and number of persons and show per-person amount.
Java
0
0
20_18
Design an application to track water intake using user daily entry and display progress in percentage
Java
0
0
20_17
Design an application to convert currency value (INR to USD/EUR/AED) using Spinner and display result
Java
0
0
20_16
Design an application to schedule an appointment using DatePicker and TimePicker and display confirmation message.
Java
0
0
20_15
Design an application to place a grocery order by selecting items via CheckBoxes and display bill with GST.
Java
0
0
20_14
Design an application to book movie tickets by selecting movie, date, time, number of seats using Spinner and display booking summary.
Java
0
0
20_13
Design an application to calculate EMI for a loan based on input values and display month-wise payment breakup.
Java
0
0
20_12
Design an application to validate login credentials and display success/failure in another activity.
Java
0
0
20_11
Design an application to track daily expenses by reading expense category, amount and displaying total.
Java
0
0
20_10
Design an application to display student grade by reading marks of 5 subjects and calculating average and result.
Java
0
0
20_9
Design an application to generate the electricity bill based on number of consumed units entered by the user.
Java
0
0
20_8
Design an application to convert temperature between Celsius and Fahrenheit and display the result.
Java
0
0
20_7
Design an application to calculate the simple and compound interest by reading principal, rate, and time from the user.
Java
0
0
20_6
Design an application to order the cake by selecting the date and time and display the order details in another activity.
Java
0
0
20_5
Design an application to check the user is eligibility to vote or not by reading the data of birth and aadhar card number.
Java
0
0
20_4
Design an application to fill the course selection of discipline electives for upcoming semester using Spinner by reading the input from user
Java
0
0
20_3
Design an application to fill the registration form using AutoCompleteTextView and RadioButton by reading the input from user .
Java
0
0
20_2
Design an application to calculate the body mass index by reading the input from user.
Java
0
0
20_1
Design an application to perform the arithmetic operations by reading the input from user
Java
0
0
exp_11
No description available.
Java
0
0
exp_15
No description available.
Java
0
0
exp_14
No description available.
Java
0
0
weather_app
No description available.
Java
0
0
exp_12
No description available.
Java
0
0
exp_10
No description available.
Java
0
0
exp_9
No description available.
Java
0
0
exp_8
No description available.
Java
0
0
exp_7
No description available.
Java
0
0
exp_6
No description available.
Java
0
0
arogya_sahaya
No description available.
TypeScript
0
0