Simple Compass App is a straightforward mobile application designed to provide users with a reliable and intuitive digital compass experience. Leveraging the device's built-in sensors, the app displays a digital compass needle that accurately points to the Earth's magnetic North, aiding users in determining their directional orientation. With a minimalistic user interface, the app offers a user-friendly experience, allowing users to quickly and easily obtain cardinal direction information.
dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}