Skip to content
View lamalice's full-sized avatar

Block or report lamalice

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
lamalice/README.md

Hi there 🌸

I'm currently working on my skill set as an Android Engineer. You'll find various apps where I utilize Kotlin features and building UI layouts. I'm mostly brushing up on basic syntax.

My goal is to:

  • Use Kotlin Coroutines
  • Utilize Jetpack Compose in a project
  • Utilize Dependency Injection

Have implemented:

  • ViewBinding for all layouts
  • OnClickListeners for buttons
  • Intents to send/receive data when navigating between activities
  • Different drawables to animate buttons
  • The MediaPlayer class to create sound notifications
  • RecyclerViews with ViewBinding (more effecient for memory storing & smoother transition scrolling through list views)
  • Implement Adapter to RecyclerView with LayoutManager - https://developer.android.com/codelabs/basic-android-kotlin-training-recyclerview-scrollable-list#3
  • Implement ARCore SDK (Augmented Reality SDK powered by Google) - https://github.com/SceneView/sceneview-android.git
  • Use Retrofit to make HTTP requests to a RESTful API
  • Understand what a Model-view-viewmodel (MVVM) is and implement it
  • Implement proper callbacks for lifecycle handling within the Activity

✨✨✨

Pinned Loading

  1. ar-viewing ar-viewing Public

    An android augmented reality app where users can view different 3d models from the main showing screen

    Java

  2. seven-minute-workout seven-minute-workout Public

    An android app that guides users through a seven minute workout

    Kotlin

  3. age-to-minutes-calculator age-to-minutes-calculator Public

    An android app that converts any given age to minutes

    Kotlin

  4. country-quiz country-quiz Public

    An android app that questions the user about different country flags

    Kotlin