Computer Science, asked by shivM5555, 1 year ago

How to get beginning of the first day of this week from timestamp in Android sqlite?

Answers

Answered by pandeysakshi2003
0

Tutorialspoint

Search your favorite tutorials...

How to get beginning of the first day of this week from timestamp in Android sqlite?

AndroidMobile DevelopmentApps/Applications

Follow Answer 10

1 Answer

Jennifer Nicholas

Jennifer Nicholas

Answered on 26th Mar, 2019

Before getting into an example, we should know what SQLite database in android is. SQLite is an open source SQL database that stores data to a text file on a device. Android comes in with built in SQLite database implementation. SQLite supports all the relational database features. In order to access this database, you don't need to establish any kind of connections for it like JDBC, ODBC etc.

This example demonstrates How to get the beginning of the first day of this week from the timestamp in Android SQLite.

Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.

Step 2 − Add the following code to res/layout/activity_main.xml.

please make sure me brainlist

Similar questions