We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
LIST OF PROGRAMS
S.NO TITLE DATE SIGN
Create "hello world" application to display "hello world" 6/2/24
1. in the middle of the screen in the emulator as well as android phone Create an android app to display various android 13/2/24 2. lifecycle phases. Create a calculator app that performs addition, 27/2/24 3. subtraction, division and multilpication operation on numbers. Write an Android application to convert into different 28/2/24 4. currencies for example, Rupees to dollar Write an android application to convert a ball from 5/3/24 size of radius 2(colour red) to radius 4(colour blue) to 5. radius 6 (colour green). The ball must rotate in circle for 1 minute before changing size and colour. Write an application to mark the daily route of travel in 11/3/24 6. map. Write an application to record video and audio on 14/3/24 7. topic “Intent” and play the audio and video. Create a spinner application with strings taken from 9/4/24 resource directory CO4, CO5 Handbook of BCA programme offered by USICT at Affiliated Institution of 8. the University. Implemented from Academic Session 2021-22. Page 7 of 15 res/values/strings.xml and on changing the spinner value, image will change. Image is saved in the drawable directory. Create an app that uses radio button group which 18/4/24 calculates discount on shopping bill amount. Use edit text to enter bill amount and select one of three radio 9. buttons to determine a discount for 10, 15, or 20 percent.the discount is calculated upon selection of one of the buttons and displayed in a text view control. Create an application that uses checkbox for 23/4/24 construction of a shopping list so the user can check 10. off items as they are picked up. The checked items should be displayed in a textview control. Create a login application to verify username and 25/4/24 password. On successful login, redirect to another activity that has a textview to display "welcome user" 11. with logout button. On click of logout button, a dialog should appear with ok and cancel buttons. On click of oK button, go back to the login activity and on click of cancel button, stay on the same activity. Create an application to perform the operations of 30/4/24 12. create, insert, delete, view and update, using sqlite database. Create an application to pick up any image from the 2/5/24 13. native application gallery and display it on the screen. Read phonebook contacts using content providers and 2/5/24 14. display in list.
Create an application to take picture using native 2/5/24