BCA Semester 6 – Mobile Programming – Unit 7: Advance Android Concepts (10Hrs)
Comprehensive questions and detailed answers for Unit 7: Advance Android Concepts (10Hrs). Perfect for exam preparation and concept clarity.
Develop an android application to demonstrate the retrieval of content from a remote server.
How to generate a signed APK? Write a program to locate the user's current location (write only .java and manifest file).
What is JSON? Develop an android application to display 10 different images of fruit in Grid View with two columns.
Provided that a MySQL database named "Bank" with table named Customer with following columns (account_no, name, account_type and amount). Develop an android application to connect database remotely and display the Customer details in ListView whose deposit amount is greater than 5000.
Explain the procedure for generating Google map API key for displaying Google map? Develop an android application to display the Google map with marker TRIBHUVAN UNIVERSITY.