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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
malihehmoradi/README.md

Hi ๐Ÿ‘‹, I'm Maliheh Moradi

A passionate Mobile Developer


My Skill Set

Kotlin Java Android Firebase Nodejs Linux

Connect with me


Github Stats

Top Langs




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