You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sophisticated cybersecurity tool designed to identify supply-chain attacks in NPM and PyPI ecosystems using static analysis, behavior sequences, and vector-ba…
Design an application to prepare Doctor Appointment Scheduler where the User selects a doctor, preferred date and time for appointment. Upon submission, display…
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…
Design an application to fill the Online Product Order Form Using AutoCompleteTextView (Product List),RadioButton (Payment Mode),EditText (Address, Quantity).
Design an application to perform Simple Interest Calculator that reads principal amount, rate of interest, and time period from the user and calculates the simp…
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 sco…
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 iden…
Design an Android application to store Order ID, Food Item, Delivery Status (Placed / Preparing / Out for Delivery / Delivered) in SQLite. Display the list of o…
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…
Design a parking management mobile application to insert parking details (Vehicle Number, Entry Time) into SQLite and display the currently parked vehicles on t…
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 refe…
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 componen…
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 entrie…
Develop an Android application to insert customer purchase details (Customer Name, Product Purchased, Amount) into SQLite and display the full purchase history …