https://github.com/saket-sk/cl10_lab-sppu
Assignments performed in CL10 LAB for Core Subject Ubiquitous Computing
https://github.com/saket-sk/cl10_lab-sppu
android android-studio java
Last synced: about 2 months ago
JSON representation
Assignments performed in CL10 LAB for Core Subject Ubiquitous Computing
- Host: GitHub
- URL: https://github.com/saket-sk/cl10_lab-sppu
- Owner: SAKET-SK
- Created: 2022-02-09T06:35:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T10:33:03.000Z (about 4 years ago)
- Last Synced: 2025-11-15T05:47:01.442Z (8 months ago)
- Topics: android, android-studio, java
- Language: Java
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1) Assignment 1 :- Android studio installation and hello word program. Android development environment. Installing and setting up the environment. Hello world
application. Running the emulator. Inserting debug messages.
2) Assignment 2 :- Android UI Design: Design a User Interface using pre-built UI components such as structured layout
objects, UI controls and special interfaces such as dialogs, notifications, and menus. Also make this
UI attractive using Android graphics platform OpenGL.
3) Assignment 3 :- Android-database Connectivity: Create a SQLite Database for an Android Application and perform CRUD (Create, Read, Update and Delete) database operations.
4) Assignment 4 :- Sensors for building Smart Applications: Use any sensors on the device to add rich location and motion capabilities to your app, from GPS or network location to accelerometer, gyroscope, temperature, barometer, and more.