Skip to content
View fotehkamolov96's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Kamolov Products
Block or Report

Block or report fotehkamolov96

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
fotehkamolov96/README.md
class AboutMe {
   val firstName = "Foteh" 
   val linkedin = "https://www.linkedin.com/in/fotehikamol/"
   val WebSite = "https://www.kamoloff.ru/"
   val Products = "https://play.google.com/store/apps/dev?id=6275253809837733046"
-   val yearsOfExperience = 4
+   val yearsOfExperience = 5
   val role = "Android Engineer"
}

Pinned

  1. AiMovie AiMovie Public

    This is my app working with clean architecture. It gets data from the API and entertains the user using clean architecture and MVVM.

    Kotlin

  2. Anews Anews Public

    News API using the https://newsapi.org/ News API This is the JSON API for live news and blog articles from the media. News Feed is a simple feed that brings you the latest and greatest news from mu…

    Java