Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View malihehmoradi's full-sized avatar
✨Looking for new challenges✨
✨Looking for new challenges✨

Block or report malihehmoradi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. map-instance-app map-instance-app Public

    An Android instance app for working with Google Map, Kotlin

    Kotlin 5

  2. compose-samples compose-samples Public

    Kotlin

  3. d3-app d3-app Public

    A sample app for using SceneView in your app

    Kotlin 2

  4. Get last ambient temperature from an... Get last ambient temperature from android device with temperature sensor.
    1
    
                  
    2
    public class SensorActivity extends Activity implements SensorEventListener {
    3
        private final SensorManager mSensorManager;
    4
        private final Sensor mTempSensor;
    5